git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3513 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-12-02 02:13:15 +00:00
parent 81ee9b74d1
commit 2986cee258
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
Thu Nov 30 15:25:59 UTC 2006
Fri Dec 1 21:13:04 EST 2006

View File

@ -825,7 +825,7 @@ static int on_subscribe(void *user_data, ikspak *pak)
return -1;
}
if ((r = strchr(from, '/'))) {
*r++;
*r++ = '\0';
}
msg = iks_make_s10n (IKS_TYPE_SUBSCRIBED, id, "Ding A Ling....");