Changeset 2779483
- Timestamp:
- 09/02/2022 10:04:43 PM (4 years ago)
- Location:
- mqttchat
- Files:
-
- 8 edited
-
assets/screenshot-1.png (modified) (previous)
-
assets/screenshot-2.png (modified) (previous)
-
assets/screenshot-3.png (modified) (previous)
-
assets/screenshot-4.png (modified) (previous)
-
assets/screenshot-5.png (modified) (previous)
-
trunk/mqttchat.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/templates/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mqttchat/trunk/mqttchat.php
r2473608 r2779483 128 128 'app_id', 129 129 esc_attr( 'app_id' ), //becomes part of id attribute of error message 130 __( 'Invalid MQTT C hatAPP_ID format!', 'wordpress' ), //default text zone130 __( 'Invalid MQTT CHAT APP_ID format!', 'wordpress' ), //default text zone 131 131 'error' 132 132 ); … … 150 150 wp_register_script( 151 151 '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 file152 '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 153 153 array('jquery') ,// this array lists the scripts upon which your script depends 154 154 '', -
mqttchat/trunk/readme.txt
r2473268 r2779483 1 1 === MQTT CHAT Plugin === 2 2 Contributors: Gaddour Mohamed 3 Tags: chat script, mqtt chat, facebook like , mqtt, audio , video ,chat , call, upload photos3 Tags: chat script, mqtt chat, facebook like , mqtt, audio , video ,chat , audio call,video call, cloud chat 4 4 Requires at least: 4.7 5 version :1. 2.05 version :1.3.0 6 6 License: GPLv2 or later 7 7 License URI: https://mqtt-chat.com/legal-privacy-policy 8 8 9 9 Complete chat solution for your web site for $1 only. Chat solution with MQTT protocol. 10 Audio and Video Calls, Easy integraction. Alternative to cometchat.10 Audio and Video Calls, Easy integraction. Facebook Like Messenger. 11 11 12 12 == Description == -
mqttchat/trunk/templates/readme.txt
r2377795 r2779483 1 === M qttChatPlugin ===1 === MQTT CHAT Plugin === 2 2 Contributors: Gaddour Mohamed 3 Tags: chat , live chat, embedded , docked , mqtt, audio call, video call3 Tags: chat script, mqtt chat, facebook like , mqtt, audio , video ,chat , audio call,video call, cloud chat 4 4 Requires at least: 4.7 5 version :1. 1.05 version :1.3.0 6 6 License: GPLv2 or later 7 7 License URI: https://mqtt-chat.com/legal-privacy-policy 8 8 9 9 Complete chat solution for your web site for $1 only. Chat solution with MQTT protocol. 10 Audio and Video Calls, Easy integraction. Alternative to cometchat.10 Audio and Video Calls, Easy integraction. Facebook Like Messenger. 11 11 12 12 == Description == 13 13 14 All chat features are there: Send private messages, Photos, Voice notes, Typing indicators, Read receipt .14 All chat features are there: Send private messages, Photos, Voice notes, Typing indicators, Read receipt. 15 15 Template choice: embedded or similar to facebook. 16 16 17 17 Application 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.20 18 21 19 Even a beginner in PHP ,Javascript and android can work with ! … … 30 28 31 29 Yes, you can upgrade, downgrade, or cancel anytime, hassle-free. 32 Atb6021 30 33 31 34 32 == Changelog == … … 57 55 * Priority Support 58 56 * 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.