Plugin Directory

Changeset 2779483


Ignore:
Timestamp:
09/02/2022 10:04:43 PM (4 years ago)
Author:
medaboub
Message:

version 1.3.0

Location:
mqttchat
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • mqttchat/trunk/mqttchat.php

    r2473608 r2779483  
    128128                'app_id',
    129129                esc_attr( 'app_id' ), //becomes part of id attribute of error message
    130                 __( 'Invalid MQTT Chat APP_ID format!', 'wordpress' ), //default text zone
     130                __( 'Invalid MQTT CHAT APP_ID format!', 'wordpress' ), //default text zone
    131131                'error'
    132132            );
     
    150150        wp_register_script(
    151151            'mqttchat-script', // name your script so that you can attach other scripts and de-register, etc.
    152             'https://cluster1.telifoun.com/rest/'.substr(get_locale(),0,2).'/mqttchat.js?appId='.$app_id.'&uf='.$uf, // this is the location of your script file
     152            'https://cluster1.telifoun.com/webapi/'.substr(get_locale(),0,2).'/mqttchat.js?appId='.$app_id.'&uf='.$uf, // this is the location of your script file
    153153            array('jquery') ,// this array lists the scripts upon which your script depends
    154154            '',
  • mqttchat/trunk/readme.txt

    r2473268 r2779483  
    11=== MQTT CHAT Plugin ===
    22Contributors: Gaddour Mohamed
    3 Tags: chat script, mqtt chat, facebook like , mqtt, audio , video ,chat , call, upload photos
     3Tags: chat script, mqtt chat, facebook like , mqtt, audio , video ,chat , audio call,video call,  cloud chat
    44Requires at least: 4.7
    5 version :1.2.0
     5version :1.3.0
    66License: GPLv2 or later
    77License URI: https://mqtt-chat.com/legal-privacy-policy
    88
    99Complete chat solution for your web site for $1 only. Chat solution with MQTT protocol.
    10 Audio and Video Calls, Easy integraction. Alternative to cometchat.
     10Audio and Video Calls, Easy integraction. Facebook Like Messenger.
    1111
    1212== Description ==
  • mqttchat/trunk/templates/readme.txt

    r2377795 r2779483  
    1 === MqttChat Plugin ===
     1=== MQTT CHAT Plugin ===
    22Contributors: Gaddour Mohamed
    3 Tags: chat, live chat, embedded , docked , mqtt, audio call, video call
     3Tags: chat script, mqtt chat, facebook like , mqtt, audio , video ,chat , audio call,video call,  cloud chat
    44Requires at least: 4.7
    5 version :1.1.0
     5version :1.3.0
    66License: GPLv2 or later
    77License URI: https://mqtt-chat.com/legal-privacy-policy
    88
    99Complete chat solution for your web site for $1 only. Chat solution with MQTT protocol.
    10 Audio and Video Calls, Easy integraction. Alternative to cometchat.
     10Audio and Video Calls, Easy integraction. Facebook Like Messenger.
    1111
    1212== Description ==
    1313
    14 All chat features are there: Send private messages, Photos, Voice notes, Typing indicators, Read receipt .
     14All chat features are there: Send private messages, Photos, Voice notes, Typing indicators, Read receipt.
    1515Template choice: embedded or similar to facebook.
    1616
    1717Application hosted in our servers, we take care of all the work. No installation No configuration.
    18 
    19 MQTT CHAT Android is an android library that provides full chat functionality and can be integrated into any android application from API 14.
    2018
    2119Even a beginner in PHP ,Javascript and android can work with !
     
    3028
    3129Yes, you can upgrade, downgrade, or cancel anytime, hassle-free.
    32 Atb6021
     30
    3331
    3432== Changelog ==
     
    5755* Priority Support
    5856* Admin Panel
    59 * Presence Callback URL
     57* Webhooks
     58* FCM & WEB PUSH Notifications
     59
     60
     61
Note: See TracChangeset for help on using the changeset viewer.