Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |