[MMO] Live Threads

XF2 Addons [MMO] Live Threads 2.2.2
Adds live forum threads using websockets.

Use of tokens
To use live threads, you now need to set up a namespace.

JSON:
{
"token_hmac_secret_key": "",
"admin_password": "",
"admin_secret": "",
"api_key": "",
"allowed_origins": [
 "your_hosting",
 ],
"namespaces": [
{
"name": "public"
}
]
}
Top Bottom