Skip to content

Commit

Permalink
修改文档
Browse files Browse the repository at this point in the history
  • Loading branch information
memacs committed Feb 14, 2019
1 parent 1484492 commit ff70552
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ IM数据库服务
新建安装用户
# groupadd startalk
# useradd -g startalk startalk
给startalk用户设置密码
# passwd startalk
新建安装目录
# mkdir /startalk
Expand Down
20 changes: 20 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# change log

## v1.0.0

- 支持密码加密验证
- 支持单聊
- 支持群聊
- 支持表情、图文混排,链接,语音、文件、代码、位置、名片功能
- 支持http接口建群、添加群成员、删除群成员、销毁群等功能
- 支持通过http接口发送消息
- 支持订阅所有落入数据库的消息
- 支持protobuf协议的消息传输
- 支持单人消息的已读未读
- 支持TLS加密
- 支持添加好友
- 支持消息撤销
- 支持多端消息同步
- 支持文件助手
- 支持websocket协议的客户端
-

0 comments on commit ff70552

Please sign in to comment.