plugin.xml 689 Bytes
Newer Older
1 2 3 4 5 6 7
<?xml version="1.0" encoding="UTF-8"?>

<plugin>
   <class>org.jivesoftware.openfire.plugin.married.JustMarriedPlugin</class>
   <name>Just married</name>
   <description>Allows admins to rename or copy users</description>
   <author>Holger Bergunde</author>
8 9 10
   <version>1.1.0</version>
   <date>09/13/2013</date>
   <minServerVersion>3.9.0</minServerVersion>
11 12 13 14 15 16 17 18 19 20 21
   
   <adminconsole>
        <tab id="tab-users">
            <sidebar id="sidebar-users">
                <item id="justmarried" name="Just married"
                    url="married.jsp"
                    description="Just married" />
            </sidebar>
         </tab>
    </adminconsole>
</plugin>