Python TLS handshake XMPP

rocktrinh

New Member
I'm trying to connect to an XMPP server using python. I have the XML to connect, I'm just not sure how to do the TLS portion of the connection? I can find lots of examples for HTTPS TLS and examples for XMPP just not how to put both together. Has anyone got an example of an XMPP connection in python using TLS? I'm trying to connect to talk.google.com if that helps.
 
Back
Top