add enable-chat sofia profile param which defaults to true when not present, set to false to turn off the chat interface in sofia

This commit is contained in:
Anthony Minessale
2014-04-19 12:29:00 -05:00
parent f408dae2af
commit 79ebcb104b
4 changed files with 15 additions and 1 deletions
+1
View File
@@ -273,6 +273,7 @@ typedef enum {
PFLAG_TCP_UNREG_ON_SOCKET_CLOSE,
PFLAG_TLS_ALWAYS_NAT,
PFLAG_TCP_ALWAYS_NAT,
PFLAG_ENABLE_CHAT,
/* No new flags below this line */
PFLAG_MAX
} PFLAGS;