Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
showurl committed Jul 5, 2023
1 parent 863faac commit d32fa47
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,17 @@ xxim-server代码不复杂,im大多逻辑都在于客户端,所以xxim-serve

~~在线体验:[惺惺](https://xxim.cherish.chat)[企业](https://enterprise.cherish.chat/)~~

全平台sdk:[xxim-sdk-rust](https://github.com/cherish-chat/xxim-sdk-rust)
全平台sdk:[xxim_sdk_universal](https://github.com/cherish-chat/xxim_sdk_universal)
正在开发中,欢迎各原生平台开发者加入。通用sdk选择使用`rust`开发,因为`rust`的性能和安全性都是目前最好的。

#### 包括但不限于:

* [x] 发送消息(可定时的、可群发),包括:文本、图片、语音、视频、文件、位置、名片、撤回、转发、@、表情、对方正在输入、自定义消息等
* [x] 按需拉取离线消息,且没有消息数量/天数限制
* [x] 当用户不在线时,通过厂商推送(极光、腾讯、Mob)将消息推送给用户
* [x] 群聊20万成员上限
* [x] 🔐通讯层加密
* [x] golang client sdk,可接入[ChatGPT](https://github.com/cherish-chat/xxim-bot-chatgpt)
* [x] 端对端加密(ECOD密钥协商算法)
* [x] p2p连接,无公网ip也能搭建属于自己的im服务器。(也可以使用传统网络方式)
* [ ] 当用户不在线时,通过厂商推送(极光、腾讯、Mob)将消息推送给用户

## xxim的背景

Expand Down

0 comments on commit d32fa47

Please sign in to comment.