network-protocol-xmpp-0.2.1: Client <-> Server communication over XMPP

Network.Protocol.XMPP.Connection

Synopsis

Documentation

class Connection c whereSource

Provides the basic operations for XMPP connections.

Methods

getTree :: c -> IO XmlTreeSource

Receive XML

putTree :: c -> XmlTree -> IO ()Source

Send XML

putStanza :: c -> Stanza -> IO ()Source

Send a stanza, uses putTree by default