Skip to content Skip to sidebar Skip to footer
Showing posts with the label Xmpp

Google Cloud Messaging (gcm) Downstream Message Delay

I have downloaded and setup the Android gcm-client and gcm-demo-server (http server) from http://co… Read more Google Cloud Messaging (gcm) Downstream Message Delay

Packet Listener In Android Service

I am trying to create a service for a chat widget using XMPP, which picks up chat messages when the… Read more Packet Listener In Android Service

Getting Mucconfigurationnotsupportedexception In Android Smack 4.2.0-beta1

I am developing chat application for one to one chat and group chat. I have successfully done one t… Read more Getting Mucconfigurationnotsupportedexception In Android Smack 4.2.0-beta1

Cannot Establish Tls Connection To Openfire 4.1.3 Server With Smack 4.2 On Android: Sslprotocolexception: Ssl Handshake Aborted

I'm trying to connect to my Openfire 4.1.3 server with Smack 4.2, the current config works ok: … Read more Cannot Establish Tls Connection To Openfire 4.1.3 Server With Smack 4.2 On Android: Sslprotocolexception: Ssl Handshake Aborted

Smack - When To Call Multiuserchat.join(...)

I'm a bit confused and can't find the answer in the docs. I'm developing a simple chat … Read more Smack - When To Call Multiuserchat.join(...)

Reconnectionmanager In Asmack

I have a project on Android, which needs to use asmack library to enable real time chat. The key fe… Read more Reconnectionmanager In Asmack