Ticket #2399 (closed defect: invalid)
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.
