summaryrefslogtreecommitdiff
path: root/Presence
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2018-05-31 05:20:54 -0400
committerjoe <joe@jerkface.net>2018-05-31 05:20:54 -0400
commit7c3169c7c940cae50c56b62afe4dcd0579626c99 (patch)
tree0f990f084a518047de7aa9eaa8b7e0743063bc07 /Presence
parent72a01c731b2dc8c82f14161731575d00c71905aa (diff)
Do-nothing tox-to-xmpp conversion conduits.
Diffstat (limited to 'Presence')
-rw-r--r--Presence/XMPPServer.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Presence/XMPPServer.hs b/Presence/XMPPServer.hs
index 520242cf..774fe886 100644
--- a/Presence/XMPPServer.hs
+++ b/Presence/XMPPServer.hs
@@ -29,6 +29,7 @@ module XMPPServer
29 , JabberShow(..) 29 , JabberShow(..)
30 , Server 30 , Server
31 , flushPassThrough 31 , flushPassThrough
32 , greet'
32 ) where 33 ) where
33 34
34import ConnectionKey 35import ConnectionKey