changeset 7868:adcd6208ff43

[gaim-migrate @ 8522] Yahoo chat: cannot join chat using profile fix from Tim Ringenbach (marv_sf) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 14 Dec 2003 17:26:07 +0000
parents 6106bb694efc
children a8e306f40093
files src/protocols/yahoo/yahoochat.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoochat.c	Sun Dec 14 17:16:45 2003 +0000
+++ b/src/protocols/yahoo/yahoochat.c	Sun Dec 14 17:26:07 2003 +0000
@@ -817,6 +817,7 @@
 
 	pkt = yahoo_packet_new(YAHOO_SERVICE_CHATJOIN, YAHOO_STATUS_AVAILABLE, 0);
 
+	yahoo_packet_hash(pkt, 1, gaim_connection_get_display_name(gc));
 	yahoo_packet_hash(pkt, 62, "2");
 	yahoo_packet_hash(pkt, 104, room2);
 	yahoo_packet_hash(pkt, 129, "0");