Summary: | Connecting to the same xmpp account using the same resource you will disconnect one of them | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Daniele E. Domenichelli <ddomenichelli> |
Component: | accounts-kcm | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | kde, martin.steigerwald |
Priority: | NOR | ||
Version: | git-latest | ||
Target Milestone: | 0.6-next | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/telepathy-accounts-kcm/9f729f93f41686e6dc161ddf415ceebe1284cf19 | Version Fixed In: | |
Sentry Crash Report: |
Description
Daniele E. Domenichelli
2012-06-07 07:49:04 UTC
*** Bug 304270 has been marked as a duplicate of this bug. *** I don't have this error (Facebook or Gtalk) with two accounts with the same resource name. Does it depend on the server? Can people look at what Adium/PSI/Kopete/Empathy/etc. do for the resource ID, and comment in this bug. In terms of code it's a simple fix one we've decided what to do. I do get this error on KDETalk, so it must be that GMail and Facebook don't check resource-IDs. PSI uses hostname directly as resource ID Kopete uses "Kopete" - and has the same problem. Even worse as both resources keep fighting for it and both keep disconnecting erroring all the time. FWIW Kopete has the error string "There was an error in the protocol stream: There was a conflict in the information received. Replaced by new connection" Git commit 9f729f93f41686e6dc161ddf415ceebe1284cf19 by David Edmundson. Committed on 24/03/2013 at 02:51. Pushed by davidedmundson into branch 'master'. Make our resourceID more unique Currently some jabber servers don't allow users to connect from two places with the same resource ID. This appends the first 6 digits of the hash of their hostname to our current default resource ID REVIEW: 109686 M +10 -2 plugins/gabble/gabble-account-ui.cpp http://commits.kde.org/telepathy-accounts-kcm/9f729f93f41686e6dc161ddf415ceebe1284cf19 |