comparison libpurple/protocols/jabber/buddy.c @ 25959:d978395b4e18

propagate from branch 'im.pidgin.pidgin' (head e602a35f60e3d423d43bacc72fcb7239c8b43cf0) to branch 'im.pidgin.cpw.malu.xmpp.idle' (head 4e61c345f100563e8a242c8ed8ffab9f359fa4a7)
author Marcus Lundblad <ml@update.uu.se>
date Tue, 13 Jan 2009 18:39:17 +0000
parents e33aee62e537 ca4ccf646993
children 43da17b9a27e
comparison
equal deleted inserted replaced
25958:e33aee62e537 25959:d978395b4e18
624 } 624 }
625 625
626 /* 626 /*
627 * This is the callback from the "ok clicked" for "set vCard" 627 * This is the callback from the "ok clicked" for "set vCard"
628 * 628 *
629 * Formats GSList data into XML-encoded string and returns a pointer 629 * Sets the vCard with data from PurpleRequestFields.
630 * to said string.
631 *
632 * g_free()'ing the returned string space is the responsibility of
633 * the caller.
634 */ 630 */
635 static void 631 static void
636 jabber_format_info(PurpleConnection *gc, PurpleRequestFields *fields) 632 jabber_format_info(PurpleConnection *gc, PurpleRequestFields *fields)
637 { 633 {
638 xmlnode *vc_node; 634 xmlnode *vc_node;