From c0569ec17ede7bf5dcdb5102810ad2d6153b603c Mon Sep 17 00:00:00 2001 From: Goraf <22941576+Goraf@users.noreply.github.com> Date: Thu, 18 Jan 2018 19:56:09 +0100 Subject: Gadu-Gadu: * force SSL and manual hosts * force keeping connection allive * send ping only once per minute * overwirte old servers list * version bump --- protocols/Gadu-Gadu/src/gg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols/Gadu-Gadu/src/gg.h') 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 -- cgit v1.2.3