go-xmpp
go-xmpp copied to clipboard
Go XMPP Library (From Yasuhiro Matsumoto and based on the code from Russ Cox)
Would it be possible just to create a channel between the server and the client, and the other client as well? Then code would be much cleaner and security would...
As far as I see send and recieve ping message abilities themselves are [implemented](https://github.com/xmppo/go-xmpp/blob/master/xmpp_ping.go). But currently [client part](https://github.com/xmppo/go-xmpp/blob/fd42cf9a3479d528b5c8f6d5abc3e5ca96c9b3ae/xmpp.go#L283) completely lacks support for periodic sending procedure that is required for complete...