Hi,

On Tue, Apr 23, 2019 at 09:33:10PM -0700, Milind Gupta wrote:
>        I am new to prosody. I want to modify the welcome module to send a 
> message to the user after 2 days of registration. Which even can I use? 

`presence/initial` is probably a good candidate, it happens when the
user broadcasts that they are online. An example can be found in the
module mod_motd.

https://prosody.im/doc/developers/events#initial_presence

> Also I cannot find the documentation where the event user-registered (used 
> in mod_welcome) is described. Is it undocumented?

I see no mention of it anywhere in the docs, so it does not appear to be
documented.

>    I am also looking to use the util.sasl to modify the 
> mod_auth_custom_http API but there is no documentation for it. Any help 
> would be greatly appreciated.

Any hints for what info that documentation should provide?

FWIW you can find examples of its use in the many existing
authentication modules that exist.


Btw, feel free to file issues for any missing documentation at
<https://issues.prosody.im/new> (there's a type/preset for docs).

The documentation along with the rest of the website can be found in
<https://hg.prosody.im/site> if anyone feels like contributing.

-- 
Regards,
Kim "Zash" Alvefur

-- 
You received this message because you are subscribed to the Google Groups 
"prosody-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/prosody-dev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to