[Bug 20763] New: Self and peer creating jingle contents sharing a name might confuse gabble .
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Mar 20 11:11:11 CET 2009
http://bugs.freedesktop.org/show_bug.cgi?id=20763
Summary: Self and peer creating jingle contents sharing a name
might confuse gabble.
Product: Telepathy
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: telepathy-gabble
AssignedTo: telepathy-bugs at lists.freedesktop.org
ReportedBy: will.thompson at collabora.co.uk
I suspect Gabble will get confused if it creates a content called 'stream3' and
the peer does the same at the same time. It uses a single hash from content
name to contents.
create_content() contains:
/* This will override existing content if it exists. */
g_hash_table_replace (priv->contents, g_strdup (name), c);
The overriding is not signalled to the peer. This seems wrong to me.
--
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