Explanation for values of connected_users_info

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 information

The 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

Syndicate content