|
jabberd14 1.6.2
|
handles in-band registrations (XEP-0077) More...
#include "jsm.h"Functions | |
| void | mod_register (jsmi si) |
handles in-band registrations (XEP-0077)
This module implements the functionality used to register and unregister accounts on the Jabber server and to change passwords.
It can be configured to send a welcome message to the user on successful registration.
| void mod_register | ( | jsmi | si | ) |
init the module, register callbacks
registers mod_register_new() as the callback for new user's registration requests, registers mod_register_server() as the callback for existing user's registration requests (unregister and change password)
| si | the session manager instance |
References e_DELETE, e_PRE_REGISTER, e_REGISTER, e_SERVER, js_mapi_register(), log_debug2, LOGT_INIT, and ZONE.
1.7.4