From f66c41e668429b9a07dfdf30832c02ddc223f4a4 Mon Sep 17 00:00:00 2001 From: Matt Jordan Date: Fri, 22 May 2015 12:22:39 -0500 Subject: [PATCH 1/1] res/res_pjsip_pubsub: Note that 'dialog' is also a valid event type for RLS In addition to specifying lists of 'presence' and 'message-summary', users can also create lists of type 'dialog'. These should be treated in the same fashion as 'presence'. Change-Id: I583bb69cd9f88b0b29bf09ddaddeac4e84189f6e --- res/res_pjsip_pubsub.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/res/res_pjsip_pubsub.c b/res/res_pjsip_pubsub.c index 5a0e2ba..c01c7c4 100644 --- a/res/res_pjsip_pubsub.c +++ b/res/res_pjsip_pubsub.c @@ -148,6 +148,9 @@ Device state and presence reporting. + + This is identical to presence. + Message-waiting indication (MWI) reporting. -- 1.7.9.5