haskell-xmpp-2.0.4: Haskell XMPP (eXtensible Message Passing Protocol, a.k.a. Jabber) library
Copyright(c) Dmitry Astapov 2006 Dominic Steinitz 2005 Warrick Gray 2002
LicenseBSD3
Maintainerdastapov@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

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 Source #

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