Projects tigase _server server-core Issues #1397
Tigase 7.1.5 and strophe.js how to get a list of all online users (#1397)
Open
Unknown opened 4 years ago

I read the xmpp-0133 document here, and I got it in this way

<iq from='bard@shakespeare.lit/globe'
    id='get-online-users-num-1'
    to='shakespeare.lit'
    type='set'
    xml:lang='en'>
  <command xmlns='http://jabber.org/protocol/commands'
           action='execute'
           node='http://jabber.org/protocol/admin#get-online-users-num'/>
</iq>

I debug this is not in the command class http://jabber.org/protocol/admin#get -online-users-num

Unknown commented 4 years ago

http://jabber.org/protocol/admin#get-online-users-num will give you as per specification - number of online users, but it's not implemented in the Tigase. If you want a list, you should use 4.20 Get List of Online Users, which is available.

You can get list of all available commands (for session-manager) here: https://github.com/tigase/tigase-server/tree/master/src/main/groovy/tigase/admin

issue 1 of 1
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#1397
Please wait...
Page is in error, reload to recover