Mercurial > prosody-modules
annotate .hgtags @ 4477:8df6cc648963
mod_rest: Add more REST-looking way to send stanzas
Example:
POST /rest/message/chat/juliet@example.net
{ body: "Hello" }
Becomes equivalent to
POST /rest
{ kind: "message", type: "chat", to: "juliet@example.net", body: "Hello" }
Sending messages as plain/text also becomes more convenient.
IQ stazas are still weird, but we'll do something special for those.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 28 Feb 2021 19:25:45 +0100 |
parents | 9fa588babbba |
children |
rev | line source |
---|---|
638
60cee6923ee7
Tagging last 0.8.x compatible revision of this repo, for 0.8.x support move to http://code.google.com/p/prosody-modules.0-8/
Matthew Wild <mwild1@gmail.com>
parents:
diff
changeset
|
1 2c07bcf56a36d6e74dc0f5422e89bd61f4d31239 0.8-diverge |
2169
9fa588babbba
Tag last commit available on Google Code for future reference
Kim Alvefur <zash@zash.se>
parents:
638
diff
changeset
|
2 1656d4fd71d07aa3a52da89d4daf7723a555e7dd last-google-code-commit |