plugin.xml 728 Bytes
Newer Older
Gaston Dombiak's avatar
Gaston Dombiak committed
1 2 3
<?xml version="1.0" encoding="UTF-8"?>

<plugin>
4
    <class>org.jivesoftware.openfire.plugin.PresencePlugin</class>
Matt Tucker's avatar
Matt Tucker committed
5 6
    <name>Presence Service</name>
    <description>Exposes presence information through HTTP.</description>
Gaston Dombiak's avatar
Gaston Dombiak committed
7
    <author>Jive Software</author>
8 9
    <version>1.5.1</version>
    <date>2/15/2012</date>
10
    <minServerVersion>3.7.0</minServerVersion>
Gaston Dombiak's avatar
Gaston Dombiak committed
11
	
Matt Tucker's avatar
Matt Tucker committed
12 13 14 15 16 17
    <adminconsole>		
        <tab id="tab-server">
            <sidebar id="sidebar-server-settings">
                <item id="presence-service" name="Presence Service" url="presence-service.jsp"
                     description="Click to manage the service that exposes presence information" />
            </sidebar>
Gaston Dombiak's avatar
Gaston Dombiak committed
18 19 20
        </tab>
    </adminconsole>
</plugin>