Android : Push Notifications with Apache Vysper and Google Cloud Messaging (GCM) for Android

on Wednesday, October 8, 2014


I know that in order to create a "push notification" functionality Google must contact your xmpp server whenever the user sends a message from his device upstream to Google’s cloud. So Google requires a permanent connection between the backend and one of Google’s endpoints. For the back-end part, i have choose Apache Vysper XMPP server, but the documentation is not very helpful in order to understand how to start the implementation of server's behaviour.




  1. Is there any directions to understand the logic of how can i use the vysper for creating the push notification functionality?




  2. I can see 4 directories in Vysper. bin/ config/ lib/ and log/. Do i create a java application with the server's behaviour and i put the .jar file into lib/ ? or all the work must be done to config/ directory?




0 comments:

Post a Comment