Skip to content
This repository has been archived by the owner on Mar 23, 2020. It is now read-only.

LinkC (with gurgle protocol) Server Released

Pre-release
Pre-release
Compare
Choose a tag to compare
@Trickness Trickness released this 10 Jul 12:23
· 16 commits to Developing since this release

此次是服务端第一次Release,暂时没有客户端
服务端提供如下服务:
-- 添加/删除用户[内部操作]
-- 订阅/取消订阅
-- 离线消息推送
-- 消息实时转发
-- 用户资料更新/删除
-- 用户验证/登陆

待解决[待完善]的服务
-- 添加/删除用户[在线操作]
-- 服务端到服务端验证和消息转发
-- 客户端支持[现在没有客户端]
-- 好友状态更新推送

依赖:
MariaDB 10.0.20 or later
Python 3.4.2 or later
MysqlConnector[for python3.4] 2.0.4 or later