From 82c546bab311e9aa9935e1802891b4d42e8595fd Mon Sep 17 00:00:00 2001 From: Philipp Balzarek Date: Wed, 27 Nov 2013 20:58:36 +0100 Subject: [PATCH] fix exports in Internal --- source/Network/Xmpp/Internal.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Network/Xmpp/Internal.hs b/source/Network/Xmpp/Internal.hs index ecce166..944ef47 100644 --- a/source/Network/Xmpp/Internal.hs +++ b/source/Network/Xmpp/Internal.hs @@ -38,7 +38,8 @@ module Network.Xmpp.Internal , writeStanza -- ** IQ , pushIQ - , iqErrorResponse + , iqError + , iqResult , associatedErrorType ) where