Giter Site home page Giter Site logo

good-life / pushtalk Goto Github PK

View Code? Open in Web Editor NEW
975.0 173.0 607.0 50.4 MB

推聊是一个基于极光推送 (JPush) 的手机聊天系统。支持群聊与点对点聊天。当前包括 Android客户端、iOS客户端与 Java服务器端。3分钟就可以整套系统跑起来。

Home Page: http://androidpush.cn

Java 54.97% Objective-C 45.03%

pushtalk's Issues

聊天记录

能不能把聊天记录存到redis里面??

增加修改名称的功能

由于当前的聊天记录缓存,是依赖于用户名称的。

所以,需要明确提示:改名后,之前的点对点聊天记录都丢失。

jpush-api-v2.0.3.jar 包中缺少 相关类

在dowanload下来对最新的pushTalk-server-java项目中
在依赖的jpush-api-v2.0.3.jar中缺少如下的类。
jpush-api包中没有cn.jpush.api.push的包名
cn.jpush.api.push.CustomMessageParams;
cn.jpush.api.push.MessageResult;
cn.jpush.api.push.ReceiverTypeEnum;

APK在哪里啊?

APK文件直接没有了。。。。client-android 也没有。。。。。跪求解答啊

增加私密频道功能

创建频道时,可选择不公开:秘密。

秘密频道加入需要提交申请。群主(先可只支持创建频道的人就是群主)审核通过后,才可以正式加入频道。

群主可以随时踢掉任何人。

org/pushtalk/server/api/TalkServlet.java 缺少引用的类

org/pushtalk/server/api/TalkServlet.java
依赖的jpush-api-v2.0.3.jar缺少如下类:
import cn.jpush.api.common.APIConnectionException;
import cn.jpush.api.common.APIRequestException;
import cn.jpush.api.push.PushResult;
import cn.jpush.api.push.model.Platform;
import cn.jpush.api.push.model.PushPayload;
import cn.jpush.api.push.model.audience.Audience;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.