From 31efaaf1c8f9ff8c781e408eaa3e5ddfac5440ea Mon Sep 17 00:00:00 2001 From: Philipp Balzarek Date: Thu, 19 Dec 2013 15:05:43 +0100 Subject: [PATCH] fix documentation of StanzaError --- source/Network/Xmpp/Types.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/Network/Xmpp/Types.hs b/source/Network/Xmpp/Types.hs index 09a2bb7..2550e0c 100644 --- a/source/Network/Xmpp/Types.hs +++ b/source/Network/Xmpp/Types.hs @@ -288,9 +288,9 @@ data PresenceType = Subscribe | -- ^ Sender wants to subscribe to presence Unavailable deriving (Eq, Read, Show) -- | All stanzas (IQ, message, presence) can cause errors, which in the Xmpp --- stream looks like . These errors are --- wrapped in the @StanzaError@ type. --- TODO: Sender XML is (optional and is) not yet included. +-- stream looks like @\@ . These +-- errors are wrapped in the @StanzaError@ type. TODO: Sender XML is (optional +-- and is) not yet included. data StanzaError = StanzaError { stanzaErrorType :: StanzaErrorType , stanzaErrorCondition :: StanzaErrorCondition