summaryrefslogtreecommitdiff
path: root/Presence
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2014-03-08 14:44:44 -0500
committerjoe <joe@jerkface.net>2014-03-08 14:44:44 -0500
commit746f78b98d7b02504ea0367f50afa46932ee4917 (patch)
tree6aa526ccdf190a56e21fdedcf8b9c4b08a012106 /Presence
parentb867a70b2321065d3d98cb55df96a3083e217018 (diff)
more roster stubs
Diffstat (limited to 'Presence')
-rw-r--r--Presence/XMPPServer.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Presence/XMPPServer.hs b/Presence/XMPPServer.hs
index 4eb89f7f..08871cfe 100644
--- a/Presence/XMPPServer.hs
+++ b/Presence/XMPPServer.hs
@@ -192,6 +192,8 @@ data XMPPServerParameters =
192 , xmppAnswerProbe :: ConnectionKey -> Stanza -> TChan Stanza -> IO () 192 , xmppAnswerProbe :: ConnectionKey -> Stanza -> TChan Stanza -> IO ()
193 , xmppClientSubscriptionRequest :: IO () -> ConnectionKey -> Stanza -> TChan Stanza -> IO () 193 , xmppClientSubscriptionRequest :: IO () -> ConnectionKey -> Stanza -> TChan Stanza -> IO ()
194 , xmppPeerSubscriptionRequest :: IO () -> ConnectionKey -> Stanza -> TChan Stanza -> IO () 194 , xmppPeerSubscriptionRequest :: IO () -> ConnectionKey -> Stanza -> TChan Stanza -> IO ()
195 , xmppClientInformSubscription :: IO () -> ConnectionKey -> Stanza -> IO ()
196 , xmppPeerInformSubscription :: IO () -> ConnectionKey -> Stanza -> IO ()
195 } 197 }
196 198
197 199