Extension:LiveChat

Category:Extensions without an imageCategory:GPL licensed extensions
MediaWiki extensions manual
LiveChat
Release status: experimentalCategory:Experimental extensions
Implementation other (invalid type)Category:Extensions with invalid or missing 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.Category:Extensions with release branches compatibility policy
Database changes Yes
Tables lch_messages
lch_msg_reactions
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
README
Example https://www.marefa.org/Special:LiveChat?uselang=en
  • $wgLiveChatSystemGroup
  • $wgLiveChatClientDomain
  • $wgLiveChatClientTLS
  • $wgLiveChatPidPath
  • $wgLiveChatClientPath
  • $wgLiveChatManagerSocketName
  • $wgLiveChatSystemUser
  • $wgLiveChatServerThreads
  • $wgLiveChatLogFile
  • $wgLiveChatServerAddress
  • $wgLiveChatServerPort
  • $wgLiveChatStorageSocketName
  • $wgLiveChatDebugLogFile
  • $wgLiveChatClientPort
Quarterly downloads 0
Translate the LiveChat extension if it is available at translatewiki.net
Category:All extensions

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 your extensions/ 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.
  • Yes 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