Talk:How To - Reply

From The Socknet

Jump to: navigation, search

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)

Done in the article. Now to look for other examples... --Dan 04:02, 7 August 2010 (UTC)
Hmm.... Looks like there are none. Done! --Dan 04:02, 7 August 2010 (UTC)
Personal tools