From 1f32217b8a4c4de1b36dee3243bfaec2d6331fcb Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 23 Oct 2007 22:15:09 +0000 Subject: [PATCH] add newsub tag to presence notify git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6039 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_sofia/sofia_presence.c | 1 + 1 file changed, 1 insertion(+) 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),