Talk:How To - Reply
From The Socknet
Decided that readers do not need to include the reply_to field when calling get-message. For one thing, it makes it impossible to call that via an HTTP GET.
--Dan 16:00, 11 September 2009 (UTC)
Change reply_to structure to include hash
The reply_to needs to have this structure:
{...
reply_to: {
guid: { ... },
hash: { md5: ... }
}
}
Because this is another way to send a message.
--Dan 00:49, 28 May 2010 (UTC)

