xmpipe-0.0.0.2: XMPP implementation using simple-PIPE

Safe HaskellNone

Network.XMPiPe.Core.C2S.Server

Contents

Synopsis

Types and Values

data Jid Source

Instances

class SaslState xs => XmppState xs whereSource

Methods

getXmppState :: xs -> (Jid, [ByteString])Source

putXmppState :: (Jid, [ByteString]) -> xs -> xsSource

Functions