Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-27 | xmpp: Remove unused code | xengineering | |
This is part of the refactoring. Details of the old implementation should be looked up by older commits. | |||
2023-05-22 | Stop decoding on decoding errors | xengineering | |
This avoids an endless loop. | |||
2023-05-20 | Copy received tokens | xengineering | |
The bytes the token refers to are just valid until a new token arrives. See the documentation of the encoding/xml package for details. | |||
2023-05-18 | Handle server side debug in xmpp/decoder.go | xengineering | |
2023-05-15 | Split XML token decoder logic into xmpp/decoder.go | xengineering | |