Commit Graph

701 Commits (0805b1f06a755d65f5e7ca6dd3c9279a407b8153)
 

Author SHA1 Message Date
Martin Dosch 953a52560d Update allowed config file permissions. 4 years ago
Martin Dosch 16256985bf Rework config manpage. 4 years ago
Martin Dosch 8a93c57f47 Add support for password managers.
Most of this is taken from xmpp-daemon [1] (thanks).

[1] https://git.dagestad.fr/~nicolai/xmpp-daemon/tree/main/README.md
4 years ago
Martin Dosch c4714e9f8f Merge branch 'patch-1' into 'master'
Allow 640 (group read) permissions

Closes #1

See merge request mdosch/go-sendxmpp!3
4 years ago
Martin Dosch 39c321a12c Fix manpage formatting. 4 years ago
Martin Dosch 740f7f73b2 Compile updated manpage. 4 years ago
Martin Dosch e5c1f4f51a Add support for password managers. 4 years ago
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
Tyler 7696a9eb09 Allow 640 permissions
Fixes #1
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