I want to be able to create a chat room using rest webservices of Openfire.Like for creating user we have
http://example.com:9090/plugins/userService/userservice?type=add&secret=bigsecret&username=kafka&password=drowssap&name=franz&email=franz@kafka.com
but unable to find any tutorial to guid me. Is it possible? please help. I want this url way because my openfire server may be located at a different location than my application webservice.