diff options
author | joe <joe@jerkface.net> | 2018-06-25 07:33:47 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2018-06-25 16:42:20 -0400 |
commit | d1e0191f6ea329ba2ffbc1b99fd41b5aec68765b (patch) | |
tree | 378796f0e1ed4a3914f11aec45d5e05e2bf6c011 /Presence/XMPPServer.hs | |
parent | fab0ea6ff17b2109b20ebffcef9262b1684203ca (diff) |
Forward instant messages from XMPP clients to Tox peers.
Diffstat (limited to 'Presence/XMPPServer.hs')
-rw-r--r-- | Presence/XMPPServer.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Presence/XMPPServer.hs b/Presence/XMPPServer.hs index 79335efc..ae861a61 100644 --- a/Presence/XMPPServer.hs +++ b/Presence/XMPPServer.hs | |||
@@ -41,6 +41,7 @@ module XMPPServer | |||
41 | , flushPassThrough | 41 | , flushPassThrough |
42 | , greet' | 42 | , greet' |
43 | , (<&>) | 43 | , (<&>) |
44 | , grokStanza | ||
44 | ) where | 45 | ) where |
45 | 46 | ||
46 | import ConnectionKey | 47 | import ConnectionKey |