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

Loading…
Cancel
Save