document the ns module a bit

This commit is contained in:
lumi 2017-02-21 18:17:49 +01:00
parent 0cc57e1793
commit 195d827bb6

View file

@ -1,3 +1,5 @@
//! Provides constants for namespaces.
pub const CLIENT: &'static str = "jabber:client"; pub const CLIENT: &'static str = "jabber:client";
pub const STREAM: &'static str = "http://etherx.jabber.org/streams"; pub const STREAM: &'static str = "http://etherx.jabber.org/streams";
pub const TLS: &'static str = "urn:ietf:params:xml:ns:xmpp-tls"; pub const TLS: &'static str = "urn:ietf:params:xml:ns:xmpp-tls";