Commit Graph

93 Commits (6c6284b3834b6052e7fd97dbec4ec1f23b2ab530)
 

Author SHA1 Message Date
Martin Dosch 6c6284b383 Update documentation
`jserver` and `port` might not be necessary. Thanks [1] for pointing
this out.

[1] https://www.momi.ca/posts/2020-08-28-sendxmpp.html
4 years ago
Martin Dosch f7ea82a1a4 Update vendored dependencies. 4 years ago
Martin Dosch 8594c80856 Clarify that username should be a JID in the manpages too. 4 years ago
Martin Dosch ce11b65376 Allow localpart as username
If username is not a JID assume it is the local part and append an @
and the server domain.
4 years ago
Martin Dosch 76a747efb4 Clarify that the username should be a JID. 4 years ago
Martin Dosch ea3d939f2e Remove feature-wise comparison to sendxmpp 4 years ago
Martin Dosch dd4b2a91d1 Look at ~/.config/go-sendxmpp/sendxmpprc for the config.
Also look up the config at ~/.config/go-sendxmpp/sendxmpprc
and prefer it over the legacy path used by perl sendxmpp
(~/.sendxmpprc).
4 years ago
Martin Dosch cbac6dbe8d Move repo from mdosch-guest to mdosch 4 years ago
Martin Dosch ad499e4bc0 Use the library for sending oob message
instead of handcrafting the message
Why I didn't see this option in the first place?
4 years ago
Martin Dosch 828ba165e9 Move handrafting OOB messages in own function. 4 years ago
Martin Dosch c0d7514674 Check for http status code. 4 years ago
Martin Dosch 758cb6a3f2 Check IQ replies for type="result". 4 years ago
Martin Dosch 45de883aa2 Update README.md 4 years ago
Martin Dosch 6d6de2f03c Remove already done TODO item 4 years ago
Martin Dosch bb150b6954 Use string variables for handcrafted messages. 4 years ago
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