Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/foxinmy/easemob4j.git
Browse files Browse the repository at this point in the history
  • Loading branch information
foxinmy committed May 30, 2016
2 parents 58734bd + e26ac13 commit fc76ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ easemob4j.properties说明
2.实例化一个`EasemobProxy`对象,调用API.

EasemobProxy easemobProxy = new EasemobProxy();
weixinProxy.createUser(user);
easemobProxy.createUser(user);

3.针对`token`存储有两种方案,`File存储`/`Redis存储`,当然也可自己实现`TokenHolder`,默认使用文件(xml)的方式保存token,如果环境中支持`redis`,建议使用`RedisTokenHolder`并在自己项目中依赖`jedis`.

Expand All @@ -56,4 +56,4 @@ easemob4j.properties说明
<version>1.1.3</version>
</dependency>

2.git clone & mvn package.
2.git clone & mvn package.

0 comments on commit fc76ae2

Please sign in to comment.