haskell-xmpp-1.0.2: Haskell XMPP (eXtensible Message Passing Protocol, a.k.a. Jabber) library

Portabilityportable
Stabilityexperimental
Maintainerk.pierre.k@gmail.com
Safe HaskellSafe-Infered

Network.XMPP.Stanza

Description

XMPP stanzas parsing

Synopsis

Documentation

parse :: XmppMessage -> StanzaSource

Parses XML element producing Stanza

parseM :: XmppStateT StanzaSource

Gets next message from stream and parses it

outStanza :: Stanza -> XmppStateT ()Source

Converts stanza to XML and outputs it