Commit Graph

74 Commits (4ab27d7c5d3555fd51262342af7a6a05c15b37d9)

Author SHA1 Message Date
Martin Dosch 5326b2b558 Ox: Improve error messages for failed key requests. 2 years ago
Martin Dosch 392be78f61 Fix nick in MUCs if not manually set. 2 years ago
Martin Dosch eec7fb2d73 Improve listening mode for groupchats. 2 years ago
Martin Dosch f26a91d965 Add possibility to delete Ox nodes. 2 years ago
Martin Dosch 2f2a2fd4fd Rework receiving stanzas.
Calling client.Recv() multiple times caused messages not appear
in `--listen` mode as calling Recv() for receiving IQs (e.g. for
receiving Ox keys) also received the messages so they were no longer
available for the Recv in the listening function.
2 years ago
Martin Dosch 10c9986e7d Ox: Add support for receiving and decrypting Ox messages. 2 years ago
Martin Dosch 7a6948bf86 Break long line. 2 years ago
Martin Dosch ce463b9bf8 Use stamp for printing time of received messages. 2 years ago
Martin Dosch 82652ba7c6 Fix typo. 2 years ago
Martin Dosch b092039ac3 Ox: Allow also RSA key generation. 2 years ago
Martin Dosch bfb5e28a03 Change variable names and error strings [golint]. 2 years ago
Martin Dosch 4c77a043b3 Code cleanup. 2 years ago
Martin Dosch 644b1f809d Use shorter random string for resource. 2 years ago
Martin Dosch 7877f3d498 Assure that no unencrypted messages are sent while using `--ox`. 2 years ago
Martin Dosch 19dee4b8fd Ox: (Hopefully) support multiple pubkeys in result.
See https://xmpp.org/extensions/xep-0373.html#discover-pubkey
2 years ago
Martin Dosch b5557ab251 Only fetch ox keys if `--ox` is used. 2 years ago
Martin Dosch 428bb86de2 Ox: Add private key import. 2 years ago
Martin Dosch 1922d0a1b0 Ox: Don't try to send Ox messages if no key is present. 2 years ago
Martin Dosch e9e0d8c735 Add experimental Ox (OpenPGP for XMPP) support. 2 years ago
Martin Dosch 9b9fcedf25 Move constants in separate file. 3 years ago
Martin Dosch 47a4c19cfb Prepare new development cycle. 3 years ago
Martin Dosch 910f1976d8 Release v0.3.0 3 years ago
Martin Dosch 35f4d05a9e Release v0.3.0 3 years ago
Martin Dosch d0f61a0716 Rename go-sendxmpp.go to main.go 3 years ago