From 4e532a8e7f362e459e42ef2dad1a069c0c0d5859 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 8 Jan 2024 13:59:10 +0300 Subject: PSR_AWAYMSG returned as service for old ICQ-based protocols --- protocols/EmLanProto/src/lan.h | 2 ++ protocols/ICQCorp/src/protocol.h | 1 + 2 files changed, 3 insertions(+) (limited to 'protocols') diff --git a/protocols/EmLanProto/src/lan.h b/protocols/EmLanProto/src/lan.h index 9083281619..9b50bdb928 100644 --- a/protocols/EmLanProto/src/lan.h +++ b/protocols/EmLanProto/src/lan.h @@ -4,6 +4,8 @@ #ifndef __lan_h__ #define __lan_h__ +#define PSR_AWAYMSG "/RecvAwayMsg" + #define MAKE_PORT(x) (HIBYTE(x)|(LOBYTE(x)<<8)) #define MAX_INTERNAL_IP 32 diff --git a/protocols/ICQCorp/src/protocol.h b/protocols/ICQCorp/src/protocol.h index ef1adf9ad6..ab3bf6d2a3 100644 --- a/protocols/ICQCorp/src/protocol.h +++ b/protocols/ICQCorp/src/protocol.h @@ -22,6 +22,7 @@ /////////////////////////////////////////////////////////////////////////////// +#define PSR_AWAYMSG "/RecvAwayMsg" #define ICQ_TCP_VER 0x0002 #define ICQ_UDP_VER 0x0003 -- cgit v1.2.3