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
I just noticed a new OF release and I'm just wondering if there is anything that I can do to help make this issue progress. It is such a simple fix.
I assume this issue is still valid? The potential fix seems easy enough to get on the RADAR for fixing.
It is still an issue.
committed to trunk, r11252 , untested by me, but jives with the RPC docs