summaryrefslogtreecommitdiff
path: root/libpurple/purpleprivate.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2022-11-07 23:29:57 -0600
committerGary Kramlich <grim@reaperworld.com>2022-11-07 23:29:57 -0600
commit396123132884efb49a8da97179a441298912844a (patch)
tree79bfbb6d8dbf8bb970a5870a5d7e96006efc6232 /libpurple/purpleprivate.h
parent2c9c7d2cbf543ac6d158a27e4f692edce25c558b (diff)
downloadpidgin-396123132884efb49a8da97179a441298912844a.tar.gz
Remove the ability to register new accounts.
XMPP is the only in-tree protocol with torchat and telegram being the others that support this. I'm not opposed to bringing this back somehow, but this current form has to go as it's way too complicated. Testing Done: Compiled Reviewed at https://reviews.imfreedom.org/r/2047/
Diffstat (limited to 'libpurple/purpleprivate.h')
-rw-r--r--libpurple/purpleprivate.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/libpurple/purpleprivate.h b/libpurple/purpleprivate.h
index 031b597731..4e47e52828 100644
--- a/libpurple/purpleprivate.h
+++ b/libpurple/purpleprivate.h
@@ -83,21 +83,6 @@ void
_purple_buddy_icons_blist_loaded_cb(void);
/**
- * _purple_connection_new_unregister:
- * @account: The account to unregister
- * @password: The password to use.
- * @cb: Optional callback to be called when unregistration is complete
- * @user_data: user data to pass to the callback
- *
- * Tries to unregister the account on the server. If the account is not
- * connected, also creates a new connection.
- *
- * Note: This function should only be called by purple_account_unregister()
- * in account.c.
- */
-void _purple_connection_new_unregister(PurpleAccount *account, const char *password,
- PurpleAccountUnregistrationCb cb, void *user_data);
-/**
* _purple_connection_wants_to_die:
* @gc: The connection to check
*