Jajcus / pyxmpp

XMPP implementation for Python

Home Page:http://pyxmpp.jajcus.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pass libxml2 sax warnings to python to get rid of 'URI vcard-temp is not absolute'

Jajcus opened this issue · comments

Hi, we all know vcard-temp is bad and that the -temp wants to tell us something,no need for libxml2 to issue an annoying warning everytime it sees the namespace.

Thank you for the patch. Applied.

--jajcus