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>, pierre <k.pierre.k@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Network.XMPP.Sasl

Description

SASL Authentication for XMPP

Synopsis

Documentation

saslAuth

Arguments

:: [String]

List of auth mechanism available from server, currently only DIGEST-MD5 is supported

-> String

Server we are connectint to (hostname)

-> String

Username to connect as

-> String

Password

-> XmppStateT () 

Perform authentication over already-open channel