mod_muc_intercom/README.markdown
author Kim Alvefur <zash@zash.se>
Thu, 04 Jul 2024 16:06:32 +0200
changeset 5929 32d1abb89dfe
parent 2470 349008f9452d
permissions -rw-r--r--
mod_rest: Reject password that fails saslprep earlier (thanks tgy) Prevents an error later if/when passing the password through saslprep a second time in the authentication module, since the prep functions now reject nil The error reporting could be improved but that would involve adding a way to pass errors back out of the check_credentials() function.
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