forked from lota/phamm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjabber.xml
50 lines (48 loc) · 1.38 KB
/
jabber.xml
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
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE plugin SYSTEM "http://www.phamm.org/DTD/phamm-plugins.dtd">
<plugin name="jabber">
<label>JABBER</label>
<version>
<number>0.0.1</number>
<creationDate>2009-08-13</creationDate>
<updatedDate>2009-08-13</updatedDate>
<status>beta</status>
</version>
<author>
<firstName>viva</firstName>
<lastName>perversia</lastName>
<mail>[email protected]</mail>
<web>http://perversia.net</web>
</author>
<license>GPL</license>
<shortDescription>Plugin to manage jabber accounts</shortDescription>
<longDescription>Plugin to manage jabber accounts</longDescription>
<parent>top</parent>
<color>FF4455</color>
<minAuthLevel>10</minAuthLevel>
<isDomainRelated>0</isDomainRelated>
<isPostmasterRelated>0</isPostmasterRelated>
<isAccountRelated>1</isAccountRelated>
<account>
<objectClasses>
<objectClass name="jabberAccount">
<bug>0</bug>
</objectClass>
</objectClasses>
<attributes>
<attribute name="jabberAccess">
<prettyName>Jabber Access</prettyName>
<table>1</table>
<bool>1</bool>
<required>1</required>
<default>TRUE</default>
</attribute>
<attribute name="jabberID">
<prettyName>Jabber-ID</prettyName>
<editable>1</editable>
<required>1</required>
<default>=php.Value(+account_new+,@,%domain%)</default>
</attribute>
</attributes>
</account>
</plugin>