Is it possible to change the user that announcements come from? Normally they just come from "jabber.server.org", but I'd like to change that. I've been trying to do it with raw xml, but so far I'm having no luck. Thanks!
To access the most up-to-date ejabberd documentation, please visit docs.ejabberd.im »
Is it possible to change the user that announcements come from? Normally they just come from "jabber.server.org", but I'd like to change that. I've been trying to do it with raw xml, but so far I'm having no luck. Thanks!
Look on mod_announce.erl
Announcements are sent on mod_announce.erl. The JID you want to modify is built in ways similar to this:
You can look for all the calls that look similar and modify them, if you are really interested in such a 'feature'.