your #1 source of programming antipatterns
Go to file
Scott Dunlop 1f559fafde add STARTTLS support to TCP connections
- Add InsecureAllowUnencryptedAuth to options; go-xmpp will not leak
authentication in plaintext over TCP connections (breaks compatibility
with previous versions, slightly.)
fails.
- Add StartTLS to options; go-xmpp will use STARTTLS if the server
requires it or the user requests it.
- Add IsEncrypted method so sensitive clients can check if the
connection is TLS encrypted.
2014-10-28 16:32:19 -07:00
_example Status and status message 2014-10-04 18:29:19 +02:00
LICENSE add LICENSE file. 2011-02-28 11:46:55 +09:00
README.md Create README.md 2013-09-13 12:30:32 +09:00
xmpp_muc.go Support NoTLS, DIGEST-MD5 2013-05-14 19:24:35 -07:00
xmpp.go add STARTTLS support to TCP connections 2014-10-28 16:32:19 -07:00

go-xmpp

go xmpp library (original was written by russ cox )