Thu, 29 Dec 2011 01:46:39 +0000
"Fake" account types couldn't be registered before, so make sure
that they can't now.
| libpurple/protocols/jabber/libfacebook.c | file | annotate | diff | comparison | revisions | |
| libpurple/protocols/jabber/libgtalk.c | file | annotate | diff | comparison | revisions |
--- 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 */