[Twisted-Python] An XMPP client with SSL support
![](https://secure.gravatar.com/avatar/37ed63938a579fb1bd8f96c740ba5d72.jpg?s=120&d=mm&r=g)
Aug. 27, 2008
9:31 p.m.
Hello, I have a sample XMPP client with the following structure: from twisted.words.protocols.jabber import client, jid from twisted.internet import reactor ... factory = client.basicClientFactory(myJid, myPasswd) reactor.connectTCP(host,5222,factory) reactor.run() It works well, I can connect to the XMPP server. But I would appreciate if some one could give me some hints on what's required to get the client to connect using a secure SSL link. Thanks, -- Pedro
5629
Age (days ago)
6016
Last active (days ago)
3 comments
3 participants
participants (3)
-
Pedro I. Sanchez
-
Pedro Sanchez
-
Ralph Meijer