summaryrefslogtreecommitdiff
path: root/limox.go
AgeCommit message (Collapse)Author
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