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

Copyright(c) Dmitry Astapov 2006, Dominic Steinitz 2005, Warrick Gray 2002
LicenseBSD-style (see the file ReadMe.tex)
Maintainerdastapov@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

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 -> String

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