Martin Dosch
612a43566b
Fix http-upload.
2022-09-29 20:02:05 +02:00
Martin Dosch
36b4d06e88
Don't check for empty message in listen mode.
2022-09-29 15:35:38 +02:00
Martin Dosch
9706f7d5c1
Don't connect to the XMPP server if the message is empty
2022-09-29 14:38:33 +02:00
Martin Dosch
8d27a72b39
Use resource as alias if specified and no alias is specified.
2022-08-12 12:42:29 +02:00
Martin Dosch
d7cfbcfb8f
Deprecate resource setting and introduce alias setting.
2022-08-06 11:52:47 +02:00
Martin Dosch
f0a4bcf10c
Reply to IQs.
2022-07-26 22:28:04 +02:00
Martin Dosch
c187b83314
Add new lines to stanzas created by go-sendxmpp itself.
2022-07-15 11:27:36 +02:00
Martin Dosch
7623d121aa
Added more checks for empty messages.
2022-07-04 17:16:40 +02:00
Martin Dosch
5326b2b558
Ox: Improve error messages for failed key requests.
2022-06-28 18:31:03 +02:00
Martin Dosch
392be78f61
Fix nick in MUCs if not manually set.
2022-05-05 20:04:50 +02:00
Martin Dosch
eec7fb2d73
Improve listening mode for groupchats.
2022-05-05 20:01:35 +02:00
Martin Dosch
f26a91d965
Add possibility to delete Ox nodes.
2022-05-04 11:18:24 +02:00
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.
2022-05-03 12:25:43 +02:00
Martin Dosch
10c9986e7d
Ox: Add support for receiving and decrypting Ox messages.
2022-04-30 13:06:04 +02:00
Martin Dosch
7a6948bf86
Break long line.
2022-04-30 10:24:14 +02:00
Martin Dosch
ce463b9bf8
Use stamp for printing time of received messages.
2022-04-30 10:23:34 +02:00
Martin Dosch
82652ba7c6
Fix typo.
2022-04-27 14:31:44 +02:00
Martin Dosch
b092039ac3
Ox: Allow also RSA key generation.
2022-04-26 19:47:22 +02:00
Martin Dosch
bfb5e28a03
Change variable names and error strings [golint].
2022-04-25 21:29:14 +02:00
Martin Dosch
4c77a043b3
Code cleanup.
2022-04-25 21:14:40 +02:00
Martin Dosch
644b1f809d
Use shorter random string for resource.
2022-04-23 23:40:15 +02:00
Martin Dosch
7877f3d498
Assure that no unencrypted messages are sent while using --ox
.
2022-04-21 18:54:55 +02:00
Martin Dosch
19dee4b8fd
Ox: (Hopefully) support multiple pubkeys in result.
...
See https://xmpp.org/extensions/xep-0373.html#discover-pubkey
2022-04-21 17:28:59 +02:00
Martin Dosch
b5557ab251
Only fetch ox keys if --ox
is used.
2022-04-18 14:59:29 +02:00
Martin Dosch
428bb86de2
Ox: Add private key import.
2022-04-18 11:16:41 +02:00
Martin Dosch
1922d0a1b0
Ox: Don't try to send Ox messages if no key is present.
2022-04-17 17:34:28 +02:00
Martin Dosch
e9e0d8c735
Add experimental Ox (OpenPGP for XMPP) support.
2022-04-17 17:16:29 +02:00
Martin Dosch
9b9fcedf25
Move constants in separate file.
2022-04-10 14:01:23 +08:00
Martin Dosch
47a4c19cfb
Prepare new development cycle.
2022-03-21 09:17:28 +08:00
Martin Dosch
910f1976d8
Release v0.3.0
2022-03-21 09:16:26 +08:00
Martin Dosch
35f4d05a9e
Release v0.3.0
2022-03-21 09:12:40 +08:00
Martin Dosch
d0f61a0716
Rename go-sendxmpp.go to main.go
2022-02-23 22:11:15 +08:00