network-protocol-xmpp-0.1: Client <-> Server communication over XMPPSource codeContentsIndex
Network.Protocol.XMPP.Stream
Documentation
data Stream Source
data StreamFeature Source
Constructors
FeatureStartTLS Bool
FeatureSASL [String]
FeatureRegister
FeatureBind
FeatureSession
show/hide Instances
beginStream :: JID -> Handle -> IO StreamSource
restartStream :: Stream -> IO StreamSource
getTree :: Stream -> IO XmlTreeSource
putTree :: Stream -> XmlTree -> IO ()Source
Produced by Haddock version 2.6.0