[MMO] Live Threads

Add-ons [MMO] Live Threads 2.3.9

Register & Get access to index
  • 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"
    }
  ]
}
Back
Top Bottom