Another question. No matter how hard I look, I cannot find in the spec a description on how the post message method is suposed to get the list of recipients. It's not part of the proposed URI template (and I can't see
how to fit it there) and it's not part of the post body either, as
that's supossed to be just the message itself. Am I missing something
obvious here?


I also couldnt see anything, it might be something that is missing from the Spec, that only becomes apparent on implementation.
Anyone ?

At least in the RPC proposal (sec 8.4):

http://docs.google.com/View?docid=dhjrqr8t_4cwzqq7gh

...the recipients are included in the message itself and not the URI. I see that that field isn't in the message.js object, which may be an omission or may be by design. In our implementation, I'm just setting it manually as a field on the message.

Cheers,
Bobby

Reply via email to