Commit graph

  • 1ef8b5428b CHANGELOG: Add missing line breaks Tobias Bieniek 2021-07-31 09:11:48 +0000
  • 6fc016c006 Add into_inner() to tokio_xmpp::SimpleClient moparisthebest 2021-03-24 02:26:04 -0400
  • 15255a6b30 Extend build fix workaround from 1.48 to 1.46 Paul Fariello 2021-02-16 00:20:40 +0100
  • 8d3c7a3bd6 Add TLS server roots from webpki Paul Fariello 2021-02-15 20:45:58 +0100
  • ae52f6444d Add support for both rustls and tlsnative Paul Fariello 2021-02-15 19:59:46 +0100
  • 3d53baf128 Impl MessagePayload for PubSubEvent Paul Fariello 2021-01-18 08:52:46 +0100
  • 48ce51b4ad tokio-xmpp: release 3.0.0 tokio-xmpp-3.0.0 Astro 2021-01-13 17:27:21 +0100
  • acdc48072d tokio-xmpp: extend authors in Cargo.toml Astro 2021-01-13 17:21:49 +0100
  • d9994921d9 xmpp-parsers: Release version 0.18.1 xmpp-parsers-0.18.1 Emmanuel Gil Peyrot 2021-01-13 11:45:42 +0100
  • c94c95de0e jid: Release 0.9.2 jid-0.9.2 Emmanuel Gil Peyrot 2021-01-13 11:43:59 +0100
  • aaacb2ecf3 minidom: Release 0.13.0 minidom-0.13.0 Emmanuel Gil Peyrot 2021-01-13 11:42:22 +0100
  • 1e8d3c39bf xmpp-parsers: Release version 0.18.0 Emmanuel Gil Peyrot 2021-01-13 00:11:05 +0100
  • 5d48386ade xmpp-parsers/bookmarks2: Bump XEP-0402 version in DOAP and ChangeLog. Emmanuel Gil Peyrot 2021-01-12 19:35:14 +0100
  • dffaf482bf xmpp-parsers: Add ChangeLog entry for 0.18.0 Emmanuel Gil Peyrot 2020-12-10 20:30:26 +0100
  • 3e4b6b55c9 jid: Release 0.9.1 jid-0.9.1 Emmanuel Gil Peyrot 2021-01-13 00:33:26 +0100
  • e2cf83ab13 minidom: Release 0.12.1 minidom-0.12.1 Emmanuel Gil Peyrot 2021-01-13 00:32:43 +0100
  • 5463a0aa99 Srv entry is no longer optional when using connect_with_srv Paul Fariello 2020-12-06 15:31:27 +0100
  • 7b4a6e3ace Use ServerConfig enum for tokio-xmpp client config Paul Fariello 2020-12-06 15:23:29 +0100
  • 08e58e44b1 Fmt for tokio-xmpp Client initialisation Paul Fariello 2020-12-06 14:28:57 +0100
  • fb1b4cdbbc Use a Config struct for async_client Paul Fariello 2020-09-11 17:39:12 +0200
  • c6376e1d28 Add server and port to connect_with_jid method on async_client Paul Fariello 2020-09-11 17:05:49 +0200
  • cc3773aca1 Set subscribe element optional and add corresponding parsing Paul Fariello 2020-10-28 14:41:34 +0100
  • c945eb0d3b Add options to pubsub::PubSub::Subscribe element Paul Fariello 2020-10-28 14:18:37 +0100
  • ebf096488b Add missing Subscribe element in PubSub enum Paul Fariello 2020-10-28 11:08:41 +0100
  • 58d420fc7b Fix copyright for pubsub#owner Paul Fariello 2020-09-29 18:14:17 +0200
  • a5a24a243d Use option for pubsub#owner delete redirect element Paul Fariello 2020-09-28 23:06:45 +0200
  • cc4e0c247e Implement all sub element of pubsub#owner Paul Fariello 2020-09-28 22:33:08 +0200
  • e6d4047160 Add pubsub#owner initial support (only configure) Paul Fariello 2020-09-27 11:33:11 +0200
  • 521bf6e7d7 tokio-xmpp: Bump sasl to 0.5 Emmanuel Gil Peyrot 2020-12-26 20:11:23 +0100
  • 80208459e4 Release version 0.5.0 sasl-v0.5.0 sasl-0.5.0 Emmanuel Gil Peyrot 2021-01-12 18:25:07 +0100
  • 5316d5aa4b Release version 0.5.0 Emmanuel Gil Peyrot 2021-01-12 18:25:07 +0100
  • 059321f89a xmpp-parsers: Add support for Jingle Raw UDP Transport Method (XEP-0177) Emmanuel Gil Peyrot 2020-12-10 00:23:03 +0100
  • 4d82f14bb3 xmpp-parsers/jingle_ice_udp: Update to version 1.1 Emmanuel Gil Peyrot 2020-12-09 20:09:41 +0100
  • 04e149ad53 xmpp-parsers/jingle_rtp: Add a proper constructor for PayloadType. Emmanuel Gil Peyrot 2020-11-30 02:04:13 +0100
  • 923a054b81 xmpp-parsers: Make everything PartialEq! \o/ Emmanuel Gil Peyrot 2020-11-29 21:17:51 +0100
  • c10d0094e9 xmpp-parsers/jingle: Use XEP-0338. Emmanuel Gil Peyrot 2020-11-27 20:58:20 +0100
  • 27ddad683a xmpp-parsers/jingle: Implement Display on ReasonElement. Emmanuel Gil Peyrot 2020-11-27 20:57:01 +0100
  • 026b7d3c12 xmpp-parsers/jingle: Fix Jingle::set_reason() helper. Emmanuel Gil Peyrot 2020-11-27 20:55:41 +0100
  • 59ccccbedc xmpp-parsers: Add support for Jingle Grouping Framework (XEP-0338). Emmanuel Gil Peyrot 2020-11-27 20:54:26 +0100
  • 5355975254 xmpp-parsers/jingle_rtp: Use XEP-0294. Emmanuel Gil Peyrot 2020-11-27 20:51:49 +0100
  • 3ad93f0bf2 xmpp-parsers: Add support for Jingle RTP Header Extensions Negotiation (XEP-0294). Emmanuel Gil Peyrot 2020-11-27 20:50:30 +0100
  • 24eeb0b3c9 xmpp-parsers/iq: Add a helper to create an empty result iq. Emmanuel Gil Peyrot 2020-11-27 20:47:53 +0100
  • eaa63fbe46 xmpp-parsers/jingle_rtp: Update to 1.2.0, adding rtcp-mux. Emmanuel Gil Peyrot 2020-11-27 20:46:09 +0100
  • e921168380 Fix bookamrks2 empty extensions field handling Paul Fariello 2020-12-06 14:15:55 +0100
  • 20a94117d3 Handle extensions element in bookmarks2 Paul Fariello 2020-10-31 13:27:58 +0100
  • 76db2ae117 Update bookmarks2 NS to urn:xmpp:bookmarks:1 Paul Fariello 2020-09-29 18:12:18 +0200
  • c3783a77b6 xmpp: Use tokio 1.0 Emmanuel Gil Peyrot 2020-12-09 14:11:52 +0100
  • dea95d06e1 tokio-xmpp: Bump trust-dns to 0.20 Emmanuel Gil Peyrot 2020-12-30 03:15:59 +0100
  • a38ff39b77 tokio-xmpp: Bump tokio to 1.0 and replace tokio-tls with tokio-native-tls Emmanuel Gil Peyrot 2020-12-04 17:33:55 +0100
  • 4b184203fd Relicense to MPL-2.0 (from LGPL) Emmanuel Gil Peyrot 2020-12-26 19:11:24 +0100
  • 6c1667e17a Relicense to MPL-2.0 (from LGPL) Emmanuel Gil Peyrot 2020-12-26 19:11:24 +0100
  • 0dd7900244 Remove apt-get usage from CI Emmanuel Gil Peyrot 2020-12-26 15:53:53 +0100
  • e1ff9da681 tokio-xmpp: Remove workaround for unknown broken server Emmanuel Gil Peyrot 2020-12-26 16:25:32 +0100
  • 90bbbd2393 Write a ChangeLog entry Emmanuel Gil Peyrot 2020-12-26 15:46:14 +0100
  • e1d83f9d72 Write a ChangeLog entry Emmanuel Gil Peyrot 2020-12-26 15:46:14 +0100
  • 4463f64385 Bump the version Emmanuel Gil Peyrot 2020-12-26 15:46:04 +0100
  • 46fe1715eb Bump the version Emmanuel Gil Peyrot 2020-12-26 15:46:04 +0100
  • 8d0a4230b0 Bump dependencies again Emmanuel Gil Peyrot 2020-12-26 15:44:39 +0100
  • 585bc2ba30 Bump dependencies again Emmanuel Gil Peyrot 2020-12-26 15:44:39 +0100
  • 2f570fcabe xmpp-parsers/caps: Simplify get_hash_vec(). Emmanuel Gil Peyrot 2020-12-24 13:02:53 +0100
  • f085b1cbf8 xmpp-parsers/hashes: Simplify to_*_hex() functions. Emmanuel Gil Peyrot 2020-12-24 13:02:40 +0100
  • f6cb4a8080 tokio-xmpp: rustfmt Astro 2020-12-25 02:25:17 +0100
  • 52a2d962ee tokio-xmpp: add build script to work around build fail on rustc 1.48 Astro 2020-12-25 02:05:02 +0100
  • 439a09122a Revert "tokio-xmpp: remove unneeded mut on self" Astro 2020-12-19 01:09:26 +0100
  • f34897b198 xmpp-parsers: Prefer Bare/FromJid::new to FromStr::from_str. Emmanuel Gil Peyrot 2020-12-10 20:45:30 +0100
  • 3df447de97 jid: Implement PartialEq between Jid and BareJid/FullJid. Emmanuel Gil Peyrot 2020-12-10 20:28:32 +0100
  • 71b995731a xmpp-parsers/mam: Use .is_empty() instead of Vec’s PartialEq. Emmanuel Gil Peyrot 2020-12-10 20:44:54 +0100
  • 63d940b339 xmpp-parsers/blocking: Use .is_empty() instead of Vec’s PartialEq. Emmanuel Gil Peyrot 2020-12-10 20:36:54 +0100
  • 7d19101e6e Bump outdated dependencies in minidom and xmpp-parsers. Emmanuel Gil Peyrot 2020-11-13 19:01:16 +0100
  • 0c0be96ec4 xmpp-parsers/bookmarks: Make @name actually optional Emmanuel Gil Peyrot 2020-10-16 22:02:14 +0200
  • 3a73ce3fd4 Make date::DateTime inner chrono::DateTime public Paul Fariello 2020-10-26 15:17:19 +0100
  • c25e87b04f xmpp-parsers: Fix the size tests on AArch64 and amd64 Emmanuel Gil Peyrot 2020-10-29 18:39:48 +0100
  • 5cd7d5fe57 xmpp-parsers: Fix size tests on AArch32 Emmanuel Gil Peyrot 2020-10-29 18:39:22 +0100
  • e1f2e2653a
    xmpp: re-add bits that weren't moved from wait_for_events to handle_iq Maxime “pep” Buquet 2020-09-07 11:41:40 +0200
  • a8e13a61d7
    xmpp: Remove unused import Element Maxime “pep” Buquet 2020-09-07 11:40:20 +0200
  • 9d17a79813
    xmpp: split wait_for_events methods Maxime “pep” Buquet 2020-09-07 09:56:04 +0200
  • e23c161c0a tokio-xmpp: remove unneeded mut on self Maxime “pep” Buquet 2020-08-30 01:56:57 +0200
  • 3db9eeae2f tokio-xmpp: Bump tokio-util Emmanuel Gil Peyrot 2020-06-22 01:32:01 +0200
  • db86aa9d5a xmpp-parsers: Bump RustCrypto crates Emmanuel Gil Peyrot 2020-06-22 01:25:16 +0200
  • b85aa29377
    Finish removing 'rs' suffix in libs Maxime “pep” Buquet 2020-07-15 10:49:50 +0200
  • 714d850e69 Remove the -rs suffix of jid, minidom and xmpp Emmanuel Gil Peyrot 2020-06-22 02:17:32 +0200
  • af1d3c924a Bump RustCrypto crates Emmanuel Gil Peyrot 2020-06-22 01:19:24 +0200
  • 59299e45a1 Bump RustCrypto crates Emmanuel Gil Peyrot 2020-06-22 01:19:24 +0200
  • 5550148149 Merge branch 'no-string-error' into 'master' lumi 2020-06-07 12:26:12 +0000
  • ec03a2f3e3 Merge branch 'no-string-error' into 'master' lumi 2020-06-07 12:26:12 +0000
  • e501addb96 tokio-xmpp: use xmpp_parsers::ns everywhere Astro 2020-05-30 01:19:06 +0200
  • 1a06a09774 xmpp-parsers: add ns::TLS Astro 2020-05-30 01:14:29 +0200
  • 91f4548ef0 xmpp-rs: update tokio_xmpp API Astro 2020-05-30 00:24:58 +0200
  • 1e1f593233 tokio-xmpp: rustfmt Astro 2020-05-30 00:14:32 +0200
  • 537b4825a8 tokio-xmpp: rename Client to AsyncClient Astro 2020-05-30 00:07:36 +0200
  • eb13634571 tokio-xmpp: rename OneshotClient to SimpleClient Astro 2020-05-30 00:03:17 +0200
  • 3e2b51f148 tokio-xmpp: improve error logging Astro 2020-03-18 21:11:21 +0100
  • 2cd1ad217b tokio-xmpp: add onshot_client Astro 2020-03-18 20:48:54 +0100
  • c13712b158 tokio-xmpp client: condense fn connect(), refactor out into stream_features Astro 2020-03-18 01:12:48 +0100
  • 4d24e6bebb tokio-xmpp: name Event::Online fields, add resumed flag Astro 2020-03-17 22:39:23 +0100
  • 5bea70ca8d Merge branch 'outdated-dependencies' into 'master' lumi 2020-05-15 12:37:48 +0000
  • 54169dbff7 Merge branch 'outdated-dependencies' into 'master' lumi 2020-05-15 12:37:48 +0000
  • 7fd6923464 Use error structs for errors instead of plain strings. Emmanuel Gil Peyrot 2020-05-15 13:48:27 +0200
  • d593ff84bc Use error structs for errors instead of plain strings. Emmanuel Gil Peyrot 2020-05-15 13:48:27 +0200
  • 492e35b4be Update base64 to 0.12. Emmanuel Gil Peyrot 2020-02-25 22:32:24 +0100