summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-06-09 07:53:05 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-06-09 07:53:05 +0000
commit173995b62f1440f7c9bfd7a30371094a22e6fb9d (patch)
tree80910c413bab57aa25fe86d75fb4f32c7b5c7b5f /include
parentd93bdfc096f018d3b9c80dad756e5b573e886f68 (diff)
Added flag PF4_READNOTIFY
git-svn-id: http://svn.miranda-ng.org/main/trunk@14070 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/m_protosvc.h3
1 files changed, 2 insertions, 1 deletions
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.