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

Portabilityportable
Stabilityexperimental
MaintainerDmitry Astapov <dastapov@gmail.com>
Safe HaskellSafe-Infered

Network.XMPP.Core

Description

Implementation of XMPP Core Protocol (RFC 3920)

Synopsis

Documentation

initiateStreamSource

Arguments

:: Handle 
-> String

Server (hostname) we are connecting to

-> String

Username to use

-> String

Password to use

-> String

Resource to use

-> XmppStateT (JID, Stream)

Return (jid, stream)

Open connection to specified server and return Stream coming from it