| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Android client that handles notifications which are sent from the XMPP Notification Server. The application stores the notifications within a SQLite database along with the battery level of the device
Build source
Import code into Eclipse
Install application in your device
Binary
Host/Port = Openfire IP/5222
Service = your XMPP domain
JID credentials (username/password)
Common error: java.lang.NoClassDefFoundError: org.jivesoftware.smack.ConnectionConfiguration
[SOLVED] smack.jar is not included within your dependencies when you installed the apk in the device. Try
right click project -> properties -> java build path -> order and export -> check smack.jar
The complete framework (Client/Server) was built for comparison purposes with other notification mechanisms. If you are using the tool for your research, please do not forget to cite
| Back | FazBrowse Home | New Git URL |