summaryrefslogtreecommitdiff
path: root/xmpp/message.go
AgeCommit message (Collapse)Author
2023-07-05Apply go fmtxengineering
2023-07-05Implement echo botxengineering
This demonstrates the full one-to-one chat message backend without the need to implement the GUI.
2023-07-04Implement (chat) message receiving backendxengineering
This sets a handler and the routing up to be able to log chat messages with body and sender reference. This can later be used for the GUI.