diff options
author | joe <joe@jerkface.net> | 2013-06-27 22:50:13 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2013-06-27 22:50:13 -0400 |
commit | 559a7c3d2bb908036fb0ab9b2b8bc90e0a1c438c (patch) | |
tree | f89814d78ac37d467b465d9cdbbe8eeb4e01dc6c /Presence | |
parent | 86e16f72783bcb546dd3ac447237f729e68c710d (diff) |
Restricted exports from XMPP.hs
Diffstat (limited to 'Presence')
-rw-r--r-- | Presence/XMPP.hs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Presence/XMPP.hs b/Presence/XMPP.hs index f361641e..e158eea2 100644 --- a/Presence/XMPP.hs +++ b/Presence/XMPP.hs | |||
@@ -1,7 +1,9 @@ | |||
1 | {-# LANGUAGE FlexibleContexts #-} | 1 | {-# LANGUAGE FlexibleContexts #-} |
2 | module XMPP | 2 | module XMPP |
3 | ( module XMPP | 3 | ( module XMPPTypes |
4 | , module XMPPTypes | 4 | , listenForXmppClients |
5 | , listenForRemotePeers | ||
6 | , seekRemotePeers | ||
5 | , quitListening | 7 | , quitListening |
6 | ) where | 8 | ) where |
7 | 9 | ||