Directly manage the roster list from the server administration!

is there any way to add buddies to users directly from the server admministration panel ? otherwise how could that be done using agsXMPP api in a c# application to a specifique client to be able to test sending and receiving messages ?

put em in a contact group and enable sharing, you can choose sharing for one person or everyone.

is there any other way to allow all users to directly send to messages to each others without needing to be in their buddy list ?

I really need help plz ! could any one tell me how to do ?

is there any way to add buddies to users directly from the server admministration panel ?

On http://server:9090/user-roster.jsp?username=admin (or any other user name) you can edit the roster. Anyhow it’s quite hard to do this.

is there any other way to allow all users to directly send to messages to each others without needing to be in their buddy list ?

Every user can send a message to someone else by starting a chat with a JID. There is no need to be on ones roster.