Extension:LiveChat
LiveChat Release status: experimental |
|
---|---|
Implementation | other (invalid type) |
Description | It 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. |
Author(s) | Pavel Astakhov (Pastakhovtalk) |
Latest version | 0.1 |
Compatibility policy | Snapshots releases along with MediaWiki. Master is not backward compatible. |
MediaWiki | >= 1.39.0 |
Database changes | Yes |
Tables | lch_messages lch_msg_reactions |
License | GNU General Public License 2.0 or later |
Download | README |
Example | https://www.marefa.org/Special:LiveChat?uselang=en |
|
|
LiveChatManager |
|
Quarterly downloads | 2 (Ranked 130th) |
Translate the LiveChat extension if it is available at translatewiki.net | |
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
edit- 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.