This repository has been archived by the owner on Jul 30, 2019. It is now read-only.
forked from it25gmbh/plucs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plucs.schema
45 lines (37 loc) · 1.53 KB
/
plucs.schema
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
attributetype ( 1.3.6.1.4.1.10176.99998.1663.1.101 NAME 'xmppEnabled'
DESC 'Enabled state for XMPP objects'
EQUALITY booleanMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.10176.99998.1663.1.103 NAME 'xmppDomain'
DESC 'Domain part of XMPP JID'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE )
attributetype ( 1.3.6.1.4.1.10176.99998.1663.1.104 NAME 'xmppDomains'
DESC 'Domains hosted by a XMPP host'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
attributetype ( 1.3.6.1.4.1.10176.99998.1663.1.201 NAME 'xmppMessageGroups'
DESC 'Groups to send MESSAGE stanzas to'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
attributetype ( 1.3.6.1.4.1.10176.99998.1663.1.202 NAME 'xmppPresenceGroups'
DESC 'Groups to receive PRESENCE stanzas from'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
)
objectclass ( 1.3.6.1.4.1.10176.99998.1663.1.1 NAME 'univentionXMPPAccount'
SUP 'top' AUXILIARY
DESC 'User properties of users with an XMPP account'
MAY ( xmppEnabled $ xmppDomain ) )
objectClass ( 1.3.6.1.4.1.10176.99998.1663.1.2 NAME 'univentionXMPPGroup'
SUP 'top' AUXILIARY
DESC 'XMPP-related properties of a user group'
MAY ( xmppEnabled $ xmppPresenceGroups $ xmppMessageGroups ) )
objectclass ( 1.3.6.1.4.1.10176.99998.1663.1.3 NAME 'univentionXMPPHost'
SUP 'top' AUXILIARY
DESC 'Host class for XMPP host'
MAY ( xmppDomains ) )