XMPP Pro few options

The prosody server has many modules that can be configured. But the FreePBX module XMPP does not have any options.

I’m interested in:

  1. "tls"
    that can configured by only config (key already presented in PKI)

     ssl = {
            key = "/etc/pki/tls/private/prosody.key";
            certificate = "/etc/pki/tls/certs/prosody.crt";
    

    }

2 "groups"
syntax like this is not presented

[+Development Team]
[email protected]=Joe Coder
[email protected]=Mel

3.“roster” (http://prosody.im/doc/developers/roster)

["[email protected]"] = {
             ["subscription"] = "both";
             ["groups"] = { "Work", "Friends" };

Please submit feature requests at http://issues.freepbx.org