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

Copyright(c) pierre, 2007
LicenseBSD-style (see the file libraries/base/LICENSE)
Maintainerk.pierre.k@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Network.XMPP.Stanza

Description

XMPP stanzas parsing

Synopsis

Documentation

parse :: XmppMessage -> Stanza

Parses XML element producing Stanza

parseM :: XmppStateT Stanza

Gets next message from stream and parses it

outStanza :: Stanza -> XmppStateT ()

Converts stanza to XML and outputs it