Description of feature: https://prosody.im/doc/modules/mod_motd supports a motd_jid parameter to forge who the welcome message is from. I would like to have the same with mod_welcome: a welcome_jid.
Motivation:
My immediate itch is to set up mod_conversejs because: conversejs doesn't handle bare server JIDs. It doesn't think they are legitimate JIDs. If they are on your roster it will show them on the list but won't allow you to message them. And it will display a notification containing the welcome message, but won't allow you to open it, so it is lost as soon as the notification fades.
Maybe the right thing to do is to get converse fixed, but as a stop gap, and also for symmetry with mod_motd, can we have a welcome_jid parameter, pretty please?
(did Snikket run into this yet? it's using mod_welcome and is packaging mod_conversejs)
Zash
on
Thanks for the request. Should be easy. Feel free to contribute a patch.
Description of feature: https://prosody.im/doc/modules/mod_motd supports a motd_jid parameter to forge who the welcome message is from. I would like to have the same with mod_welcome: a welcome_jid. Motivation: My immediate itch is to set up mod_conversejs because: conversejs doesn't handle bare server JIDs. It doesn't think they are legitimate JIDs. If they are on your roster it will show them on the list but won't allow you to message them. And it will display a notification containing the welcome message, but won't allow you to open it, so it is lost as soon as the notification fades. Maybe the right thing to do is to get converse fixed, but as a stop gap, and also for symmetry with mod_motd, can we have a welcome_jid parameter, pretty please? (did Snikket run into this yet? it's using mod_welcome and is packaging mod_conversejs)
Thanks for the request. Should be easy. Feel free to contribute a patch.
Changes