# 加密聊天软件session协议消息方法 **Published by:** [chenjia404](https://paragraph.com/@chenjia404/) **Published on:** 2023-06-30 **URL:** https://paragraph.com/@chenjia404/session ## Content session 客户端请求 snode 节点的 rpc 方法: store 给联系人发消息 retrieve 查收有没有自己的消息 info 服务器的时间戳 delete_all 删除全部消息 delete 删除单条消息 get_snodes_for_pubkey 查找节点对于的 snode oxend_request 官方 rpc 实现入口:https://github.com/oxen-io/oxen-storage-server/blob/dev/oxenss/rpc/client_rpc_endpoints.cpp 客户端调用入口:https://github.com/chenjia404/session-desktop/blob/clearnet/ts/session/apis/snode_api/SNodeAPI.ts ## Publication Information - [chenjia404](https://paragraph.com/@chenjia404/): Publication homepage - [All Posts](https://paragraph.com/@chenjia404/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@chenjia404): Subscribe to updates