diff options
author | Goraf <22941576+Goraf@users.noreply.github.com> | 2018-01-18 19:56:09 +0100 |
---|---|---|
committer | Goraf <22941576+Goraf@users.noreply.github.com> | 2018-01-19 01:39:33 +0100 |
commit | c0569ec17ede7bf5dcdb5102810ad2d6153b603c (patch) | |
tree | 3ef33f0b3a0c6af5e7f4cbfddb5e83fb1bf2afbf /protocols/Gadu-Gadu/src/gg.h | |
parent | fb40ed2b6385b9e3a85b35ba27f3a42207d22234 (diff) |
Gadu-Gadu:
* force SSL and manual hosts
* force keeping connection allive
* send ping only once per minute
* overwirte old servers list
* version bump
Diffstat (limited to 'protocols/Gadu-Gadu/src/gg.h')
-rw-r--r-- | protocols/Gadu-Gadu/src/gg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Gadu-Gadu/src/gg.h b/protocols/Gadu-Gadu/src/gg.h index 201fb8cf58..2a2bc879a4 100644 --- a/protocols/Gadu-Gadu/src/gg.h +++ b/protocols/Gadu-Gadu/src/gg.h @@ -209,11 +209,11 @@ struct GGGETAVATARDATA #define GG_KEYDEF_MSGACK 1
#define GG_KEY_MANUALHOST "ManualHost" // Specify by hand server host/port
-#define GG_KEYDEF_MANUALHOST 0
+#define GG_KEYDEF_MANUALHOST 1
#define GG_KEY_SSLCONN "SSLConnection" // Use SSL/TLS for connections
-#define GG_KEYDEF_SSLCONN 0
+#define GG_KEYDEF_SSLCONN 1
#define GG_KEY_SERVERHOSTS "ServerHosts" // NL separated list of hosts for server connection
-#define GG_KEYDEF_SERVERHOSTS "91.197.13.54\r\n91.197.13.66\r\n91.197.13.69\r\n91.197.13.72\r\n91.197.13.75\r\n91.197.13.81"
+#define GG_KEYDEF_SERVERHOSTS "91.214.237.108\r\n91.214.237.112\r\n91.214.237.116\r\n91.214.237.120\r\n91.214.237.123"
#define GG_KEY_CLIENTIP "IP" // Contact IP (by notify)
#define GG_KEY_CLIENTPORT "ClientPort" // Contact port
|