pontarius-xmpp-0.1.0.2: An incomplete implementation of RFC 6120 (XMPP: Core)

Safe HaskellNone

Network.Xmpp.Stream

Documentation

type StreamSink a = ErrorT StreamError (Pipe Event Event Void () IO) aSource

xmppStartStream :: XmppConMonad (Either StreamError ())Source

xmppRestartStream :: XmppConMonad (Either StreamError ())Source

xpStreamFeatures :: PU [Node] ServerFeaturesSource