Copyright | (c) Dmitry Astapov, 2006 ; pierre, 2007 |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Dmitry Astapov <dastapov@gmail.com>, pierre <k.pierre.k@gmail.com> |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
Network.XMPP.Sasl
Description
SASL Authentication for XMPP
Documentation
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