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