]> git.0d.be Git - empathy.git/commit
tp-chat: remove butterfly MSN HandleType=NONE workaround
authorJonny Lamb <jonnylamb@gnome.org>
Wed, 10 Mar 2010 18:44:14 +0000 (18:44 +0000)
committerJonny Lamb <jonnylamb@gnome.org>
Thu, 11 Mar 2010 11:33:33 +0000 (11:33 +0000)
commit2a98cb3d4f7222097b4ec2f5343244d1b313eac1
treecec37dada92aaf3f776411a65fcd87b5cdc52c90
parent13a7c40c5aaf9b6ff9d75073775472f413959033
tp-chat: remove butterfly MSN HandleType=NONE workaround

Newer versions of butterfly use the conference interface, so their 1-1
chats don't implement the group interface. This patch changes nothing
there, but now when butterfly gives a channel with
TargetHandleType=NONE, it is actually a MUC, so act like that.

Thanks to the addition of the conference interface with this change,
we can check for its presence to decide whether this is old-school or
new-school butterfly.

This commit and 13a7c40c together fix bug #612461.

Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
libempathy/empathy-tp-chat.c