# HG changeset patch # User Eric Warmenhoven # Date 990051682 0 # Node ID c5b895edf254d27159894b84c0ac7f23c02eb2e2 # Parent 15a415b5f08c4828575c6290bde1d82b8f84afcb [gaim-migrate @ 1863] (15:19:45) faceprint: warmenhoven: need to change the one instance of "vCard" to "VCARD" in plugins/jabber/jabber.c, do you really want a patch for it? (15:20:01) warmenhoven: haha, no, i think i can manage without one. (15:20:17) faceprint: good (15:20:32) faceprint: i was going to find some way to have someone hit you otherwise ;-) committer: Tailor Script diff -r 15a415b5f08c -r c5b895edf254 plugins/jabber/jabber.c --- a/plugins/jabber/jabber.c Wed May 16 19:04:30 2001 +0000 +++ b/plugins/jabber/jabber.c Wed May 16 22:21:22 2001 +0000 @@ -1081,7 +1081,7 @@ from = xmlnode_get_attrib(p->x, "from"); querynode = xmlnode_get_tag(p->x, "query"); xmlns = xmlnode_get_attrib(querynode, "xmlns"); - vcard = xmlnode_get_tag(p->x, "vCard"); + vcard = xmlnode_get_tag(p->x, "VCARD"); if (NSCHECK(querynode, NS_ROSTER)) { jabber_handleroster(j, querynode);