mod_admin.cc File Reference
Admin functionallity for the session manager.
More...
#include "jsm.h"
Detailed Description
Admin functionallity for the session manager.
This implements the admin functionallity of the session manger:
- The admin can discover the list of online users using service discovery on server node 'online sessions'
- Messages addressed to the session manager (without a resource) are forwarded to the configured admin address(es)
Function Documentation
| void mod_admin |
( |
jsmi |
si |
) |
|
startup the mod_admin module will register two callbacks:
- mod_admin_dispatch (will process iq stanzas to the server address)
- mod_admin_message (will process messages to the server address)
- Parameters:
-
| si | the session manager instance |
References e_SERVER, and js_mapi_register().