forked from leadnt/ejabberd-open
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
memacs
committed
Feb 14, 2019
1 parent
1484492
commit ff70552
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# change log | ||
|
||
## v1.0.0 | ||
|
||
- 支持密码加密验证 | ||
- 支持单聊 | ||
- 支持群聊 | ||
- 支持表情、图文混排,链接,语音、文件、代码、位置、名片功能 | ||
- 支持http接口建群、添加群成员、删除群成员、销毁群等功能 | ||
- 支持通过http接口发送消息 | ||
- 支持订阅所有落入数据库的消息 | ||
- 支持protobuf协议的消息传输 | ||
- 支持单人消息的已读未读 | ||
- 支持TLS加密 | ||
- 支持添加好友 | ||
- 支持消息撤销 | ||
- 支持多端消息同步 | ||
- 支持文件助手 | ||
- 支持websocket协议的客户端 | ||
- |