summaryrefslogtreecommitdiff
path: root/Presence/XMPPServer.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Presence/XMPPServer.hs')
-rw-r--r--Presence/XMPPServer.hs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Presence/XMPPServer.hs b/Presence/XMPPServer.hs
index 4dda1f70..3d4120fa 100644
--- a/Presence/XMPPServer.hs
+++ b/Presence/XMPPServer.hs
@@ -200,6 +200,13 @@ enableClientHacks "Pidgin" version replyto = do
200 (InternalEnableHack SimulatedChatErrors) 200 (InternalEnableHack SimulatedChatErrors)
201 [] 201 []
202 replyto 202 replyto
203enableClientHacks "irssi-xmpp" version replyto = do
204 wlog "Enabling hack SimulatedChatErrors for client irssi-xmpp"
205 donevar <- atomically newEmptyTMVar
206 sendReply donevar
207 (InternalEnableHack SimulatedChatErrors)
208 []
209 replyto
203enableClientHacks _ _ _ = return () 210enableClientHacks _ _ _ = return ()
204 211
205cacheMessageId id' replyto = do 212cacheMessageId id' replyto = do