An open source project to provide push notification support for Android -- a xmpp based notification server and a client tool kit.
Features
- Android
- Push Notification
- XMPP
Follow Android Push Notification
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Good
-
androidpn error:Caused by: java.net.BindException: Address already in use Solution: www.juapk.com/thread-1015-1-1.html
-
看到这个项目,81% 的访问者来自中国,很有感触。 原因简单,是因为在中国 Google 原生的 android push 方案 GCM (C2DM) 不可用,所以大家不得不自己考虑要搭建服务器。 现在好了,国内有了专业免费的 android push 服务:极光推送,比 GCM 还简单易用。 欢迎访问网站进一步了解: www.jpush.cn,或者加入开发者交流群参与讨论:132992583
-
Hello,I'm jacob.There's an error when running the source code with no modify.This is the ERROR reapear: [pool-1-thread-1] ERROR: org.androidpn.server.xmpp.net.XmppIoHandlerexceptionCaught : java.lang.ExceptionInInitializerError and there are many errors of java.lang.NoClassDefFoundError follow the pre Error.I scan the source code,and I find it,cause by class:org.androidpn.server.xmpp.ssl.SSLConfig. The error cause by line of:classPath = SSLConfig.class.getResource("/"),on static block,I think it maybe lapse by programer,it cause NullPointerException obviously.So I move up the line,and I rebuild the project,prevent the Error. This is the feedback by my own experience.
-
Hello, here to write a very detailed, thanks. But I found in a questions. androidpn.properties file xmppHost as xmppHost = 10.0.2.2 is no problem by Virtual device. But use my Phone test is not successful. I tried 127.0.0.1 but not worked also. I would like to ask how to fill in the xmpHost? Thanks verymuch!