From 195d827bb679ccc6cdf52364541b5bf2bd047aa5 Mon Sep 17 00:00:00 2001 From: lumi Date: Tue, 21 Feb 2017 18:17:49 +0100 Subject: [PATCH] document the ns module a bit --- src/ns.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ns.rs b/src/ns.rs index 7ba4d3e1..d1a3dabb 100644 --- a/src/ns.rs +++ b/src/ns.rs @@ -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";