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

Network.Protocol.XMPP.Client

Synopsis

Documentation

clientAuthenticate :: ConnectedClient -> JID -> Username -> Password -> IO ClientSource

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

Send XML

getTree :: Connection c => c -> IO XmlTreeSource

Receive XML

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

Send a stanza, uses putTree by default