pidgin/pidgin

"Fake" account types couldn't be registered before, so make sure
cpw.qulogic.gtk3
2011-12-29, Elliott Sales de Andrade
5cb89e19ff7e
Parents 2c6aa2ca6a52
Children 5aaf2dd75f1c
"Fake" account types couldn't be registered before, so make sure
that they can't now.
--- a/libpurple/protocols/jabber/libfacebook.c Thu Dec 29 01:43:31 2011 +0000
+++ b/libpurple/protocols/jabber/libfacebook.c Thu Dec 29 01:46:39 2011 +0000
@@ -102,7 +102,7 @@
NULL, /* chat_whisper */
jabber_message_send_chat, /* chat_send */
jabber_keepalive, /* keepalive */
- jabber_register_account, /* register_user */
+ NULL, /* register_user */
NULL, /* get_cb_info */
jabber_roster_alias_change, /* alias_buddy */
jabber_roster_group_change, /* group_buddy */
@@ -125,7 +125,7 @@
NULL, /* whiteboard_prpl_ops */
jabber_prpl_send_raw, /* send_raw */
jabber_roomlist_room_serialize, /* roomlist_room_serialize */
- jabber_unregister_account, /* unregister_user */
+ NULL, /* unregister_user */
jabber_send_attention, /* send_attention */
jabber_attention_types, /* attention_types */
NULL, /* get_account_text_table */
--- a/libpurple/protocols/jabber/libgtalk.c Thu Dec 29 01:43:31 2011 +0000
+++ b/libpurple/protocols/jabber/libgtalk.c Thu Dec 29 01:46:39 2011 +0000
@@ -102,7 +102,7 @@
NULL, /* chat_whisper */
jabber_message_send_chat, /* chat_send */
jabber_keepalive, /* keepalive */
- jabber_register_account, /* register_user */
+ NULL, /* register_user */
NULL, /* get_cb_info */
jabber_roster_alias_change, /* alias_buddy */
jabber_roster_group_change, /* group_buddy */
@@ -125,7 +125,7 @@
NULL, /* whiteboard_prpl_ops */
jabber_prpl_send_raw, /* send_raw */
jabber_roomlist_room_serialize, /* roomlist_room_serialize */
- jabber_unregister_account, /* unregister_user */
+ NULL, /* unregister_user */
jabber_send_attention, /* send_attention */
jabber_attention_types, /* attention_types */
NULL, /* get_account_text_table */