Age | Commit message (Collapse) | Author |
|
|
|
Using io.TeeReader and io.MultiWriter is a better debugging interface
since it is exactly what is transmitted via the TCP connection.
|
|
This should be used for debugging.
|
|
|
|
The currently used method with struct marshalling and string cutting is
just a workaround.
|
|
This is a generic XML token logging function which can be used for
sent and received XML tokens.
|
|
LimoX should receive and send XML elements from and to the server
concurrently to avoid blocking.
|
|
The <stream> element is the first to encode and is added with this
commit.
|
|
This is not compliant with the XMPP specification but allows to develop
quite fast with production servers.
|
|
|