haskell-xmpp-2.0.1: Haskell XMPP (eXtensible Message Passing Protocol, a.k.a. Jabber) library
Copyright(c) Dmitry Astapov 2006 ; pierre 2007
LicenseBSD3
MaintainerDmitry Astapov <dastapov@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Network.XMPP.Core

Description

Implementation of XMPP Core Protocol (RFC 3920)

Synopsis

Documentation

initStream Source #

Arguments

:: MonadIO m 
=> Handle 
-> Server

Server (hostname) we are connecting to

-> Username

Username to use

-> Password

Password to use

-> Resource

Resource to use

-> XmppMonad m (Either XmppError (JID 'NodeResource)) 

Open connection to specified server and return Stream coming from it