diff src/protocols/jabber/jabber.c @ 9173:b6051a2d3bb5

[gaim-migrate @ 9962] Robert T(something) noticed that we're not being a good jabber citizen, and that his server is not XMPP compliant. This fixes our end of that. Thanks Robert! committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 04 Jun 2004 00:02:25 +0000
parents f65be7c97812
children 933c7418fd03
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.c	Thu Jun 03 04:15:30 2004 +0000
+++ b/src/protocols/jabber/jabber.c	Fri Jun 04 00:02:25 2004 +0000
@@ -740,6 +740,7 @@
 {
 	JabberStream *js = gc->proto_data;
 
+	jabber_presence_send(gc, "unavailable", _("Logged out"));
 	jabber_send_raw(js, "</stream:stream>", -1);
 
 	if(js->gsc) {