diff options
author | xengineering <me@xengineering.eu> | 2023-07-03 21:10:51 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-07-03 21:10:51 +0200 |
commit | cf520b079743ec95d085a439d00b841c253c564a (patch) | |
tree | 9f1da7d920bca3177763f30f8716be69a677f716 | |
parent | 3cac662ef99366dea7bec383ba6704b3a5292d93 (diff) | |
download | limox-cf520b079743ec95d085a439d00b841c253c564a.tar limox-cf520b079743ec95d085a439d00b841c253c564a.tar.zst limox-cf520b079743ec95d085a439d00b841c253c564a.zip |
Rename encoder_decoder.go to xml.go
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.
-rw-r--r-- | xmpp/xml.go (renamed from xmpp/encoder_decoder.go) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/xmpp/encoder_decoder.go b/xmpp/xml.go index b0ea77b..b0ea77b 100644 --- a/xmpp/encoder_decoder.go +++ b/xmpp/xml.go |