blob: bb4b90ef1e06671eda5aa902281ac6e4dd6d8e2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<plugin>
<class>org.jivesoftware.wildfire.plugin.VCardExtendedPresencePlugin</class>
<name>${vcardextpres.name}</name>
<description>${vcardextpres.description}</description>
<author>Remko Tronçon</author>
<version>0.1</version>
<date>7/13/2006</date>
<minServerVersion>3.0.1</minServerVersion>
<adminconsole>
<tab id="tab-server">
<sidebar id="sidebar-server-settings">
<item id="vcardextpres" name="${vcardextpres.name}" url="vcardextpres.jsp" description="${vcardextpres.sidebar.instructions}" />
</sidebar>
</tab>
</adminconsole>
</plugin>
|