| Portability | portable |
|---|---|
| Stability | experimental |
| Maintainer | Dmitry Astapov <dastapov@gmail.com>, pierre <k.pierre.k@gmail.com> |
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