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\40local.domain@mydomain.tldr where the username is admin@local.domain
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.