# PushNotificationClient **Repository Path**: heguiming_568/PushNotificationClient ## Basic Information - **Project Name**: PushNotificationClient - **Description**: 使用android实现的消息推送客户端(消息接收方),项目使用开源项目androidpn - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-10-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #PushNotificationClient 该项目是使用XMPP协议实现的TCP消息推送客户端 项目运行需要修改org.androidpn.client.ServiceManager下的xmppHost = props.getProperty("xmppHost", "192.168.1.113");代码,将192.168.1.113改为你的服务器的ip地址,默认端口号为5222 还需要修改/PushNotificationClient/res/raw/androidpn.properties文件中的xmppHost=192.168.1.113与xmppPort=5222