Commit Graph

728 Commits (master)
 

Author SHA1 Message Date
Martin Dosch 2e3e0e113d Also check to be in the right FORM. 4 years ago
Martin Dosch 21983f6555 Fix a sed failure in a comment. 4 years ago
Martin Dosch ff90c6b538 Update TODO for http upload. 4 years ago
Martin Dosch 9702df6c84 Propery determine the http-upload max-file-size. 4 years ago
Martin Dosch 0d6d4a5479 Check if file is exceeding maximum http upload size. 4 years ago
Martin Dosch 854cff096e Update manpage. 4 years ago
Martin Dosch 11883b8961 Don't allow usage of http upload and sending a message at the same time. 4 years ago
Martin Dosch db2ccee50e Send http-upload in OOB message 4 years ago
Martin Dosch 2622081bad Use tlsConfig.ServerName as server for calling httpUpload
The server we connect to might be xmpp.example.org while we have to
disco example.org for user@example.org
4 years ago
Martin Dosch 45e69386f4 Remove debugging output 4 years ago
Martin Dosch 6a781a7b97 Add error checks. 4 years ago
Martin Dosch 74967028d6 Update TODO 4 years ago
Martin Dosch 9fd205f90f Add experimental http-upload 4 years ago
Martin Dosch e674de5df1 Fix typos 4 years ago
Martin Dosch 21ed1c5ff6 User username instead of server to determine ServerName for TLS
certificate check.
4 years ago
Martin Dosch f06dff7321 Add `--no-tls-verify` command line flag. 4 years ago
Martin Dosch 2cec0711fb Fix whitespaces in licenses. 4 years ago
Martin Dosch 595e5f8791 Add own copyright notice to jid.go 4 years ago
Martin Dosch 44c9bc4637 Remove debian packaging folder (moved to branch debian/master). 4 years ago
Martin Dosch f251ea15d0 Fix a typo in go-sendxmpp.1 manual page. 4 years ago
Martin Dosch 229b3e3391 Debian: Set section to net 4 years ago
Martin Dosch 6f69835e27 Remove debian build remains. 4 years ago
Martin Dosch 4e5e7df424 Add debian packaging. 4 years ago
Martin Dosch c292b4b320 Update copyright year in manpages. 4 years ago
Martin Dosch 9645773bd4 Change license information in manpages. 4 years ago
Martin Dosch a81835b3d9 Change from MIT to BSD 2-Clause license. 4 years ago
Martin Dosch 55914460bd Revert "Remove MarshalJID function."
This reverts commit a631fa057b.
4 years ago
Martin Dosch a631fa057b Remove MarshalJID function. 4 years ago
Martin Dosch 7062ca68e4 Add proper license information for mellium part. 4 years ago
Martin Dosch c4bc32d330 Add license info about mellium/xmpp 4 years ago
Martin Dosch c36bd5cb40 Declare tlsConfig properly instead of using xmpp.DefaultConfig. 4 years ago
Martin Dosch ee7bf1fb71 Instantly quit if it's not possible to read the config file. 4 years ago
Martin Dosch bf4ec88e00 Update copyright notice. 4 years ago
Martin Dosch 0d55af6c0a Always try to close XMPP connection before quitting. 4 years ago
Martin Dosch 6907535153 Add ALPN support
This should make go-sendxmpp work on servers using ALPN e.g. when
using sslh on port 443 to use a httpd and XMPP over TLS on the
same port.
4 years ago
Martin Dosch a31a70c43d Updated vendored dependency go-xmpp 4 years ago
Martin Dosch 2266cecd0d Pulled former jid package into main package. This time for real. 4 years ago
Martin Dosch 2283a54a33 [golangci-lint] Fixed some comparisons to bool and an ineffective err generation 4 years ago
Martin Dosch 330e15f532 Moved jid package into the main package. 4 years ago
Martin Dosch 5f81ef367e Updated dependencies and added go module support 4 years ago
Martin Dosch cc992a54fc Fixed vendored packages. 5 years ago
Martin Dosch 42a794c1aa Updated vendored dependencies. 5 years ago
Martin Dosch a258d35367 Added manpages (forgotten in last commit). 5 years ago
Martin Dosch da59269f1c Renamed docs to man. 5 years ago
Martin Dosch 7e79269431 Updated manpages after ronn update. 5 years ago
Martin Dosch 20b7cd2d57 Added unnecessary whitespaces. 5 years ago
Martin Dosch 596a2b9cc2 Added first manpage experiments. 5 years ago
Martin Dosch ba73e67f88 Merge branch 'master' of https://salsa.debian.org/mdosch-guest/go-sendxmpp 5 years ago
Martin Dosch 359aa28d07 Removed check for file access rights on windows. 5 years ago
Martin Dosch efc88c94f6 Removed unnecessary deferring of closing file. 5 years ago