Ticket #2399 (closed defect: invalid)

Opened 2 years ago

Last modified 2 years ago

Gajim fails to list services offered by a RSS-bot (forgets to send a request)

Reported by: sven.burmeister@… Owned by: asterix
Priority: normal Milestone:
Component: None Version: svn
Severity: normal Keywords:
Cc: OS:

Description

For me Gajim fails in listing the services offered by an RSS-bot. Tkabber succeeds. Looking at the XML I see that TKabber sends two requests, Gajim only one.

<iq to="rss.jabber.rwteh-aachen.de" type="get" id="56"> <query xmlns="http://jabber.org/protocol/disco#items" /> </iq>

This is the only request Gajim sends

Tkabber sends:

<iq id='37'

to='rss.jabber.rwteh-aachen.de' type='get' xml:lang='de-DE'>

<query xmlns='http://jabber.org/protocol/disco#items'/>

</iq>

Which is the same but also:

<iq id='38'

to='rss.jabber.rwteh-aachen.de' type='get' xml:lang='de-DE'>

<query xmlns='http://jabber.org/protocol/disco#info'/>

</iq>

Gajim just hangs there with an empty window which is supposed to list the offered services, whereas TKabber displays the next level of the list.

Attachments

Change History

Changed 2 years ago by asterix

  • status changed from new to closed

it's a transport bug:

 <iq to="rss.jabber.rwteh-aachen.de" type="get" id="81">
 <query xmlns="http://jabber.org/protocol/disco#items" />
 </iq>

 <iq type="result" id="81" from="rss.jabber.rwteh-aachen.de" to="XXX@jabber
 .rwteh-aachen.de/Gajim">
 <query xmlns="http://jabber.org/protocol/disco#info">
 <item jid="rss.jabber.rwteh-aachen.de" name="News Feeds" node="feeds"/>
 </query>
 </iq>

we ask #items, transport reply with #info

Add/Change #2399 (Gajim fails to list services offered by a RSS-bot (forgets to send a request))

Author



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