Mercurial > pidgin
changeset 32703:d14a39e84ff1
"Fake" account types couldn't be registered before, so make sure
that they can't now.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Thu, 29 Dec 2011 01:46:39 +0000 |
parents | 381033b07bb1 |
children | b43b8b93ea28 |
files | libpurple/protocols/jabber/libfacebook.c libpurple/protocols/jabber/libgtalk.c |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 */