Ticket #3237 (closed defect: fixed)
gajim do not stop the progress bar when requesting information for self contact
| Reported by: | misc | Owned by: | asterix |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.2 |
| Component: | dialogs | Version: | svn |
| Severity: | normal | Keywords: | |
| Cc: | OS: | All |
Description
gajim information dialog ( the one to give vcard of contact ) feature a progress bar used when requesting information. If a client answer "feature not supported", the progress bar do not stop.
step to reproduce : launch gajim (svn) on your account launch mcabber (0.9.2) on your account click on the self presence buddy in gajim, and choose "information in the submenu"
expected result : the progress bar stops soon
current result: the progress bar don't stop.
I suspect the following xml fragment of being the root of the problem :
<iq to="misc@example.org/Mcabber" type="get" id="104"> <query xmlns="jabber:iq:last" /> </iq> <iq from='misc@example.org/Mcabber' to='misc@example/Gajiml' type='error' id='104'> <query xmlns='jabber:iq:last'/> <error code='501' type='cancel'> <feature-not-implemented xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/> </error> </iq>
I will try to add jabber:iq:last support to mcabber to verify this.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
