After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 489975 - Automatically closing conversation
Automatically closing conversation
Status: RESOLVED NOTGNOME
Product: empathy
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2007-10-24 23:48 UTC by Michael Monreal
Modified: 2007-10-25 14:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Monreal 2007-10-24 23:48:46 UTC
Write from pidgin to empathy using bonjour. Empathy will pop up a window and chat works, but if you don't write anything in empathy after 10 sec or something like that, pidgin shows "... has closed the conversation". Pidgin should only show this if the empathy message window/tab is closed.
Comment 1 Xavier Claessens 2007-10-25 09:55:56 UTC
I suppose that's a pidgin bug...
Comment 2 Michael Monreal 2007-10-25 09:59:08 UTC
Oh, really? Well, then I will file a bug there and link this. Making implementations talk nice to each other is a good thing IMHO ;)
Comment 3 Michael Monreal 2007-10-25 13:50:01 UTC
I think I have to reopen, this is what debugging in pidgin shows:

http://developer.pidgin.im/ticket/3690
Comment 4 Xavier Claessens 2007-10-25 14:13:01 UTC
Asked tp-salut dev:

<sjoerd> Zdra: salut drops idle tcp connections after a while
<sjoerd> that other implementation see this as having a meaning is their problem
<Zdra> sjoerd: right, droping tcp connection != sendign chat state notification
<sjoerd> exactly
 gaim and probably gajim drop connections when you close the chat dialog, like iChat does
 but that behaviour is not standardized in anyway.. And imho a bit broken
 You might want to add these problems with gaijm and gaim to http://telepathy.freedesktop.org/wiki/SalutInteroperability

I checked Empathy code and there is no timeout to close the chat, so that's surely not an Empathy bug. So either it's tp-salut or piding, in both cases it's NOTGNOME :)

I think that's just about what to do if the connection is closed, does that mean that the contact left the conversation? Or does that mean the connection is useless because nothing happens, but the conversation will be reopened later if someone sends a message?