Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-03 | Remove encoderDecoder struct completely | xengineering | |
This was not really necessary because it was all related to the xmpp.session and should thus be implemented there. Using the context package further reduced the complexity for cancelation. | |||
2023-07-03 | Move xml.Encoder to session struct | xengineering | |
The encoderDecoder sub-struct of the session struct should be removed in little steps. This is the first one. | |||
2023-07-03 | Rename encoder_decoder.go to xml.go | xengineering | |
This is way shorter and serves the same purpose: It reflects the responsibility of encoding and decoding XML. The encoderDecoder struct should be removed soon. |