Browse Source

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.
master
Jon Kristensen 13 years ago
parent
commit
bfa33f0432
  1. 10
      source/Network/Xmpp/Internal.hs

10
source/Network/Xmpp/Internal.hs

@ -29,16 +29,6 @@ module Network.Xmpp.Internal
, pullStanza , pullStanza
, pushIQ , pushIQ
, SaslHandler(..) , SaslHandler(..)
, prepCredentials
, saslInit
, toPairs
, saslFromJust
, pullChallenge
, makeNonce
, respond
, pullFinalMessage
, Pairs(..)
, quote
, StanzaId(..) , StanzaId(..)
) )

Loading…
Cancel
Save