aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/oscar/aim.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/oscar/aim.h')
-rw-r--r--protocols/oscar/aim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/oscar/aim.h b/protocols/oscar/aim.h
index 93887103..9516996c 100644
--- a/protocols/oscar/aim.h
+++ b/protocols/oscar/aim.h
@@ -93,7 +93,7 @@ typedef guint16 flap_seqnum_t;
* the client to connect to it.
*
*/
-#define AIM_DEFAULT_LOGIN_SERVER "login.oscar.aol.com"
+#define AIM_DEFAULT_LOGIN_SERVER "login.messaging.aol.com"
#define AIM_LOGIN_PORT 5190
/*
@@ -573,7 +573,7 @@ struct aim_chat_roominfo {
};
struct aim_chat_invitation {
- struct gaim_connection * gc;
+ struct im_connection * ic;
char * name;
guint8 exchange;
};