diff options
Diffstat (limited to 'Presence/XMPPServer.hs')
-rw-r--r-- | Presence/XMPPServer.hs | 7 |
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 |
203 | enableClientHacks "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 | ||
203 | enableClientHacks _ _ _ = return () | 210 | enableClientHacks _ _ _ = return () |
204 | 211 | ||
205 | cacheMessageId id' replyto = do | 212 | cacheMessageId id' replyto = do |