Mercurial > pidgin
changeset 1853:c5b895edf254
[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 <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 16 May 2001 22:21:22 +0000 |
parents | 15a415b5f08c |
children | 5707d1688165 |
files | plugins/jabber/jabber.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);