# HG changeset patch # User Daniel Atallah # Date 1189093257 0 # Node ID 168c5eeadfc3e45a4a2231d5f160309f233caf22 # Parent fb3b3e93b9ca234f3b0e30b9b867d3c490fc57fa 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. diff -r fb3b3e93b9ca -r 168c5eeadfc3 libpurple/protocols/simple/simple.c --- 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; }