implement handling of the jabber:iq:browse namespace (XEP-0011) in the session manager - DEPRICATED More...
#include "jsm.h"Functions | |
| void | mod_browse (jsmi si) |
implement handling of the jabber:iq:browse namespace (XEP-0011) in the session manager - DEPRICATED
This module implements the handling of jabber:iq:browse to query client information in the session manager. jabber:iq:browse is documented in XEP-0011. Browsing is DEPRICATED, clients should use service discovery instead.
| void mod_browse | ( | jsmi | si | ) |
init the mod_browse module in the session manager registers three callbacks: if a session is started, mod_browse_session should be called, if an offline user gets a stanza, mod_browse_reply should be called, if a stanza is sent to the server, mod_browse_server should be called.
| si | the session manager instance |
References e_DELETE, e_DESERIALIZE, e_OFFLINE, e_SERVER, e_SESSION, and js_mapi_register().
1.6.3