diff libpurple/protocols/simple/simple.c @ 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 941965d6fd88
children 44b4e8bd759b
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;
 	}