After a painful search for Python XMPP library to use for XEP 060 I finally decided on wokkel and twisted.
However, they cannot understand the simple JID escaping of XEP-106
I am trying to pass username as an email address so I escape it like this admin\[email protected] where the username is [email protected]
The program complains about invalid character in username Should I try another library that does work? and has documentation. I would really appreciate the help.