plugin.xml 457 Bytes
Newer Older
Gaston Dombiak's avatar
Gaston Dombiak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?xml version="1.0" encoding="UTF-8"?>
<plugin>

    <!-- Main plugin class -->
    <class>org.jivesoftware.wildfire.gateway.GatewayPlugin</class>
    
    <!-- Plugin meta-data -->
    <name>IM Gateway</name>
    <description>Provides gateway connectivity to the public AIM and ICQ networks</description>
    <author></author>
    <version>.1</version>
    <date>07/02/2006</date>
    <minServerVersion>3.0.0</minServerVersion>
    
</plugin>