Hi,
Can someone point me to any documentation which explains the output of `ejabberdctl connected_users_info`
Some columns are self explanatory but I'm unable to understand what values are stored in columns 4, 5, 7.
Thanks
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
Hi,
Can someone point me to any documentation which explains the output of `ejabberdctl connected_users_info`
Some columns are self explanatory but I'm unable to understand what values are stored in columns 4, 5, 7.
Thanks
$ ejabberdctl help
$ ejabberdctl help connected_users_info Command Name: connected_users_info Arguments: Returns: connected_users_info::[ sessions::{ jid::string, connection::string, ip::string, port::integer, priority::integer, node::string, uptime::integer } ] Tags: session Description: List all established sessions and their informationThe last ones:
- IP and Port where the client is connected.
- The XMPP priority of the session, usually 0
- uptime in seconds of the XMPP session