Wrong Clearspace webservice URL used to create avatars
Description
When Openfire is configured to integrate with Clearspace, the functionality to create a new avatar in the vcard provider does not work because the wrong URL is used to call the create avatar REST service in Clearspace.
When Openfire is configured to integrate with Clearspace, the functionality to create a new avatar in the vcard provider does not work because the wrong URL is used to call the create avatar REST service in Clearspace.
Openfire calls http://<server>:<port>/<context>/rpc/rest/avatarService/createAvatar
but the URL should actually be
http://<server>:<port>/<context>/rpc/rest/avatarService/avatars