diff libpurple/protocols/oscar/oscar.c @ 15867:2c3765732dba

I don't know if the OSCAR checksum stuff will be copied to pidgin.im, but it certainly won't be at a website that's not ours (wrong because of the sed).
author Richard Laager <rlaager@wiktel.com>
date Wed, 21 Mar 2007 08:48:35 +0000
parents b2903ec59bb7
children 20c0ab6ea008
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c	Wed Mar 21 08:46:00 2007 +0000
+++ b/libpurple/protocols/oscar/oscar.c	Wed Mar 21 08:48:35 2007 +0000
@@ -60,7 +60,7 @@
 #define OSCAR_STATUS_ID_CUSTOM      "custom"
 #define OSCAR_STATUS_ID_MOBILE	    "mobile"
 
-#define AIMHASHDATA "http://purple.sourceforge.net/aim_data.php3"
+#define AIMHASHDATA "http://pidgin.im/aim_data.php3"
 
 #define OSCAR_CONNECT_STEPS 6
 
@@ -1593,7 +1593,7 @@
 	pos->modname = g_strdup(modname);
 
 	/* TODO: Keep track of this return value. */
-	if (purple_proxy_connect(NULL, pos->gc->account, "purple.sourceforge.net", 80,
+	if (purple_proxy_connect(NULL, pos->gc->account, "pidgin.im", 80,
 			straight_to_hell, pos) == NULL)
 	{
 		char buf[256];