What's new
Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

Welcome to My Sharing Site

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Resource icon
xF2 Add-on
  • Add new option Channel Instance ID
Now the connection token is generated on all pages, if you want to override you can set your parameters in the constructor for the token, host and path.
Added a check for subscribing to an existing channel.
Fixed a bug in 2.3 where messages were not added to a thread when there were no pages (pagination).
  • Min require 2.3.0
  • Using new pattern XF
  • Refactoring
Support XF 2.3.0
Min require XF 2.3.0 Beta 3
Update js code
Add cli command: mcgo-centrifugo:info
Generate jwt token for subcription
We pass the token that we generated. Also, if an empty string is passed and you do not need to generate tokens every time for guests, specify in the setting
"anonymous": true "client_anonymous": true
If you are using our add-ons, then you must remove these options from the configuration. Because they are no longer relevant.
If you are using the live threads add-on ([MMO] Live Threads)
You must add a namespace. Example configuration with live threads:
{ "token_hmac_secret_key": "", "admin_password": "", "admin_secret": "", "api_key": "", "allowed_origins": [ "your_hosting", ], "namespaces": [ { "name": "public" } ] }
Top