2017 © Pedro Peláez
 

project livehelperchat

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

image

remdex/livehelperchat

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  • Monday, May 28, 2018
  • by remdex
  • Repository
  • 167 Watchers
  • 1034 Stars
  • 249 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 420 Forks
  • 169 Open issues
  • 56 Versions
  • 2 % Grown

The README.md

Live helper chat

It's an open-source powered application that brings simplicity and usability into one place. With Live Helper Chat, you can bring live support to your site for free. http://livehelperchat.com., (*1)

Apple store Google Play Deploy to DO, (*2)

Codemagic build status, (*3)

Need help?

  • Documentation - https://doc.livehelperchat.com
  • Forum/Discussions - https://github.com/LiveHelperChat/livehelperchat/discussions
  • Chat (Discord) https://discord.gg/YsZXQVh
  • Laravel version of Live Helper Chat

Demo

http://livehelperchat.com/demo-12c.html, (*4)

Integrations

If you are installing extensions make sure that your version has webhooks enabled - https://github.com/LiveHelperChat/livehelperchat/blob/master/lhc_web/settings/settings.ini.default.php#L86, (*5)

Quick development guide

  • After the app is installed, disable cache and enable debug output.
    • https://github.com/LiveHelperChat/livehelperchat/blob/master/lhc_web/settings/settings.ini.default.php#L13-L16
    • Change the following values to: ```
    • debug_output => true
    • templatecache => false
    • templatecompile => false
    • modulecompile => false ```
  • To compile JS from lhc_web folder execute. This will compile main JS and old widget javascript files.
    • npm install && gulp
  • To compile new widget V2
    • There is two apps wrapper and widget
    • cd lhc_web/design/defaulttheme/widget/wrapper && npm install && npm run build
    • cd lhc_web/design/defaulttheme/widget/react-app && npm install && npm run build && npm run build-ie
  • To recompile back office React APP (Left toolbar, Group Chat etc...)
    • cd lhc_web/design/defaulttheme/js/admin && npm run build
  • Recompile static JS/CSS files. This is required if you change core JS files. It also avoids missing CSS/JS files if more than one server is used.
    • php cron.php -s site_admin -c cron/util/generate_css -p 1 && gulp js-static
  • ORM - https://doc.livehelperchat.com/docs/development/orm
  • Common classes - https://doc.livehelperchat.com/docs/development/common-classes
  • To recompile everything at once
    • cd lhc_web/ && ./deploy.sh

Extensions

https://github.com/LiveHelperChat, (*6)

Translations contribution

https://explore.transifex.com/remigijus-kiminas/live-helper-chat/, (*7)

Folders structure

  • Directories content:
    • lhc_web - WEB application folder.

Features

A few main features:, (*8)

  • Bot with the possibility to integrate any third-party AI
  • Tens of thousands chats per day support using ElasticSearch, NodeJS, PHP-Resque System is highly optimised and battle tested for high load environment
  • XMPP support for notifications about new chats (iPhone, iPad, Android, Blackberry, GTalk, etc.)
  • Chrome extension
  • Repeatable sound notifications
  • Work hours
  • See what the user sees with a screenshot feature
  • Drag & Drop widgets, minimize/maximize widgets
  • Multiple chats at the same time
  • See what users are typing before they send a message
  • Multiple operators
  • Send delayed canned messages as if it was a real user typing
  • Chats archive
  • Priority queue
  • Chats statistic generation
  • Advanced agents performance tracking
  • Resume chat after the user closed the chat
  • All chats in a single window with tabs interface; tabs are remembered before they are closed
  • Chat transcript print
  • Chat transcript send by mail
  • Site widget
  • Page embed mode for live support script or widget mode, or standard mode
  • Multilanguage
  • Chats transferring
  • Departments
  • Files upload
  • Chat search
  • Automatic transfers between departments
  • Option to generate JS for different departments
  • Option to prefill form fields.
  • Option to add custom form fields, which can be either user variables or hidden fields. Useful if you are integrating with a third-party system and want to pass user_id, for example.
  • Cronjobs
  • Callbacks
  • Closed chat callback
  • Unanswered chat callback
  • Asynchronous status loading, not blocking site javascript.
  • XML, JSON export module
  • Option to send transcript to users e-mail
  • SMTP support
  • HTTPS support
  • No third parties cookies dependency
  • Previous users chats
  • Online users tracking, including geo detection
  • GEO detection using three different sources
  • Option to configure start chat fields
  • Sounds on pending chats and new messages
  • Google chrome notifications on pending messages.
  • Browser title blinking then there is pending message.
  • Option to limit pro active chat invitation messages based on pending chats.
  • Option to configure frequency for pro active chat invitation message. You can set after how many hours for the same user invitation message should be shown again.
  • Users blocking
  • Top performance with enabled cache
  • Windows, Linux and Mac native applications.
  • Advanced embed code generation with numerous options of includable code.
  • Template override system
  • Module override system
  • Support for custom extensions
  • Changeable footer and header content
  • Option to send messges to anonymous site visitors,
  • Canned messages
  • Informing then operator or user is typing.
  • Option to see what user is typing before he sends a message
  • Canned messages for desktop client
  • Voting module
  • FAQ module
  • Online users map
  • Pro active chat invitatio
  • Remember me functionality
  • Total pageviews tracking
  • Total pageviews including previous visits tracking
  • Visits tracking, how many times user has been on your page.
  • Time spent on site
  • Auto responder
  • BB Code support. Links recognition. Smiles and few other hidden features :)
  • First user visit tracking
  • Option for customers mute sounds
  • Option for operators mute messages sounds and new pending chat's sound.
  • Option to monitor online operators.
  • Option to have different pro active messages for different domains. This can be archieved using different identifiers.
  • Dekstop client supports HTTPS
  • Protection against spammers using advanced captcha technique without requiring users to enter any captcha code.
  • Option for operator set online or offline mode.
  • Automatic chat closing
  • Distribution of visitors to different operators depending on their GEO / language (two different clients in different languages are contacting. It is possible to configure the distribution so that a Lithuanian-speaking client gets to a Lithuanian-speaking operator, and an English-speaking client to an English-speaking operator)
  • Custom distribution of visitors based on their attributes.
  • Subjects/Topics for chat
  • Desktop client for
    • Windows
    • Linux
    • Mac
  • Flexible permission system:
    • Roles
    • Groups
    • Users

Forum: http://forum.livehelperchat.com/, (*9)

The Versions

28/05 2018

dev-master_bot_improve

dev-master_bot_improve https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

27/05 2018

dev-master

9999999-dev https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

02/05 2018

dev-master_295

dev-master_295 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

13/04 2018

dev-master_lhc_bot

dev-master_lhc_bot https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

08/04 2018

dev-canned_extension_fb

dev-canned_extension_fb https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

28/02 2018

dev-group_objects

dev-group_objects https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

21/02 2018

dev-master_files

dev-master_files https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

16/02 2018

dev-pending_time

dev-pending_time https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

12/01 2018

dev-master_281

dev-master_281 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

22/12 2017

dev-master_280

dev-master_280 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

10/12 2017

dev-master_archive

dev-master_archive https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

04/12 2017

dev-278v

dev-278v https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

04/12 2017

dev-mater_autoassign

dev-mater_autoassign https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

30/11 2017

dev-master_autoassign

dev-master_autoassign https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

13/11 2017

dev-master_276

dev-master_276 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

31/10 2017

dev-master_175v

dev-master_175v https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

19/08 2017

dev-autoassign

dev-autoassign https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

10/08 2017

dev-master_271

dev-master_271 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

17/07 2017

v268.x-dev

268.9999999.9999999.9999999-dev https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

10/07 2017

dev-lsync_266v

dev-lsync_266v https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

12/06 2017

dev-master_pending

dev-master_pending https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

05/05 2017

dev-master_update_dynamic_v3

dev-master_update_dynamic_v3 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

14/04 2017

dev-master_259

dev-master_259 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

20/03 2017

dev-praktika3

dev-praktika3 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

14/03 2017

dev-praktika2

dev-praktika2 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

13/03 2017

dev-praktika

dev-praktika https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

06/03 2017

dev-master_alert

dev-master_alert https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

21/02 2017

dev-master_apiv1

dev-master_apiv1 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

20/02 2017

dev-master_notifications

dev-master_notifications https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

10/01 2017

dev-master_transferforce

dev-master_transferforce https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

08/11 2016

dev-department_hours

dev-department_hours https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

03/10 2016

dev-column_add

dev-column_add https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

06/09 2016

dev-eventemitter-dev

dev-eventemitter-dev https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

22/04 2016

dev-admin_theme_update

dev-admin_theme_update https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

10/04 2016

dev-remdex_dev

dev-remdex_dev https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

30/01 2016

dev-revert-827-kestutis

dev-revert-827-kestutis https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

04/08 2015

dev-postgresql

dev-postgresql https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

15/02 2015

dev-bootstrap

dev-bootstrap https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

13/02 2015

dev-foundation_v4

dev-foundation_v4 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

04/06 2014

2.0

2.0.0.0 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

14/05 2014

1.98

1.98.0.0 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

20/04 2014

1.95

1.95.0.0 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

09/04 2014

1.94

1.94.0.0 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

05/04 2014

1.93

1.93.0.0 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

22/03 2014

1.91

1.91.0.0 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

08/03 2014

1.89

1.89.0.0 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

08/03 2014

1.90

1.90.0.0 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

22/02 2014

1.88

1.88.0.0 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

16/02 2014

1.87

1.87.0.0 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

12/02 2014

1.86

1.86.0.0 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

09/02 2014

1.85

1.85.0.0 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

05/02 2014

1.84

1.84.0.0 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

31/01 2014

1.83

1.83.0.0 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

25/01 2014

1.82

1.82.0.0 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

25/01 2014

1.81

1.81.0.0 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat

08/01 2014

1.74

1.74.0.0 https://livehelperchat.com

Live Helper Chat - live support for your website. Featuring web and desktop clients. Compatible Windows, Linux, Mac. Desktop client powered by QT. Supports mobile phones based on XMPP service providers (GTalk, Xabber, Mono etc.)

  Sources   Download

LGPL-3.0+ GPL-3.0+

The Requires

  • php >=5.2.4

 

php xmpp qt live support livehelperchat