Ticket #3244 (closed enhancement: wontfix)

Opened 18 months ago

Last modified 18 months ago

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

Changed 18 months ago by asterix

  • status changed from new to closed
  • resolution set to wontfix

it works with server that support new discovery XEP. Jabberd14 supports only the deprecated one. Gajim supports only the new one, and psi supports both.

Add/Change #3244 (gajim doesn't show admin a list of online users)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.