haskell-xmpp-1.0.1: Haskell XMPP (eXtensible Message Passing Protocol, a.k.a. Jabber) library

Portabilityportable
Stabilityexperimental
Maintainerdastapov@gmail.com
Safe HaskellSafe-Infered

Network.XMPP.Base64

Description

Base64 encoding and decoding functions provided by Warwick Gray. See http://homepages.paradise.net.nz/warrickg/haskell/http/#base64 and http://www.faqs.org/rfcs/rfc2045.html.

Synopsis

Documentation

chop72 :: String -> StringSource

Cut up a string into 72 char lines, each line terminated by CRLF.