curl -i http://localhost:8123/_ap/outbox/test@localhost
If the JID does not exist, this returns and OK with {}
but if the JID does exist but does not have a microblog node this returns a 500 item-not-found.
I feel both cases could return a 404, but at least the existing JID should not return a 500 error.