Xmpp server web services interface

hi all,

my problem is this. I want be able to administer an xmpp server from a .net web application. More specifically, i want be able to create & manage user groups & users and be able to broadcast messages amongst users in those groups.

Im aware that openfire does have plugins that expose some web service interfaces but i dont think they provide everything i need? unless someone knows otherwise?

i may have to implement my own plugin, although there maybe another xmpp server to openfire that exposes a web services interface?

some advice would be most appreciated

cheers

m

Not sure if this will do everything you want or if it still works in Openfire 3.6.4, but the User Service can be used for administering users via HTTP requests:

http://www.igniterealtime.org/projects/openfire/plugins.jsp (at the bottom)

Not sure where the source for it is if you want to modify it to add more functionality…