FluuxIO / XMPP

Pure Swift XMPP library
https://www.process-one.net/
Apache License 2.0
45 stars 6 forks source link

Add support for STARTTLS #5

Open mremond opened 5 years ago

chrisballinger commented 4 years ago

Here's a NIO StartTLS example: https://github.com/apple/swift-nio-examples/commit/ef3aab29f71dc4204557be3690092307a456a0ca

mremond commented 4 years ago

Thanks, I will put together some code to support this :)