= head1 pubsub-jecl.pl - Publish & Subscribe Jabber Component

This component is based on Jabber::JAX::Component - a perl module that binds in the JECL libraries provided by DizzyD - http://www.jabberstudio.org

The component uses a MySQL database to store the subscription and roster information - see the module MyConfig, and the setupdb.pl script for more details.

Create a config section in the server jabber.xml file like: <service id='pubsub.localhost'> <accept> <ip/> <port>5201</port> <secret>secret</secret> </accept> <pubsub.localhost xmlns='jabber:component:pubsub.localhost'> </pubsub.localhost> </service>

This implements the protocol described in:
http://www.jabber.org/jeps/jep-0024.html