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

Portabilityportable
Stabilityexperimental
MaintainerDmitry Astapov <dastapov@gmail.com>, pierre <k.pierre.k@gmail.com>

Network.XMPP.Sasl

Description

SASL Authentication for XMPP

Synopsis

Documentation

saslAuthSource

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