Extension:LiveChat
The LiveChat extension establishes a socket connection between the client and the server and allows to communicate with the server in real time. It contains base functionality for user communication and can be extended with other extensions.
Installation
- Download and move the extracted
LiveChat
folder to yourextensions/
directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/LiveChat - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'LiveChat' );
- Run the update script which will automatically create the necessary database tables that this extension needs.
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration parameters
User rights
See also
Category:Chat extensions
Category:All extensions
Category:BeforePageDisplay extensions
Category:Chat extensions
Category:Experimental extensions
Category:Extensions in Wikimedia version control
Category:Extensions which add rights
Category:Extensions with invalid or missing type
Category:Extensions with release branches compatibility policy
Category:Extensions without an image
Category:GPL licensed extensions
Category:LiveChatConnected extensions
Category:LiveChatStorageInit extensions
Category:LoadExtensionSchemaUpdates extensions
Category:MakeGlobalVariablesScript extensions