|
jabberd14 1.6.2
|
handling jabber:iq:private (XEP-0049) requests More...
#include "jsm.h"Functions | |
| void | mod_xml (jsmi si) |
handling jabber:iq:private (XEP-0049) requests
This module implements the storage of private data by a client on the server using the jabber:iq:private namespace documented in XEP-0049.
The module also used to implement the storage of data, that had been accessible by any entity on the Jabber network and the handling of requests by other users to this data. But this has been dropped with jabberd14 1.6.0.
| void mod_xml | ( | jsmi | si | ) |
init the mod_xml module by registering callbacks
mod_xml_session will register the mod_xml_set callback to process requests from the user itself when the user starts a new session
| si | the session manager instance |
References e_DELETE, e_DESERIALIZE, e_SESSION, js_config(), js_mapi_register(), jsmi_struct::std_namespace_prefixes, xmlnode_free(), and xmlnode_get_tags().
1.7.4