ydl00 / android_YiChat_Lite

android client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android 项目配置#

public class HTConstant {
//IM服务器相关
public static final String HOST_IM = "xxx.xxx.xxx.xxx";//示例ip: 119.125.523.153 此IP不可用
//api服务器
public static final String HOST_API = "http://xxx.xxx.xxx.xxx/api/";//示例ip: 119.125.523.153 此IP不可用
//阿里云OSS信息配置
public static final String endpoint = "oss-cn-hangzhou.aliyuncs.com";
public static final String accessKeyId = "xxxxxxxx";
public static final String accessKeySecret = "xxxxxxxxxxxx";
.....
}

相关工程


#最具诚意的开源IM系统 YiChat#

  1. github地址:https://github.com/YiChat
  2. 开源**地址:https://git.oschina.net/zhangfeng_tech ##本项目的开源内容## ###已开源的所有源码:###
  3. IM服务器(负责即时通讯消息)-直接部署,无需修改参数
  4. api服务器(非IM模块相关的其他业务逻辑)-修改一处参数,详见工程下文档
  5. android客户端-配置参数,连接自己的服务器ip.详见工程文档

###待开源的工程源码:###

  • iOS客户端:前面三个工程的github star数超过3000马上开源

##这个开源项目的意义在于##

  1. 拥有自己的IM服务器,不再受制于第三方通讯云的限制.
  2. 提供了一个完善优化的客户端源码,具体参见体验包:

##QQ:84543217 (技术相关请提交Issus,商务合作可联系QQ)

About

android client


Languages

Language:Java 100.0%