diff libpurple/protocols/myspace/myspace.h @ 22303:1097406c8f6c

In msimprpl, change to patch from Jaywalker regarding setting usernames: If they choose "No", the protocol will not allow them to log in, so therefore we have to disconnect. The newest patch I added fixes it. I also made some minor fixes and general cleanup. Improves on #2844.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sat, 16 Feb 2008 20:49:20 +0000
parents 0e2207b46080
children bf4902fce6e4
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Sat Feb 16 20:20:12 2008 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Sat Feb 16 20:49:20 2008 +0000
@@ -45,7 +45,7 @@
 #include "cipher.h"     /* for SHA-1 */
 #include "util.h"       /* for base64 */
 #include "debug.h"      /* for purple_debug_info */
-#include "request.h" /* For dialogs used in setting the username */
+#include "request.h"    /* For dialogs used in setting the username */
 #include "xmlnode.h"
 #include "core.h"
 
@@ -109,6 +109,7 @@
 
 /* Time between keepalives (seconds) - if no data within this time, is dead. */
 #define MSIM_KEEPALIVE_INTERVAL     (3 * 60)
+/*#define MSIM_USE_KEEPALIVE*/
 
 /* Time to check if alive (milliseconds) */
 #define MSIM_KEEPALIVE_INTERVAL_CHECK   (30 * 1000)