File tree Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 5
5
<relativePath >../</relativePath >
6
6
<artifactId >wildfirechat-parent</artifactId >
7
7
<groupId >cn.wildfirechat</groupId >
8
- <version >1.2.9 </version >
8
+ <version >1.3.0 </version >
9
9
</parent >
10
10
11
11
<artifactId >moquette-broker</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >wildfirechat-parent</artifactId >
7
7
<groupId >cn.wildfirechat</groupId >
8
- <version >1.2.9 </version >
8
+ <version >1.3.0 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 6
6
<!-- <relativePath>../pom.xml</relativePath>-->
7
7
<artifactId >wildfirechat-parent</artifactId >
8
8
<groupId >cn.wildfirechat</groupId >
9
- <version >1.2.9 </version >
9
+ <version >1.3.0 </version >
10
10
</parent >
11
11
12
12
<artifactId >distribution</artifactId >
Original file line number Diff line number Diff line change 12
12
<artifactId >wildfirechat-parent</artifactId >
13
13
14
14
<packaging >pom</packaging >
15
- <version >1.2.9 </version >
15
+ <version >1.3.0 </version >
16
16
<name >Wildfire Chat</name >
17
17
<description >Wildfire Chat Server</description >
18
18
<inceptionYear >2019</inceptionYear >
Original file line number Diff line number Diff line change 12
12
13
13
# 更新记录
14
14
15
+ --------------
16
+ Release note 1.3.0:
17
+ 1 . 推送信息中添加republish参数,用于标识消息是重新发布的。
18
+ 2 . 添加好友请求限频功能,在IM服务配置中可以配置每天限制添加的好友数。
19
+ 3 . 添加配置,是否允许用户发送消息给被拉黑的用户。
20
+ 4 . 添加鸿蒙回调地址。
21
+ 5 . 创建群组或者添加群组成员时,群组成员的Extra会放到通知消息的extra中,这样便于业务处理通知消息。
22
+
15
23
--------------
16
24
Release note 1.2.9:
17
25
1 . 解决server api获取群组信息不全的问题。
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >wildfirechat-parent</artifactId >
5
5
<groupId >cn.wildfirechat</groupId >
6
- <version >1.2.9 </version >
6
+ <version >1.3.0 </version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
You can’t perform that action at this time.
0 commit comments