summaryrefslogtreecommitdiff
path: root/xmpp/encoder_decoder.go
AgeCommit message (Collapse)Author
2023-06-27Apply go fmtxengineering
2023-06-16Add chan xml.Token xmpp.session.rxxengineering
This allows the goroutine which fetches all tokens from the server to forward them to the main goroutine of the session.
2023-06-05Re-implement XML decodingxengineering
2023-06-05Re-implement XML encodingxengineering
2023-06-04Implement dummy XML encoder and decoderxengineering