document the ns module a bit
This commit is contained in:
parent
0cc57e1793
commit
195d827bb6
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
//! Provides constants for namespaces.
|
||||
|
||||
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