summaryrefslogtreecommitdiff
path: root/Presence
diff options
context:
space:
mode:
Diffstat (limited to 'Presence')
-rw-r--r--Presence/XMPPServer.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Presence/XMPPServer.hs b/Presence/XMPPServer.hs
index 9661391e..4dda1f70 100644
--- a/Presence/XMPPServer.hs
+++ b/Presence/XMPPServer.hs
@@ -190,7 +190,6 @@ data XMPPServerParameters =
190 , xmppInformClientPresence :: ConnectionKey -> Stanza -> IO () 190 , xmppInformClientPresence :: ConnectionKey -> Stanza -> IO ()
191 , xmppInformPeerPresence :: ConnectionKey -> Stanza -> IO () 191 , xmppInformPeerPresence :: ConnectionKey -> Stanza -> IO ()
192 , xmppAnswerProbe :: ConnectionKey -> Stanza -> TChan Stanza -> IO () 192 , xmppAnswerProbe :: ConnectionKey -> Stanza -> TChan Stanza -> IO ()
193 , xmppSendCachedPresenceToClient :: ConnectionKey -> TChan Stanza -> IO ()
194 } 193 }
195 194
196 195
@@ -1592,7 +1591,6 @@ monitor sv params xmpp = do
1592 (Just rsc) -- to 1591 (Just rsc) -- to
1593 requestVersion 1592 requestVersion
1594 >>= ioWriteChan replyto 1593 >>= ioWriteChan replyto
1595 xmppSendCachedPresenceToClient xmpp k replyto
1596 SessionRequest -> do 1594 SessionRequest -> do
1597 me <- xmppTellMyNameToClient xmpp 1595 me <- xmppTellMyNameToClient xmpp
1598 let reply = iq_session_reply (stanzaId stanza) me 1596 let reply = iq_session_reply (stanzaId stanza) me