xmpp-rs/tokio-xmpp/src
Emmanuel Gil Peyrot 35932268af tokio-xmpp: Error out when the stream:features couldn’t be parsed
This is nicer than sleeping forever with no debug info whatsoever.
2024-08-06 16:14:42 +02:00
..
client Move SimpleClient constructors to client::simple_client module 2024-08-04 21:32:38 +02:00
component Only expose one error type in crate root 2024-08-04 16:04:09 +00:00
starttls Move SimpleClient constructors to client::simple_client module 2024-08-04 21:32:38 +02:00
tcp Only expose one error type in crate root 2024-08-04 18:17:17 +02:00
connect.rs Only expose one error type in crate root 2024-08-04 18:17:17 +02:00
error.rs Remove tokio_xmpp::ParseError and tokio_xmpp::starttls::ParseError 2024-08-01 12:55:17 +00:00
event.rs tokio-xmpp: Import Jid, BareJid and Element properly 2024-07-25 14:36:09 +00:00
lib.rs Indicate which feature flag for each module/type 2024-08-05 11:14:41 +02:00
stream_start.rs tokio-xmpp: Error out when the stream:features couldn’t be parsed 2024-08-06 16:14:42 +02:00
xmpp_codec.rs tokio-xmpp: Import Jid, BareJid and Element properly 2024-07-25 14:36:09 +00:00
xmpp_stream.rs Replace tokio_xmpp::stream_features with parsers 2024-08-02 18:25:32 +00:00