gaim/gaim

jabber chat away fix for oldstatus
oldstatus
2005-03-24, Nathan Walp
cc4298b48223
Parents 4800793dd976
Children 8e8acace1997
jabber chat away fix for oldstatus
--- a/ChangeLog Wed Mar 23 23:10:16 2005 -0500
+++ b/ChangeLog Thu Mar 24 10:37:08 2005 -0500
@@ -5,6 +5,7 @@
files.
* Fix signing on ICQ accounts with passwords greater than 8 characters
(Peter Ajamian)
+ * Fix bug with going away while in a jabber chat
version 1.2.0 (3/17/2005):
* Yahoo file receiving and buddy icon receiving work again.
@@ -15,6 +16,7 @@
password containing invalid XML characters such as < and >
(Bastien Durel)
* Yahoo! privacy improvements (Bleeter)
+ * Fix receiving Jabber formatting (broken in 1.1.3)
version 1.1.4 (2/24/2005):
* Fixed a bug where Yahoo! would lose messages (and any other packet
--- a/src/protocols/jabber/presence.c Wed Mar 23 23:10:16 2005 -0500
+++ b/src/protocols/jabber/presence.c Thu Mar 24 10:37:08 2005 -0500
@@ -432,8 +432,6 @@
chat->id = i++;
chat->muc = muc;
chat->conv = serv_got_joined_chat(js->gc, chat->id, room_jid);
- g_free(chat->handle);
- chat->handle = g_strdup(jid->resource);
gaim_conv_chat_set_nick(GAIM_CONV_CHAT(chat->conv), jid->resource);
}