add auth-subscriptions flag. sofia ua can now optionally challenge subscrition requests

This commit is contained in:
Russell Treleaven
2014-05-03 13:28:54 -04:00
committed by Michael Jerris
parent 9b1ebff8de
commit 3666029ff0
4 changed files with 42 additions and 0 deletions
+1
View File
@@ -275,6 +275,7 @@ typedef enum {
PFLAG_TLS_ALWAYS_NAT,
PFLAG_TCP_ALWAYS_NAT,
PFLAG_ENABLE_CHAT,
PFLAG_AUTH_SUBSCRIPTIONS,
/* No new flags below this line */
PFLAG_MAX
} PFLAGS;