Ticket #3244 (closed enhancement: wontfix)
gajim doesn't show admin a list of online users
| Reported by: | rmn | Owned by: | asterix |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | None | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | OS: | All |
Description
This useful feature is implemented in Psi. But doesn't work (or doesn't implemented) in Gajim.
Below is a dump from Psi XML console
Server software: jabberd 1.4.3
Server's hostname was replaced with example.com
<iq type="get" to="example.com/admin" id="aab3a" > <query xmlns="http://jabber.org/protocol/disco#info"/> </iq> <iq type="get" to="example.com/admin" id="aab4a" > <query xmlns="http://jabber.org/protocol/disco#items"/> </iq> <iq from="example.com/admin" type="error" id="aab4a" to="rmn@example.com/Psi" > <query xmlns="http://jabber.org/protocol/disco#items"/> <error code="404" >Not Found</error> </iq> <iq type="get" to="example.com/admin" id="aab5a" > <item xmlns="jabber:iq:browse"/> </iq> <iq from="example.com/admin" type="error" id="aab3a" to="rmn@example.com/Psi" > <query xmlns="http://jabber.org/protocol/disco#info"/> <error code="404" >Not Found</error> </iq> <iq from="example.com/admin" type="result" id="aab5a" to="rmn@example.com/Psi" > <item xmlns="jabber:iq:browse" name="Online Users (seconds, sent, received)" jid="example.com/admin" > <user name="frosty" jid="frosty@example.com" /> <user name="skill (48971, 140, 142)" jid="skill@example.com" /> </item> </iq>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
