plugin.xml 745 Bytes
Newer Older
1 2 3
<?xml version="1.0" encoding="UTF-8"?>

<plugin>
4
    <class>org.jivesoftware.openfire.plugin.UserServicePlugin</class>
5 6 7
    <name>User Service</name>
    <description>Allows administration of users via HTTP requests.</description>
    <author>Justin Hunt</author>
Gaston Dombiak's avatar
Gaston Dombiak committed
8 9
    <version>1.3.0</version>
    <date>10/12/2007</date>
10
    <minServerVersion>3.3.0</minServerVersion>
11 12 13 14 15 16 17 18 19 20 21
    
    <adminconsole>		
        <tab id="tab-server">
            <sidebar id="sidebar-server-settings">
                <item id="user-service" name="User Service" url="user-service.jsp"
                     description="Click to manage the service that allows remote admin of users" />
            </sidebar>
        </tab>
    </adminconsole>

</plugin>