mirror of
https://salsa.debian.org/mdosch/go-sendxmpp
synced 2024-11-04 18:00:23 +00:00
712 B
712 B
Changelog
##[v0.2.0]
Added
- Added listening function.
- Added flag to configure connection timeout.
- Added flag to configure minimum TLS version.
- Added flag to show version.
Removed
- Removed deprecated option
-x
.
[v0.1.3]
Changed
- Rename files to use a limited character set (alpha numerical and some extra characters) file name before uploading. Workaround for https://github.com/mattn/go-xmpp/issues/132
[v0.1.2]
Changed
- Use xml.Marshal to safely build HTTP Upload request.
- Use salsa.debian.org/mdosch/xmppsrv for SRV lookups.
[v0.1.1]
Changed
- Xml-escape file name in http-upload.
- Xml-escape mimetype in http-upload.
[v0.1.0]
Added
- Initial release