diff src/protocols/gg/libgg.h @ 8160:a0b7039de507

[gaim-migrate @ 8872] "I figured out that the GG servers have changed and that made GG disconnect all the time. Here comes the (very simple) patch to fix that." -- Ignacy Gawedzki committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 21 Jan 2004 05:34:32 +0000
parents 5239a3b4ab33
children ce90b119b103
line wrap: on
line diff
--- a/src/protocols/gg/libgg.h	Wed Jan 21 05:18:45 2004 +0000
+++ b/src/protocols/gg/libgg.h	Wed Jan 21 05:34:32 2004 +0000
@@ -1,4 +1,4 @@
-/* $Id: libgg.h 6513 2003-07-08 06:11:49Z faceprint $ */
+/* $Id: libgg.h 8872 2004-01-21 05:34:32Z lschiere $ */
 
 /*
  *  (C) Copyright 2001 Wojtek Kaniewski <wojtekka@irc.pl>,
@@ -378,15 +378,15 @@
 char *gg_urlencode(const char *str);
 int gg_http_hash(const unsigned char *email, const unsigned char *password);
 
-#define GG_APPMSG_HOST "appmsg.gadu-gadu.pl"
+#define GG_APPMSG_HOST "appmsg.gadugadu.pl"
 #define GG_APPMSG_PORT 80
-#define GG_PUBDIR_HOST "pubdir.gadu-gadu.pl"
+#define GG_PUBDIR_HOST "pubdir.gadugadu.pl"
 #define GG_PUBDIR_PORT 80
-#define GG_REGISTER_HOST "register.gadu-gadu.pl"
+#define GG_REGISTER_HOST "register.gadugadu.pl"
 #define GG_REGISTER_PORT 80
 #define GG_DEFAULT_PORT 8074
 #define GG_HTTPS_PORT 443
-#define GG_HTTP_USERAGENT "Mozilla/4.7 [en] (Win98; I)"
+#define GG_HTTP_USERAGENT "Mozilla/4.0 (compatible MSIE 5.0; Windows 98; I)"
 
 struct gg_header {
 	unsigned long type;		/* typ pakietu */