Is it possible to split up the contents of ejabberd.cfg into multiple smaller file and use some sort of include statement to reference them from a central file? (much like apache) If possible, I'd like to put the ACL's in one file, the modules in another file, the listening sockets in another file, etc. Is there a way to do this?
Thanks!
This was implemented
This was implemented recently, and will be available in ejabberd 2.1.0 and newer, once released:Config file: allow to include additional files; definition and use of macros