Extension: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.35.0 |
Database changes | Yes |
Composer | mediawiki/livechat |
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 165th) |
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.
InstallationEdit
- Download and place the file(s) in a directory called
LiveChat
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
: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.