From: Evan Prodromou Date: Thu, 22 Apr 2010 15:49:33 +0000 (-0700) Subject: Add statusnet: prefix for API to JSON and XML output X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=beaecb18d5b92b913473dfffd545dc436f50cf66;hp=beaecb18d5b92b913473dfffd545dc436f50cf66;p=quix0rs-gnu-social.git Add statusnet: prefix for API to JSON and XML output I added the statusnet: prefix to the xml output. This prefix should be declared on the root element of all relevant XML output. I also added two StatusNet-specific fields: * statusnet:html - rendered HTML. Clients shouldn't have to guess at the correct HTML rendering for notices, especially since some of the links depend on context. * statusnet:profile_url - profile URL for a user. You can't count on a user being a local user in a distributed microblogging world. So, this shows the explicit profile_url. ---