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