implement handling of service discovery (XEP-0030) in the session manager More...
#include "jsm.h"Functions | |
| void | mod_disco (jsmi si) |
implement handling of service discovery (XEP-0030) in the session manager
This module implements service discovery to get the list of available services on the jabber server installation. Only handling of requests addressed to the server is implemented. Handling requests to a user's address are not handled by this module. Neither does this module handle service discovery requests sent to a node.
| void mod_disco | ( | jsmi | si | ) |
init the mod_disco module in the session manager
register a callback for stanzas sent to the server's address
| si | the session manager instance |
References e_OFFLINE, e_SERVER, and js_mapi_register().
1.6.1