Browse Source

structure Internal module

master
Philipp Balzarek 12 years ago
parent
commit
7f9dc0a830
  1. 15
      source/Network/Xmpp/Internal.hs

15
source/Network/Xmpp/Internal.hs

@ -17,22 +17,27 @@
-- top of this API. -- top of this API.
module Network.Xmpp.Internal module Network.Xmpp.Internal
( Stream(..) ( -- * Stream
Stream(..)
, StreamConfiguration(..) , StreamConfiguration(..)
, StreamState(..) , StreamState(..)
, StreamHandle(..) , StreamHandle(..)
, StreamFeatures(..) , StreamFeatures(..)
, openStream , openStream
, withStream , withStream
-- * TLS
, tls , tls
, TlsBehaviour(..)
-- * Auth
, SaslHandler
, auth , auth
-- * Stanzas
, Stanza(..)
, pushStanza , pushStanza
, pullStanza , pullStanza
, pushIQ
, writeStanza , writeStanza
, SaslHandler -- ** IQ
, Stanza(..) , pushIQ
, TlsBehaviour(..)
, iqErrorResponse , iqErrorResponse
, associatedErrorType , associatedErrorType
) )

Loading…
Cancel
Save