Bug 25143 - Unable to join conference rooms until 10-15 minutes after CM being alive
Summary: Unable to join conference rooms until 10-15 minutes after CM being alive
Status: RESOLVED MOVED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: gabble (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords: NEEDINFO
Depends on:
Blocks:
 
Reported: 2009-11-17 03:52 UTC by Rob Bradford
Modified: 2019-12-03 19:21 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Rob Bradford 2009-11-17 03:52:24 UTC
I see the following DBUS messages that seem relevant:

error sender=:1.268 -> dest=:1.266 error_name=org.freedesktop.Telepathy.Error.NotAvailable reply_serial=1582
   string "can't retrieve room info: Request for info on conference.otcchat.org timed out"
error sender=:1.268 -> dest=:1.266 error_name=org.freedesktop.Telepathy.Error.NotAvailable reply_serial=1583
   string "can't retrieve room info: Request for info on conference.otcchat.org timed out"
error sender=:1.268 -> dest=:1.266 error_name=org.freedesktop.Telepathy.Error.NotAvailable reply_serial=1584
   string "can't retrieve room info: Request for info on conference.collabora.co.uk timed out"

And the following in the gabble log:

connection_iq_unknown_cb: got unknown iq:
<iq type="result" id="165922960138" to="rob@otcchat.org/otcchat.org" from="conference.otcchat.org"> <query xmlns="http://jabber.org/protocol/disco#info"> <identity name="Chatrooms" type="text" category="conference"></identity>
 <feature var="http://jabber.org/protocol/disco#info"></feature>
 <feature var="http://jabber.org/protocol/disco#items"></feature>
 <feature var="http://jabber.org/protocol/muc"></feature>
 <feature var="jabber:iq:register"></feature>
 <feature var="http://jabber.org/protocol/rsm"></feature>
 <feature var="vcard-temp"></feature>
 <x type="result" xmlns="jabber:x:data"> <field type="hidden" var="FORM_TYPE"> <value>http://jabber.org/network/serverinfo</value>
</field>
</x>
</query>
</iq>

Sjoerd Simons: it's gabble trying to disco the conference server ,that timing out, gabble giving up and then by the time it got the reply it has forgotten what it asked for
Comment 1 Will Thompson 2011-01-07 08:32:32 UTC
The code that discos the conference server was deleted about a year ago; so joining the room should no longer time out. Gabble just sends the <presence/> to join, and waits forever for a reply.

Rob, is this still an issue for you?
Comment 2 GitLab Migration User 2019-12-03 19:21:15 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-gabble/issues/63.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.