Android_OpenFireNoticationReceiver
If you want to receive message from openfire server. You must have to do ..
In Java Code: You want to receive the XMPP Payload from openfire sever side.
You must have a the subclass of IQ class (ex: JeromeIQ.java) and a subclass of IQIntrospectionProvider (ex:JeromeIQProvider.java)
addAsyncStanzaListener in your AbstractXMPPConnection class, (XMPPService.java)