diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-07-09 08:30:07 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-07-09 08:30:07 +0000 |
commit | 047076a15f1588d173e09dbb33f9beb15756f408 (patch) | |
tree | 7a184818363ad4d2c99462ccae4e2d71ac57954a /include/m_protosvc.h | |
parent | b6f230e41a7c206b609336e401e399a332748263 (diff) |
Core: Add PF4_GROUPCHATFILES flag to mark protocols that support sending files to group chats
StdFile: Don't show "Send file" menu item for groupchats of protocols that doesn't support it
git-svn-id: http://svn.miranda-ng.org/main/trunk@9740 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_protosvc.h')
-rw-r--r-- | include/m_protosvc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_protosvc.h b/include/m_protosvc.h index 1a5dd3d817..fa5c3cb3ad 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -143,6 +143,7 @@ static __inline unsigned long Proto_Status2Flag(int status) #define PF4_IMSENDOFFLINE 0x00000100 // protocol supports sending offline messages (v0.8.0+)
#define PF4_INFOSETTINGSVC 0x00000200 // protocol supports user info translation services (v0.8.0+)
#define PF4_NOAUTHDENYREASON 0x00000400 // protocol doesn't support authorization deny reason (v0.9.0+)
+#define PF4_GROUPCHATFILES 0x00000800 // protocol supports sending files to group chats (v0.95.2+)
#define PFLAG_UNIQUEIDTEXT 100 //returns a static buffer of text describing the unique field by which this protocol identifies users (already translated), or NULL
|