Summary: | tp_cli_dbus_properties_call_get returns identical addresses for different buddies | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Marc Maurer <uwog> |
Component: | gabble | Assignee: | Telepathy bugs list <telepathy-bugs> |
Status: | RESOLVED NOTABUG | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | Gabble logfiles for a collaboration session between 3 people |
Description
Marc Maurer
2011-05-29 13:06:29 UTC
0.11.3 is pretty old, you should use 0.12.0 which is the latest stable release. Could you please start Gabble with GABBLE_DEBUG=all WOCKY_DEBUG=all GABBLE_PERSIST=1 GABBLE_LOGFILE=/tmp/gabble.log and attach the log ? Created attachment 47333 [details] Gabble logfiles for a collaboration session between 3 people I've set up a collaboration session between 3 people: uwog20@jabber.org, uwog21@jabber.org and uwog22@jabber.org , and generated 3 log files. Their contents is created from the following procedure: 1. Start gabble 2. Start empathy 3. Start abiword to register it's capabilities with Telepathy 4. Let uwog20@jabber.org create a dbus tube MUC and invite uwog21@jabber.org and uwog22@jabber.org 5. uwog21@jabber.org and uwog22@jabber.org accept 6. Close abiword and empathy again In step 5 things go wrong, as the TpHandle for all people in the room are the same. The attached log was created by gabble 0.12.0 as requested btw. (In reply to comment #0) > This prints things like: > > Got room member - handle: 12, address: :2.dXdvZzIwQGphYmJlci5vcmcA > Got room member - handle: 13, address: :2.dXdvZzIxQGphYmJlci5vcmcA > > I'd expect every buddy to have a different dbus address. After one hour of logs reading, tests and debugging I'm happy to say that... there is no bug! :D I also read those strings as equals at first but they are not: :2.dXdvZzIwQGphYmJlci5vcmcA :2.dXdvZzIxQGphYmJlci5vcmcA ^ So yeah, things are fine, most confusing strings ever! :) (In reply to comment #4) > (In reply to comment #0) > > I'd expect every buddy to have a different dbus address. > > I also read those strings as equals at first but they are not: > :2.dXdvZzIwQGphYmJlci5vcmcA > :2.dXdvZzIxQGphYmJlci5vcmcA > ^ That's because your JIDs only differ by 1 bit, the default nickname is the same as the "user" part of the JID (e.g. uwog22), and the unique names used in the tube are a modified base64 encoding of the nickname to guarantee collision-avoidance (unless the nickname is far too long, in which case a hash is used and collisions are merely very unlikely). http://telepathy.freedesktop.org/xmpp/tubes.html#sect-id2252072 |
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.