# HG changeset patch # User Nathan Walp # Date 1086307345 0 # Node ID b6051a2d3bb58b67f5b00817a5c7e975a7e89d9e # Parent 640b8217249320d6050162875bd518b967d63967 [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 diff -r 640b82172493 -r b6051a2d3bb5 COPYRIGHT --- a/COPYRIGHT Thu Jun 03 04:15:30 2004 +0000 +++ b/COPYRIGHT Fri Jun 04 00:02:25 2004 +0000 @@ -132,6 +132,7 @@ David Stoddard Sun Microsystems Mårten (fursten) Svantesson +Robert T. Brian Tarricone Peter Teichman Philip Tellis diff -r 640b82172493 -r b6051a2d3bb5 src/protocols/jabber/jabber.c --- 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, "", -1); if(js->gsc) {