managing openfire users and conversations from java application

Posted by user1600405 on Server Fault See other posts from Server Fault or by user1600405
Published on 2012-11-18T15:01:03Z Indexed on 2012/11/18 17:04 UTC
Read the original article Hit count: 217

Filed under:
|

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 send a new invitation to join a new chat room from specifics users ,send a new message from a user to a chat room and change the presence status of users .

I don't know how I can do that , I tried Smack and it seems that I can only manage or control a single user.

Any help is appreciated

Thanks for your reponse .

© Server Fault or respective owner

Related posts about xmpp

Related posts about openfire