[MMO] Live Threads

xF2 Add-on [MMO] Live Threads 2.3.0

No permission to download
Min require 2.3.0
Using new pattern XF
Refactoring
Fixed If the add-on is installed and the centrifuge is not available, it does not allow you to create a thread or reply to it.
Support XF 2.3.0
Min require XF 2.3.0 Beta 3
Use of tokens
To use live threads, you now need to set up a namespace.

Code:
{
  "token_hmac_secret_key": "",
  "admin_password": "",
  "admin_secret": "",
  "api_key": "",
  "allowed_origins": [
    "your_hosting",
  ],
  "namespaces": [
    {
      "name": "public"
    }
  ]
}
Using host and patch options for realtime
727Threads
2,270Messages
60,950Members
SectornulLatest member
Back