Mercurial > pidgin
changeset 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 | 640b82172493 |
children | a839ef5d2f34 |
files | COPYRIGHT src/protocols/jabber/jabber.c |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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) {