Adds live forum threads using websockets.[MMO] Centrifugo must be installed for the add-on to work. You can set rights for groups who will have live threads
Use of tokens
To use live threads, you now need to set up a namespace.
{
"token_hmac_secret_key": "",
"admin_password": "",
"admin_secret": "",
"api_key": "",
"allowed_origins": [
"your_hosting",
],
"namespaces": [
{
"name": "public"
}
]
}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.