pontarius-xmpp-0.1.0.2: An incomplete implementation of RFC 6120 (XMPP: Core)

Safe HaskellNone

Network.Xmpp.Sasl.Mechanisms.Plain

Documentation

xmppPlainSource

Arguments

:: Text

Password

-> Maybe Text

Authorization identity (authzid)

-> Text

Authentication identity (authcid)

-> SaslM ()