2013-03-07 01:42:25 +04:00
|
|
|
# Mibew Messenger
|
2012-03-12 04:23:23 +04:00
|
|
|
|
|
|
|
Mibew Messenger is an open-source live support application written
|
|
|
|
in PHP and MySQL. It enables one-on-one chat assistance in real-time
|
|
|
|
directly from your website.
|
|
|
|
|
2013-09-27 18:43:04 +04:00
|
|
|
## About this repository
|
|
|
|
|
|
|
|
This repository contains the core of Mibew Messenger application.
|
|
|
|
|
2013-03-07 01:42:25 +04:00
|
|
|
## Server requirements
|
2012-03-12 04:23:23 +04:00
|
|
|
|
|
|
|
1. A webserver or web hosting account running on any major Operating System
|
2021-04-09 15:48:19 +03:00
|
|
|
2. PHP (7.2.5 and above) with PDO, pdo_mysql, cURL, mbstring and gd extensions
|
2012-03-12 04:23:23 +04:00
|
|
|
3. MySQL 5.0 and above
|
|
|
|
|
2014-08-07 15:24:19 +04:00
|
|
|
## Build from sources
|
|
|
|
|
|
|
|
There are several actions one should do before use the latest version of Mibew from the repository:
|
|
|
|
|
|
|
|
1. Obtain a copy of the repository using `git clone`, download button, or another way.
|
|
|
|
2. Install [node.js](http://nodejs.org/) and [npm](https://www.npmjs.org/).
|
|
|
|
3. Install [Gulp](http://gulpjs.com/).
|
|
|
|
4. Navigate to `src/` directory of the local copy of the repository.
|
|
|
|
5. Install npm dependencies using `npm install`.
|
|
|
|
6. Run Gulp to build Mibew using `gulp default`.
|
|
|
|
|
|
|
|
Finally `.tar.gz` and `.zip` archives of the ready-to-use Mibew will be available in `src/release` directory.
|
|
|
|
|
2013-03-07 01:42:25 +04:00
|
|
|
## Terms of Use
|
2012-03-12 04:23:23 +04:00
|
|
|
|
2013-09-27 18:43:04 +04:00
|
|
|
Mibew Messenger is licensed under the terms of [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
|
|
|
|
|
|
|
|
## Other repositories of the Mibew project
|
|
|
|
|
2016-12-27 17:56:18 +03:00
|
|
|
### Actual
|
2013-09-27 18:43:04 +04:00
|
|
|
1. [Mibew Messenger i18n repository](https://github.com/Mibew/i18n)
|
|
|
|
2. [Mibew Messenger design repository](https://github.com/Mibew/design)
|
2016-12-27 17:56:18 +03:00
|
|
|
3. [Mibew documentation repository](https://github.com/Mibew/docs.mibew.org)
|
|
|
|
|
|
|
|
### Obsolete
|
|
|
|
1. [Mibew Java applications repository](https://github.com/Mibew/java)
|
|
|
|
2. [Mibew Tray repository](https://github.com/Mibew/tray)
|
|
|
|
|
|
|
|
### Plugins
|
|
|
|
|
|
|
|
1. [Mibew Boilerplate plugin](https://github.com/Mibew/boilerplate-plugin) - a template for a real plugin
|
|
|
|
|
|
|
|
#### Ready for production use
|
2018-11-17 00:49:16 +03:00
|
|
|
|
|
|
|
1. [Mibew Advanced Button plugin](https://github.com/Mibew/advanced-button-plugin)
|
|
|
|
2. [Mibew Auto Invite plugin](https://github.com/Mibew/auto-invite-plugin)
|
|
|
|
3. [Mibew Auto Reply plugin](https://github.com/Mibew/auto-reply-plugin)
|
|
|
|
4. [Mibew Broadcast plugin](https://github.com/Mibew/broadcast-plugin)
|
|
|
|
5. [Mibew Bulk Logs Operations plugin](https://github.com/Mibew/bulk-logs-operations-plugin)
|
|
|
|
6. [Mibew Button Refresh plugin](https://github.com/Mibew/button-refresh-plugin)
|
|
|
|
7. [Mibew Emoji plugin](https://github.com/Mibew/emoji-plugin)
|
|
|
|
8. [Mibew Filter Visitors By Operator Code plugin](https://github.com/Mibew/filter-visitors-by-operator-code-plugin)
|
|
|
|
9. [Mibew First Message plugin](https://github.com/Mibew/first-message-plugin)
|
|
|
|
10. [Mibew Geo IP plugin](https://github.com/Mibew/geo-ip-plugin)
|
|
|
|
11. [Mibew Google Maps plugin](https://github.com/Mibew/google-maps-plugin)
|
|
|
|
12. [Mibew Open Street Map plugin](https://github.com/Mibew/open-street-map-plugin)
|
|
|
|
13. [Mibew Operator Status plugin](https://github.com/Mibew/mibew-operator-status-plugin)
|
|
|
|
14. [Mibew Purge History plugin](https://github.com/Mibew/purge-history-plugin)
|
|
|
|
15. [Mibew Real Ban plugin](https://github.com/Mibew/real-ban-plugin)
|
|
|
|
16. [Mibew Slack plugin](https://github.com/Mibew/mibew_slack)
|
|
|
|
17. [Mibew Title Notification plugin](https://github.com/Mibew/title-notification-plugin)
|
2016-12-27 17:56:18 +03:00
|
|
|
|
|
|
|
#### Not ready for production use (not stable, broken, obsolete, etc.)
|
2018-11-17 00:49:16 +03:00
|
|
|
|
|
|
|
1. [Mibew External API plugin](https://github.com/Mibew/external-api-plugin)
|