|
|
|
@ -37,6 +37,8 @@ module Network.Xmpp |
|
|
|
, scramSha1 |
|
|
|
, scramSha1 |
|
|
|
, plain |
|
|
|
, plain |
|
|
|
, digestMd5 |
|
|
|
, digestMd5 |
|
|
|
|
|
|
|
, closeConnection |
|
|
|
|
|
|
|
, endSession |
|
|
|
-- * Addressing |
|
|
|
-- * Addressing |
|
|
|
-- | A JID (historically: Jabber ID) is XMPPs native format |
|
|
|
-- | A JID (historically: Jabber ID) is XMPPs native format |
|
|
|
-- for addressing entities in the network. It is somewhat similar to an e-mail |
|
|
|
-- for addressing entities in the network. It is somewhat similar to an e-mail |
|
|
|
@ -164,7 +166,7 @@ module Network.Xmpp |
|
|
|
, AuthSaslFailure |
|
|
|
, AuthSaslFailure |
|
|
|
, AuthIllegalCredentials |
|
|
|
, AuthIllegalCredentials |
|
|
|
, AuthOtherFailure ) |
|
|
|
, AuthOtherFailure ) |
|
|
|
, SaslHandler(..) |
|
|
|
, SaslHandler |
|
|
|
) where |
|
|
|
) where |
|
|
|
|
|
|
|
|
|
|
|
import Network.Xmpp.Concurrent |
|
|
|
import Network.Xmpp.Concurrent |
|
|
|
|