Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-19 | Implement basic stream error detection | xengineering | |
With this commit LimoX will cancel the connection to the server if it receives an encoding/xml.EndElement with .Name.Local attribute set to "error". | |||
2023-05-18 | Handle server side debug in xmpp/decoder.go | xengineering | |
2023-05-18 | Add xmpp/encoder.go | xengineering | |
This simplifies the double-encoding to the TCP connection and the debug console. | |||
2023-05-18 | Use only xmpp.Event for channel communication | xengineering | |
2023-05-18 | Use one bidirectional channel for communication | xengineering | |
2023-05-15 | Split JID logic into xmpp/jid.go | xengineering | |
2023-05-15 | Split XML token decoder logic into xmpp/decoder.go | xengineering | |
2023-05-15 | Introduce package xengineering.eu/limox/xmpp | xengineering | |
The XMPP logic is now big enough to create a corresponding package for it. |