comparison mcabber/mcabber/xmpp_muc.c @ 1722:b18142457ca9

Fix vCard requests in MUC rooms
author Mikael Berthe <mikael@lilotux.net>
date Sun, 28 Feb 2010 11:33:39 +0100
parents fc67e1c7a5d4
children e6e89b1d7831
comparison
equal deleted inserted replaced
1721:8cfc2a386b1f 1722:b18142457ca9
670 670
671 { 671 {
672 const char *id; 672 const char *id;
673 char *desc = g_strdup_printf("<%s> invites you to %s", from, to); 673 char *desc = g_strdup_printf("<%s> invites you to %s", from, to);
674 event_muc_invitation *invitation; 674 event_muc_invitation *invitation;
675 675
676 invitation = g_new(event_muc_invitation, 1); 676 invitation = g_new(event_muc_invitation, 1);
677 invitation->to = g_strdup(to); 677 invitation->to = g_strdup(to);
678 invitation->from = g_strdup(from); 678 invitation->from = g_strdup(from);
679 invitation->passwd = g_strdup(passwd); 679 invitation->passwd = g_strdup(passwd);
680 invitation->reason = g_strdup(reason); 680 invitation->reason = g_strdup(reason);