Mercurial > pidgin.yaz
changeset 19670:168c5eeadfc3
Fix subscribing to an offline user in SIMPLE. Thanks to Will Hawkins for the patch and following up with the OpenSER folks to confirm the behavior. Fixes #2181.
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Thu, 06 Sep 2007 15:40:57 +0000 |
parents | fb3b3e93b9ca |
children | 0914ce0f3e0e |
files | libpurple/protocols/simple/simple.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/simple/simple.c Thu Sep 06 15:38:03 2007 +0000 +++ b/libpurple/protocols/simple/simple.c Thu Sep 06 15:40:57 2007 +0000 @@ -1066,6 +1066,7 @@ if(!pidf) { purple_debug_info("simple", "process_incoming_notify: no parseable pidf\n"); g_free(from); + send_sip_response(sip->gc, msg, 200, "OK", NULL); return; }