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

Copyright(c) Dmitry Astapov, 2006 ; pierre, 2007
LicenseBSD-style (see the file LICENSE)
MaintainerDmitry Astapov <dastapov@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Network.XMPP.Core

Description

Implementation of XMPP Core Protocol (RFC 3920)

Synopsis

Documentation

initiateStream

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