Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VCardAdr parsing error #12

Closed
Jajcus opened this issue Jun 1, 2011 · 0 comments
Closed

VCardAdr parsing error #12

Jajcus opened this issue Jun 1, 2011 · 0 comments

Comments

@Jajcus
Copy link
Owner

Jajcus commented Jun 1, 2011

lines 489 and 490 need to be reversed in [source:trunk/pyxmpp/jabber/vcard.py##L489 vcard.py]
{{{
value=[""]_7
v=value.split(";")
}}}
should be
{{{
v=value.split(";")
value=[""]_7
}}}

Copy of the PyXMPP issue Jajcus/pyxmpp#12

@Jajcus Jajcus closed this as completed Jun 1, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant