[Bug 26696] Message from Facebook Chat when it disconnects you for signing in from a new location doesn't reach the UI

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Mar 19 15:43:52 CET 2010


http://bugs.freedesktop.org/show_bug.cgi?id=26696


Will Thompson <will.thompson at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Gabble doesn't show message |Message from Facebook Chat
                   |it received directly after  |when it disconnects you for
                   |the session is opened       |signing in from a new
                   |                            |location doesn't reach the
                   |                            |UI




--- Comment #1 from Will Thompson <will.thompson at collabora.co.uk>  2010-03-19 07:43:52 PST ---
So, what's happening is that it accepts our credentials, but immediately sends
us a <message/> from 'chat.facebook.com' explaining the situation, and then
disconnects us. However, the message never makes it to the UI, for two reasons:

• The message sender's JID is just a domain, not node at domain. Gabble
currently
ignores messages from such JIDs. This is buggy; however, the flipside of
allowing IMing such JIDs is that if the user types 'foo.bar' rather than
'foo.bar at gmail.com', Gabble would happily try to communicate with the domain
foo.bar rather than raising an error as it currently does.

• Even if Gabble did expose the message, since the connection is immediately
terminated the channel would die before it has a chance to make it to the UI.

We should fix both of these issues. The former is just a Gabble issue; the
later needs work in the spec. and MC...


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the telepathy-bugs mailing list