From 8bf9e679a3d6cb9b0fa3a977576c1997fd5650c5 Mon Sep 17 00:00:00 2001 From: Jon Kristensen Date: Mon, 18 Jul 2011 11:15:41 +0200 Subject: [PATCH] added two short documentation paragraps --- Network/XMPP.hs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Network/XMPP.hs b/Network/XMPP.hs index 6667bca..b88edfc 100644 --- a/Network/XMPP.hs +++ b/Network/XMPP.hs @@ -29,6 +29,12 @@ with Pontarius XMPP. If not, see . -- Stability: unstable -- Portability: portable -- +-- XMPP is an open standard, extendable, and secure communications protocol +-- designed on top of XML, TLS, and SASL. Pontarius XMPP is an XMPP client +-- library, implementing the core capabilities of XMPP (RFC 6120). +-- +-- Developers using this library are assumed to understand how XMPP works. +-- -- This module will be documented soon. -- -- Note that we are not recommending anyone to use Pontarius XMPP at this time