Commit Graph

155 Commits

Author SHA1 Message Date
Martin Dosch
063db2769f Xml-escape mimetype in http-upload (thx Zash). 2021-09-12 10:07:04 +02:00
Martin Dosch
a52a15e9d1 Xml-escape filename in http-upload (thanks Zash). 2021-09-12 09:27:20 +02:00
Martin Dosch
fee768943b Bump version to v0.1.0. 2021-09-11 12:49:05 +02:00
Martin Dosch
de7029ffdb Add Changelog. 2021-09-11 12:48:23 +02:00
Martin Dosch
b36cfc457c Update vendored dependencies. 2021-09-11 12:41:52 +02:00
Martin Dosch
d46a61c267 Add windows builds. 2021-09-11 12:23:59 +02:00
Martin Dosch
d9261e3e59 Add CI to build binaries. 2021-09-11 11:48:42 +02:00
Martin Dosch
dd9b8022b6 Add MUC badge to README. 2021-09-09 11:35:21 +02:00
Martin Dosch
ed21efeae7 Update vendored dependencies. 2021-08-15 21:52:10 +02:00
Martin Dosch
c10213493b Change default resource
Use "go-sendxmpp" plus a random string
(e.g. "go-sendxmpp.aafeec4c-3136ee04-06ab90a)
instead of only "go-sendxmpp" to prevent conflicts
if two instances run at the same time without
having a custom resource configured.
2021-07-02 10:55:03 +02:00
Martin Dosch
1382d06180 Update vendored dependencies. 2021-07-02 10:47:12 +02:00
Martin Dosch
2661ef6cd0 Update documentation. 2021-06-26 10:05:47 +02:00
Martin Dosch
d36c836276 Add resource config option. 2021-06-26 09:59:08 +02:00
Martin Dosch
da765d9172 Update vendored dependencies. 2021-06-25 22:15:25 +02:00
Martin Dosch
d70e5e529a Update vendored dependencies. 2021-06-04 17:05:18 +02:00
Martin Dosch
1aabc74de2 Delete binary. D'Oh! 2021-06-04 17:03:30 +02:00
Martin Dosch
04232fb4e5 Update vendored dependencies. 2021-05-22 13:25:44 +02:00
Martin Dosch
f1a9a1f462 Add link to sendxmpp alternatives collection
There's more than go-sendxmpp out there!
2021-04-18 10:52:38 +02:00
Martin Dosch
e2a8f78f81 Update vendored dependencies 2021-04-18 10:50:41 +02:00
Martin Dosch
c540d79a84 Update vendored dependencies 2021-04-18 10:49:30 +02:00
Martin Dosch
a30eeecafb Update README.md 2021-03-10 08:56:41 +00:00
Martin Dosch
af17660614 Remove unnecessary else clause. 2021-03-04 20:00:42 +01:00
Martin Dosch
23cf25caa6 Split on first @ instead of the last to get the domain (thx Sam) 2021-03-03 22:10:45 +01:00
Martin Dosch
9044bbb998 Remove trailing . of hostnames. 2021-03-03 22:05:47 +01:00
Martin Dosch
4ac87d88e1 Use net.JoinHostPort for adding the port to the host (thx Sam) 2021-03-03 21:56:37 +01:00
Martin Dosch
6df64d2446 Don't use xmpps-client SRV records if target is "." 2021-03-03 17:29:17 +01:00
Martin Dosch
ec185d75d7 Update copyright year 2021-03-03 11:48:27 +01:00
Martin Dosch
b74e921c13 Merge branch 'srvlookup' 2021-03-03 11:40:41 +01:00
Martin Dosch
fde531b977 Update documentation. 2021-03-03 11:39:20 +01:00
Martin Dosch
d00ca7cd37 Mix xmpp-client and xmpps-client SRV records (sorted by prio) 2021-03-02 14:54:49 +01:00
Martin Dosch
d68a7071b7 Update default config location in . 2021-02-28 17:58:32 +01:00
Martin Dosch
4297630c32 Put back accidentally removed package declaration. 2021-02-28 17:03:52 +01:00
Martin Dosch
b097e89a53 Add license header. 2021-02-28 17:02:32 +01:00
Martin Dosch
adc2231f25 Fall back to 5222 if no xmpp-client SRV records are provided 2021-02-28 14:26:40 +01:00
Martin Dosch
0811f434cb Remove nonsense TODO 2021-02-28 14:23:42 +01:00
Martin Dosch
702ce9ff47 Look up SRV records for xmpp- and xmpps-client 2021-02-28 13:57:06 +01:00
Martin Dosch
afcbe65bc1 Fix leaving MUCs before closing the connection. 2021-01-31 12:57:45 +01:00
Martin Dosch
4d633ef677 Allow joining multiple MUCs before sending raw xml messages. 2021-01-31 12:35:24 +01:00
Martin Dosch
866a5d40f3 Add --raw documentation. 2021-01-31 12:28:58 +01:00
Martin Dosch
57bff89256 Add option '--raw'. 2021-01-30 14:24:54 +01:00
Martin Dosch
1a01b68ef7 Update usage info. 2021-01-29 18:41:25 +01:00
Martin Dosch
4f65c8439b Advertise the brand new chat. 2021-01-29 18:09:58 +01:00
Martin Dosch
6984f634e7 Always use StartTLS. 2021-01-29 17:28:50 +01:00
Martin Dosch
f472a43b53 Update vendored dependencies 2021-01-29 17:13:13 +01:00
Martin Dosch
756157ca1d Use external package to get proper MIME types 2021-01-29 17:12:32 +01:00
Martin Dosch
9ad95a24d5 Fix format [gofmt] 2021-01-29 16:06:30 +01:00
Martin Dosch
0d26691606 Use certain headers provided by http-upload component (thx Zash) 2021-01-29 15:03:48 +01:00
Martin Dosch
e4e33cdf75 Fix issue with SRV lookup for xmpps-client. 2021-01-21 11:31:16 +01:00
Martin Dosch
6c3fe6246a Clarify -t means "direct TLS". 2021-01-21 11:19:55 +01:00
Martin Dosch
9c7dc43658 Add SRV lookup for xmpps DNS records. 2021-01-21 11:18:02 +01:00