Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-09 | Implement logToken() | xengineering | |
This is a generic XML token logging function which can be used for sent and received XML tokens. | |||
2023-05-04 | Implement concurrent send / receive | xengineering | |
LimoX should receive and send XML elements from and to the server concurrently to avoid blocking. | |||
2023-05-03 | Implement XML encoding | xengineering | |
The <stream> element is the first to encode and is added with this commit. | |||
2023-05-03 | Switch to direct TLS with hard-coded port | xengineering | |
This is not compliant with the XMPP specification but allows to develop quite fast with production servers. | |||
2023-04-18 | Split Go code into multiple files | xengineering | |