I want to create a Java Server(Most Possibly Tomcat) which will listen to all the incoming messages of the XMPP Server. Right now I am Little bit confused and using Smack API library for the Server Side Implementation but it requires Login for each XMPPConnection.
Is There any way in which I can listen to all XMPP messages on my Java Server thru XMPP Protocol? Or is there any Library which can be used for Message listening on Server Side and I can Receive this Packets as Java Objects?
Technologies :
XMPP Server : OpenFire
Java Server : Tomcat
API or Library : Smack and Spring Integeration