From bfa33f0432daf87d9badbaea37e0a74e75a0f356 Mon Sep 17 00:00:00 2001 From: Jon Kristensen Date: Mon, 18 Feb 2013 02:46:12 +0100 Subject: [PATCH] Remove exports of the SASL helper functions This patch removes the exports of the SASL helper functions of `Network.Xmpp.Internal'. While these could be useful if someone were to implement a `SaslHandler', the use of these functions would be extremely uncommon, and I think that these functions would clutter the API unnecessarily. --- source/Network/Xmpp/Internal.hs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/source/Network/Xmpp/Internal.hs b/source/Network/Xmpp/Internal.hs index fbc0145..e01f5d8 100644 --- a/source/Network/Xmpp/Internal.hs +++ b/source/Network/Xmpp/Internal.hs @@ -29,16 +29,6 @@ module Network.Xmpp.Internal , pullStanza , pushIQ , SaslHandler(..) - , prepCredentials - , saslInit - , toPairs - , saslFromJust - , pullChallenge - , makeNonce - , respond - , pullFinalMessage - , Pairs(..) - , quote , StanzaId(..) )