Reputation: 29
I have some doubts in getting the open server information to java program
Upvotes: 0
Views: 1124
Reputation: 830
you can use "Registration Plugin" which can be found in plugins tab of open fire. Use that and change the registration settings to "add all registered users into a group"
Upvotes: 0
Reputation: 114767
For the first part: Usually, a user will only see his own contacts (in jabber terms: roster). If you maintain a xmpp server for a small community, you could implement a custom registration process:
As a result, all members of the "allUser" group should be on the users roster
(Never did it myself and it may be necessary to implement this custom registration routine on the openfire server directly, because I fear, that the xmpp protocol does not support adding to and deleting from groups)
Upvotes: 1