initial commit
This commit is contained in:
commit
18327f522c
11 changed files with 1145 additions and 0 deletions
3
src/ns.rs
Normal file
3
src/ns.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
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";
|
||||
Loading…
Reference in a new issue