Module xmpp.browser
Browser module provides DISCO server framework for your application.
This functionality can be used for very different purposes - from
publishing software version and supported features to building of
"jabber site" that users can navigate with their disco browsers
and interact with active content.
Such functionality is achieved via registering "DISCO
handlers" that are automatically called when user requests some node
of your disco tree.
Classes |
Browser |
Standart xmpppy class that is ancestor of PlugIn and can be attached
to your application. |