Hi,

I'm using Net::Jabber within a perl script on my webserver. I connect as
an admin user and want to see who is online. For this I want to send the
following query (taken from jabber admin guide):

<iq type="get" to="yourhostname">
  <query xmlns="jabber:iq:admin">
    <who/>
  </query>
</iq>

How do I do this with Net::Jabber? How do I get the results of this query
in a convenient way? (I "just" want to know who is online)


Greets


        Steve

_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to