From f748401840ee648552825c99170c7d53d1b2ff43 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 6 Apr 2018 00:02:09 +0300 Subject: PF2_NONE : flag for protocols that have no statuses at all fixes #1247 --- include/m_protosvc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/m_protosvc.h b/include/m_protosvc.h index 0709e5b542..562c77c0e6 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -102,6 +102,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define PF2_OUTTOLUNCH 0x00000080 #define PF2_ONTHEPHONE 0x00000100 #define PF2_IDLE 0x00000200 +#define PF2_NONE 0x10000000 // protocol has no statuses at all /////////////////////////////////////////////////////////////////////////////// // the status modes that the protocol supports -- cgit v1.2.3