Get List Of Users Online

I am a newbie I am using WildFire as my Jabber server for a client application written in C#. Is it possible to write a web service in C# that returns the list of users that are currently online.Is it also possible to return the list of users per group or chat group. This would also be a web service written in C#.

Thanks

gnt

Hi gnt,

Wildfire supports some xmpp ad-hoc commands but I have no idea which ones. As Gato is still adding features to it you may want to use a nightly build as it may support some more commands.

LG

Reference: http://www.xmpp.org/extensions/xep-0050.html

As LG mentions, it is possible to get this info from Wildfire using ad-hoc commands. In order to run the commands you’'ll need to either connect to Wildfire using an administrator account, or connect as an external component.

Regards,

Matt