comparison src/protocols/yahoo/yahoochat.c @ 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 0555e59dfba9
children fa6395637e2c
comparison
equal deleted inserted replaced
7867:6106bb694efc 7868:adcd6208ff43
815 815
816 room2 = yahoo_string_encode(gc, room, NULL); 816 room2 = yahoo_string_encode(gc, room, NULL);
817 817
818 pkt = yahoo_packet_new(YAHOO_SERVICE_CHATJOIN, YAHOO_STATUS_AVAILABLE, 0); 818 pkt = yahoo_packet_new(YAHOO_SERVICE_CHATJOIN, YAHOO_STATUS_AVAILABLE, 0);
819 819
820 yahoo_packet_hash(pkt, 1, gaim_connection_get_display_name(gc));
820 yahoo_packet_hash(pkt, 62, "2"); 821 yahoo_packet_hash(pkt, 62, "2");
821 yahoo_packet_hash(pkt, 104, room2); 822 yahoo_packet_hash(pkt, 104, room2);
822 yahoo_packet_hash(pkt, 129, "0"); 823 yahoo_packet_hash(pkt, 129, "0");
823 824
824 yahoo_send_packet(yd, pkt); 825 yahoo_send_packet(yd, pkt);