cpw.qulogic.gtk3: c15768cc: "Fake" account types couldn't be registe...

qulogic at pidgin.im qulogic at pidgin.im
Thu Dec 29 03:07:12 EST 2011


----------------------------------------------------------------------
Revision: c15768cc313db014255bd475faf4d46ddee9889f
Parent:   664b6af7bd94e9d167cff79c3327a9ebcdc7520d
Author:   qulogic at pidgin.im
Date:     12/28/11 20:46:39
Branch:   im.pidgin.cpw.qulogic.gtk3
URL: http://d.pidgin.im/viewmtn/revision/info/c15768cc313db014255bd475faf4d46ddee9889f

Changelog: 

"Fake" account types couldn't be registered before, so make sure
that they can't now.

Changes against parent 664b6af7bd94e9d167cff79c3327a9ebcdc7520d

  patched  libpurple/protocols/jabber/libfacebook.c
  patched  libpurple/protocols/jabber/libgtalk.c

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/libfacebook.c	a944a03519087524facbb301f961c0b88a292d8a
+++ libpurple/protocols/jabber/libfacebook.c	a84c7bcfc1bbf999e67541028e5fc3994522abe8
@@ -102,7 +102,7 @@ static PurplePluginProtocolInfo prpl_inf
 	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 @@ static PurplePluginProtocolInfo prpl_inf
 	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 */
============================================================
--- libpurple/protocols/jabber/libgtalk.c	0de9ebb34859d0bba130b75ba41e1dd1ad06c988
+++ libpurple/protocols/jabber/libgtalk.c	3ba20a6c655d1ff9ff67f856962dde8b0bca2b0d
@@ -102,7 +102,7 @@ static PurplePluginProtocolInfo prpl_inf
 	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 @@ static PurplePluginProtocolInfo prpl_inf
 	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 */


More information about the Commits mailing list