YoshikuniJujo / xmpipe

XMPP library using simple-PIPE
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Make DIGEST-MD5 function using test/Sasl.hs module #20

Closed YoshikuniJujo closed 10 years ago

YoshikuniJujo commented 10 years ago

Make DIGEST-MD5 function using test/Sasl.hs module.

YoshikuniJujo commented 10 years ago

Remove a from Send a s m. And send argument with state. Test by saslMd5

YoshikuniJujo commented 10 years ago

Clean digestMd5cl.hs.

YoshikuniJujo commented 10 years ago

Make SCRAM-SHA-1 server.

YoshikuniJujo commented 10 years ago

Correct to process not compressed DIGEST-MD5.

YoshikuniJujo commented 10 years ago

Think interface of SASL.

YoshikuniJujo commented 10 years ago

pipeCl :: Client -> (Bool, Pipe BS.ByteString (Either ...))

YoshikuniJujo commented 10 years ago

Result ---> Success

YoshikuniJujo commented 10 years ago

Rename pipeCl and pipeSv.

YoshikuniJujo commented 10 years ago

Only client, server.

YoshikuniJujo commented 10 years ago

Make independent SASL repository.

YoshikuniJujo commented 10 years ago

Before, make directory structure of SASL library.