YoshikuniJujo / xmpipe

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

refactoring tls.hs #44

Closed YoshikuniJujo closed 10 years ago

YoshikuniJujo commented 10 years ago

Refactoring tls.hs for separate from core.

YoshikuniJujo commented 10 years ago

Use TChan to read from TLS input and to write to TLS output.

YoshikuniJujo commented 10 years ago

Think to pass features.

YoshikuniJujo commented 10 years ago

Use TChan.

YoshikuniJujo commented 10 years ago

Rewritten tls.hs with using Network.PeyoTLS.TChan.Client.

YoshikuniJujo commented 10 years ago

Separate Message, Presence, Iq from Xmpp if possible.