Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-03 | Introduce new communication pattern | xengineering | |
2023-06-03 | Implement dummy session | xengineering | |
Minimal step towards session-based XMPP architecture. | |||
2023-05-21 | Disable info logging | xengineering | |
The current log policy is to be quiet if nothing failed to allow to focus on relevant messages. | |||
2023-05-21 | Introduce xengineering.eu/xmpp.Conn | xengineering | |
2023-05-20 | Implement last password persistence | xengineering | |
2023-05-20 | Add persistence for last used JID | xengineering | |
2023-05-18 | Use only xmpp.Event for channel communication | xengineering | |
2023-05-18 | Use one bidirectional channel for communication | 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. | |||
2023-05-14 | Rework error management | xengineering | |
Error handling was not consistent and quite bad to be honest ... | |||
2023-05-11 | Do not share memory between limox and xmpp | xengineering | |
2023-05-03 | Implement XML encoding | xengineering | |
The <stream> element is the first to encode and is added with this commit. | |||
2023-04-18 | Split Go code into multiple files | xengineering | |