# HG changeset patch # User Mark Doliner # Date 1190597156 0 # Node ID 56cec2b6ff98f961e3adba2d9318e741080e9ca4 # Parent 41dd71aa79d6dd2dd37df88d6da53e23756acd5d Uh, these two callbacks were backwards. Methinks somebody didn't test this. diff -r 41dd71aa79d6 -r 56cec2b6ff98 libpurple/protocols/jabber/libxmpp.c --- a/libpurple/protocols/jabber/libxmpp.c Mon Sep 24 00:40:20 2007 +0000 +++ b/libpurple/protocols/jabber/libxmpp.c Mon Sep 24 01:25:56 2007 +0000 @@ -113,8 +113,8 @@ jabber_prpl_send_raw, /* send_raw */ jabber_roomlist_room_serialize, /* roomlist_room_serialize */ jabber_unregister_account, /* unregister_user */ - jabber_attention_types, /* attention_types */ - jabber_send_attention, /* send_attention */ + jabber_send_attention, /* send_attention */ + jabber_attention_types, /* attention_types */ /* padding */ NULL