Might be quicker to prototype as a plugin, but definitely something
we'll want to have available as widely as possible!
Sean, quick question on the message flow -- it sounds like the
messages won't actually get sent until the receiving server requests
it after user action. I'm still wrapping my head around the webfinger
oauth ;) ... is this all server-server communication, or does it
actually require some active authenticated sessions?
If it is all server-server, then there doesn't seem to be a strict
need to wait until user interaction to fetch the message source; a
server could simply fetch it immediately and store it locally, or send
it direct to the user by email or another local push mechanism.
Are there other reasons for the delay, such as allowing for canceling
a message after sending it if it hasn't been read, or showing a 'has
been read' notification to the sender?
-- brion vibber (brion @ status.net)