mod_muc_intercom/README.markdown
author Kim Alvefur <zash@zash.se>
Sat, 09 Apr 2022 00:41:18 +0200
changeset 4924 bdac7c717c91
parent 2470 349008f9452d
permissions -rw-r--r--
mod_rest: Support parameters in callback URL E.g. rest_callback_url = "http://myapi.example:5000/api/{kind}/{type}" which results in e.g. requests to /api/message/chat Allows using path routing in web frameworks for dispatch instead of having to pick apart the payload to further dispatch it.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2470
349008f9452d mod_muc_intercom: Add a README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     1
This module allows sending a message to another MUC room.
349008f9452d mod_muc_intercom: Add a README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     2
349008f9452d mod_muc_intercom: Add a README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     3
    @other-room: hello
349008f9452d mod_muc_intercom: Add a README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     4
349008f9452d mod_muc_intercom: Add a README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     5
The message will appear in the other room as as
349008f9452d mod_muc_intercom: Add a README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     6
349008f9452d mod_muc_intercom: Add a README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     7
    <first-room/You> hello