xmpp
xmpp copied to clipboard
Go XMPP server library
I don't know if you still maintain this project, but it seems to be used a bit in other projects. Anyway, the SkipTLS field is never actually used, therefore the...
### tam7t/xmpp now has a Chat Room on Gitter @tam7t has just created a chat room. You can visit it here: [https://gitter.im/tam7t/xmpp](https://gitter.im/tam7t/xmpp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&content=body_link). This pull-request adds this badge to your README.md:...
Currently JIDs are passed as strings. A `struct` with convenience functions would be more extensible and testable.
The example server should be able to gracefully shut down connections in use by `TcpAnswer` goroutines.