Meassage when a new user is created

Regarding the notifications sends from the server to admins of ejabberd server (with the option registration_watchers in the configuration file, I think it will be better and more logical that the message is a simple message and no a "chat" message because, we can't answer to server.
I know, it's a very little change but, i think better.
it's in the mod_register.erl file, in function send_registration_notifications(UJID)
the line is {xmlelement, "message", [{"type", "chat"}]
and should be {xmlelement, "message", [{"type", "normal"}]

I take advantage of my post to ask one feature because i don't think it exist in ejabberd. I think it should great if we can send notifications to one admin group and not just for one person. So, we could use one alias jabber to send messages to some users (like mailing-list)

Thanks for this great jabber server !

I fell free to plagiarism

I fell free to plagiarism your comment in bug 272: registration watchers should receive notifications as normal messages. Feel free to add comment there.

--
sander

nanard51 wrote: I think it

nanard51 wrote:

I think it should great if we can send notifications to one admin group and not just for one person. So, we could use one alias jabber to send messages to some users (like mailing-list)

I guess you are referring to a feature like this: 'Messages sent to the server hostname are copied to configured server administrators', which is listed on the jabber.org Servers Detailed page. ejabberd does not support it. It's not implemented, so you can submit the feature request to bugzilla :)

Syndicate content