summaryrefslogtreecommitdiff
path: root/Presence/Presence.hs
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2018-11-05 16:27:32 -0500
committerJoe Crayne <joe@jerkface.net>2018-11-05 16:28:25 -0500
commitb02575af5498fe96b91e8df14dac9257fd38c66c (patch)
treeb84a0c65d1cdec96f6298880fb257e77191331e6 /Presence/Presence.hs
parentdd9dad21a830e932ab873510c41ce1a098bc78b8 (diff)
Indicate that group chat is supported.
Diffstat (limited to 'Presence/Presence.hs')
-rw-r--r--Presence/Presence.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Presence/Presence.hs b/Presence/Presence.hs
index 0ae9653f..224d3282 100644
--- a/Presence/Presence.hs
+++ b/Presence/Presence.hs
@@ -169,6 +169,7 @@ presenceHooks state verbosity mclient mpeer = XMPPServerParameters
169 , xmppClientInformSubscription = clientInformSubscription state 169 , xmppClientInformSubscription = clientInformSubscription state
170 , xmppPeerInformSubscription = peerInformSubscription state 170 , xmppPeerInformSubscription = peerInformSubscription state
171 , xmppVerbosity = return verbosity 171 , xmppVerbosity = return verbosity
172 , xmppGroupChat = Map.singleton "chat" MUC
172 , xmppClientBind = mclient 173 , xmppClientBind = mclient
173 , xmppPeerBind = mpeer 174 , xmppPeerBind = mpeer
174 } 175 }