From: Anthony Minessale Date: Tue, 23 Oct 2007 22:15:09 +0000 (+0000) Subject: add newsub tag to presence notify X-Git-Tag: v1.0-beta2~331 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f32217b8a4c4de1b36dee3243bfaec2d6331fcb;p=thirdparty%2Ffreeswitch.git add newsub tag to presence notify git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6039 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_sofia/sofia_presence.c b/src/mod/endpoints/mod_sofia/sofia_presence.c index feb67ca777..97c17e903e 100644 --- a/src/mod/endpoints/mod_sofia/sofia_presence.c +++ b/src/mod/endpoints/mod_sofia/sofia_presence.c @@ -553,6 +553,7 @@ static int sofia_presence_sub_callback(void *pArg, int argc, char **argv, char * contact = sofia_glue_get_url_from_contact(tmp, 0); nua_notify(nh, + NUTAG_NEWSUB(1), NUTAG_URL(contact), SIPTAG_TO_STR(full_from), SIPTAG_FROM_STR(id),