Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huberflores/XMPPNotificationClient
Android Client for XMPP-based Notification Service
https://github.com/huberflores/XMPPNotificationClient
Last synced: 3 months ago
JSON representation
Android Client for XMPP-based Notification Service
- Host: GitHub
- URL: https://github.com/huberflores/XMPPNotificationClient
- Owner: huberflores
- Created: 2013-02-06T23:51:56.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-12T05:07:16.000Z (almost 11 years ago)
- Last Synced: 2024-07-01T10:55:45.362Z (8 months ago)
- Language: Java
- Homepage:
- Size: 1.72 MB
- Stars: 15
- Watchers: 4
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
XMPP Android Client for JSON-based notifications
=================================================Android client that handles notifications which are sent from the [XMPP Notification Server](https://github.com/huberflores/XMPPNotificationServer.git). The application stores the notifications within a SQLite database along with the battery level of the device
Installation
-------------Build source
- Import code into Eclipse
- Install application in your device
Binary
- Install apk file (XMPPClient.apk)
Configuration
-------------- Host/Port = Openfire IP/5222
- Service = your XMPP domain
- JID credentials (username/password)
FAQ
----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```xml
right click project -> properties -> java build path -> order and export -> check smack.jar
```
How to cite
-----------
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- Flores, Huber, and Satish Srirama. ["Mobile cloud messaging supported by XMPP primitives."](http://dl.acm.org/citation.cfm?id=2482983) Proceeding of the fourth ACM workshop on Mobile cloud computing and services. ACM, 2013. In conjunction with, the 11th International Conference on Mobile Systems, Applications and Services (MobiSys 2013).