summaryrefslogtreecommitdiff
path: root/limox.go
AgeCommit message (Collapse)Author
2023-05-21Disable info loggingxengineering
The current log policy is to be quiet if nothing failed to allow to focus on relevant messages.
2023-05-21Introduce xengineering.eu/xmpp.Connxengineering
2023-05-20Implement last password persistencexengineering
2023-05-20Add persistence for last used JIDxengineering
2023-05-18Use only xmpp.Event for channel communicationxengineering
2023-05-18Use one bidirectional channel for communicationxengineering
2023-05-15Introduce package xengineering.eu/limox/xmppxengineering
The XMPP logic is now big enough to create a corresponding package for it.
2023-05-14Rework error managementxengineering
Error handling was not consistent and quite bad to be honest ...
2023-05-11Do not share memory between limox and xmppxengineering
2023-05-03Implement XML encodingxengineering
The <stream> element is the first to encode and is added with this commit.
2023-04-18Split Go code into multiple filesxengineering