Browse Source

Merge branch 'master' of git://github.com/Philonous/pontarius

master
Jon Kristensen 13 years ago
parent
commit
2e17bd1d65
  1. 4
      source/Network/Xmpp.hs

4
source/Network/Xmpp.hs

@ -137,6 +137,10 @@ module Network.Xmpp
, listenIQChan , listenIQChan
, iqRequestPayload , iqRequestPayload
, iqResultPayload , iqResultPayload
-- * Errors
, StanzaError(..)
, StanzaErrorType(..)
, StanzaErrorCondition(..)
-- * Threads -- * Threads
, dupSession , dupSession
-- * Miscellaneous -- * Miscellaneous

Loading…
Cancel
Save