[Bug 24878] Butterfly fails to advertise Text capabilities

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Dec 28 14:19:48 CET 2009


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





--- Comment #2 from Jonny Lamb <jonny.lamb at collabora.co.uk>  2009-12-28 05:19:47 PST ---
(In reply to comment #1)
> This branch should fix the problem

Looks fine, except one thing:

add_text_capabilities takes a list of handles. In on_addressbook_contact_added,
you give it a single handle. That'll raise an exception saying it can't iterate
through a handle.

-            self.add_text_capabilities(handle)
+            self.add_text_capabilities([handle])

Other than that, looks fine. I guess you've tested it on the N900?


-- 
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