diff options
author | Joe Crayne <joe@jerkface.net> | 2018-11-05 16:27:32 -0500 |
---|---|---|
committer | Joe Crayne <joe@jerkface.net> | 2018-11-05 16:28:25 -0500 |
commit | b02575af5498fe96b91e8df14dac9257fd38c66c (patch) | |
tree | b84a0c65d1cdec96f6298880fb257e77191331e6 /Presence/Presence.hs | |
parent | dd9dad21a830e932ab873510c41ce1a098bc78b8 (diff) |
Indicate that group chat is supported.
Diffstat (limited to 'Presence/Presence.hs')
-rw-r--r-- | Presence/Presence.hs | 1 |
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 | } |