From 173995b62f1440f7c9bfd7a30371094a22e6fb9d Mon Sep 17 00:00:00 2001
From: Alexander Lantsev <aunsane@gmail.com>
Date: Tue, 9 Jun 2015 07:53:05 +0000
Subject: Added flag PF4_READNOTIFY

git-svn-id: http://svn.miranda-ng.org/main/trunk@14070 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
---
 include/m_protosvc.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'include')

diff --git a/include/m_protosvc.h b/include/m_protosvc.h
index 338e6de153..b4de5bff4d 100644
--- a/include/m_protosvc.h
+++ b/include/m_protosvc.h
@@ -2,7 +2,7 @@
 
 Miranda NG: the free IM client for Microsoft* Windows*
 
-Copyright (�) 2012-15 Miranda NG project (http://miranda-ng.org)
+Copyright (c) 2012-15 Miranda NG project (http://miranda-ng.org)
 Copyright (c) 2000-09 Miranda ICQ/IM project,
 all portions of this codebase are copyrighted to the people
 listed in contributors.txt.
@@ -146,6 +146,7 @@ static __inline unsigned long Proto_Status2Flag(int status)
 #define PF4_NOAUTHDENYREASON 0x00000400 // protocol doesn't support authorization deny reason
 #define PF4_GROUPCHATFILES   0x00000800 // protocol supports sending files to group chats
 #define PF4_SINGLEFILEONLY   0x00001000 // protocol supports sending files one by one only
+#define PF4_READNOTIFY       0x00002000 // protocol supports receiving notify of message reading
 
 #define PFLAG_UNIQUEIDTEXT          100 // returns a static buffer of text describing the unique field by which this protocol identifies users (already translated), or NULL
 #define PFLAG_MAXCONTACTSPERPACKET  200 // returns the maximum number of contacts which can be sent in a single PSS_CONTACTS, lParam = (LPARAM)hContact.
-- 
cgit v1.2.3