qulogic/pidgin

msn: Stop sending BLP.
draft msnp21
2014-12-23, Elliott Sales de Andrade
e5196af1860c
Parents 01220a043dd6
Children 899149b334a1
msn: Stop sending BLP.

The server stops replying if sent with version 21. I'm not sure what
the equivalent setting is now.
--- a/libpurple/protocols/msn/msn.c Tue Dec 23 16:26:21 2014 -0500
+++ b/libpurple/protocols/msn/msn.c Tue Dec 23 16:33:43 2014 -0500
@@ -804,22 +804,6 @@
void
msn_send_privacy(PurpleConnection *gc)
{
- PurpleAccount *account;
- MsnSession *session;
- MsnCmdProc *cmdproc;
- MsnTransaction *trans;
-
- account = purple_connection_get_account(gc);
- session = gc->proto_data;
- cmdproc = session->notification->cmdproc;
-
- if (account->perm_deny == PURPLE_PRIVACY_ALLOW_ALL ||
- account->perm_deny == PURPLE_PRIVACY_DENY_USERS)
- trans = msn_transaction_new(cmdproc, "BLP", "%s", "AL");
- else
- trans = msn_transaction_new(cmdproc, "BLP", "%s", "BL");
-
- msn_cmdproc_send_trans(cmdproc, trans);
}
static void