# HG changeset patch # User Elliott Sales de Andrade # Date 1325123199 0 # Node ID d14a39e84ff186da3ac623fd0d20c2870d312d24 # Parent 381033b07bb1974d4513831d4a453e342b3d8c2f "Fake" account types couldn't be registered before, so make sure that they can't now. diff -r 381033b07bb1 -r d14a39e84ff1 libpurple/protocols/jabber/libfacebook.c --- 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 */ diff -r 381033b07bb1 -r d14a39e84ff1 libpurple/protocols/jabber/libgtalk.c --- 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 */