diff libpurple/protocols/myspace/myspace.h @ 17941:dcbb535e8d55

Lowercase password before sending it. Closes #2066.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Wed, 11 Jul 2007 05:17:18 +0000
parents 13bba54b429d
children c109b7f1c739
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Tue Jul 10 06:08:05 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Wed Jul 11 05:17:18 2007 +0000
@@ -108,6 +108,9 @@
 /* Authentication algorithm for login2 */
 #define MSIM_AUTH_ALGORITHM	196610
 
+/* Recognized challenge length */
+#define MSIM_AUTH_CHALLENGE_LENGTH      0x40
+
 /* TODO: obtain IPs of network interfaces from user's machine, instead of
  * hardcoding these values below (used in msim_compute_login_response). 
  * This is not immediately