managing openfire users and conversations from java application
- by user1600405
I need to control openfire users and conversations from my own java application, the number of users is more than 1000 , this is what I want to do exactly :
Listening for new invitations to chat rooms and accept them automaticly ,listening for new messages for all users and listening for presence staus for all users .
As well as I would like to…