# ChatAPP **Repository Path**: gong_git/ChatAPP ## Basic Information - **Project Name**: ChatAPP - **Description**: No description available - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2015-11-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ChatAPP A simple chat client based on XMPP protocol for android 这是一个使用XMPP协议实现android端聊天的的简单实现。现在只能能支持文字聊天,陆续会添加传图,语音,历史记录查询功能。 已经初步完成了互相传图功能了,用的是FileTransferManager来实现的。(2015-08-06) 互传图片,类微信语音聊天完成(2015-08-10) 注意:gradle.properties 文件中的代理是编译的时候代理服务器(也就是翻墙)用来下载相关包的(2015-08-06)