#include "jsm.h"
Functions | |
| void | mod_agents (jsmi si) |
This module implements the jabber:iq:agents functionallity in the session manager. jabber:iq:agents is used by very old Jabber clients to get the list of transports available on a Jabber server. Usage depricated - use service discovery (XEP-0030) instead.
This module also implements the jabber:iq:agent functionallity to get information about the session manager (the server) itself. Usage depricated - use service discovery (XEP-0030) instead.
| void mod_agents | ( | jsmi | si | ) |
initialize the mod_agents module
register callbacks for outgoing packets from the session manager (to process iq stanzas without a to attribute) and to process packets that arrive at the session manager address.
| si | the session manager instance |
References e_DESERIALIZE, e_SERVER, e_SESSION, js_mapi_register(), log_debug2, LOGT_INIT, and ZONE.
1.5.5