Replication Steps:
Using a REST client (e.g. RESTClient in Firefox), send the following POST request (xml):
Headers: Basic Authentication [USERNAME/PASSWORD]
URL: http://api.buddycloud.org/[USERNAME]@buddycloud.org/content/posts
Body:
<entry xmlns="http://www.w3.org/2005/Atom">
<content>Test post via RESTClient in FF 21.</content>
</entry>
Expected Outcome:
Status Code: 201 (Created)
Message posted to channel.
Actual Outcome:
Status Code: 204 (No Content)
Message posted to channel.
Reading http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html, it looks like 204 may well be fine, if so, I'd be happy to update https://buddycloud.org/wiki/buddycloud_HTTP_API#.2F:channel.2Fcontent.2F:node - Thanks.