mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
4 lines
184 B
Rust
4 lines
184 B
Rust
|
pub const CLIENT: &'static str = "jabber:client";
|
||
|
pub const STREAM: &'static str = "http://etherx.jabber.org/streams";
|
||
|
pub const TLS: &'static str = "urn:ietf:params:xml:ns:xmpp-tls";
|