File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# JMessage PhoneGap / Cordova Plugin
22
3- [ ![ release] ( https://img.shields.io/badge/release-3.1.6 -blue.svg )] ( https://github.com/jpush/jmessage-phonegap-plugin/releases )
3+ [ ![ release] ( https://img.shields.io/badge/release-3.1.7 -blue.svg )] ( https://github.com/jpush/jmessage-phonegap-plugin/releases )
44[ ![ platforms] ( https://img.shields.io/badge/platforms-iOS%7CAndroid-green.svg )] ( https://github.com/jpush/jmessage-phonegap-plugin )
55[ ![ Code Triagers Badge] ( https://www.codetriage.com/jpush/jmessage-phonegap-plugin/badges/users.svg )] ( https://www.codetriage.com/jpush/jmessage-phonegap-plugin )
66[ ![ weibo] ( https://img.shields.io/badge/weibo-JPush-blue.svg )] ( http://weibo.com/jpush?refer_flag=1001030101_&is_all=1 )
Original file line number Diff line number Diff line change 11{
22 "name" : " jmessage-phonegap-plugin" ,
3- "version" : " 3.1.6 " ,
3+ "version" : " 3.1.7 " ,
44 "description" : " JMessage Cordova Plugin." ,
55 "cordova" : {
66 "id" : " jmessage-phonegap-plugin" ,
Original file line number Diff line number Diff line change 22<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
33 xmlns : android =" http://schemas.android.com/apk/res/android"
44 id =" jmessage-phonegap-plugin"
5- version =" 3.1.6 " >
5+ version =" 3.1.7 " >
66
77 <name >JMessage</name >
88 <description >集成极光 IM 和推送功能</description >
161161 <source-file src =" src/android/JMessagePlugin.java" target-dir =" src/cn/jiguang/cordova/im" />
162162 <source-file src =" src/android/JMessageUtils.java" target-dir =" src/cn/jiguang/cordova/im" />
163163 <source-file src =" src/android/JsonUtils.java" target-dir =" src/cn/jiguang/cordova/im" />
164- <source-file src =" src/android/ChatroomHandler .java" target-dir =" src/cn/jiguang/cordova/im" />
164+ <source-file src =" src/android/ChatRoomHandler .java" target-dir =" src/cn/jiguang/cordova/im" />
165165 </platform >
166166</plugin >
Original file line number Diff line number Diff line change @@ -878,6 +878,7 @@ var JMessagePlugin = {
878878 } ,
879879 /**
880880 * 离开聊天室。
881+ * 成功调用此接口之后,用户将能不在此聊天室收发消息。
881882 *
882883 * @param {object } params = { roomId: String }
883884 * @param {function } success = function () {}
You can’t perform that action at this time.
0 commit comments