igniterealtime / openfire-mucextinfo-plugin

An Openfire plugin that allows an admin to configure Extended Service Discovery information to Multi User Chat entities.
2 stars 5 forks source link

Add some more useful default fields #13

Open Fishbowler opened 3 years ago

Fishbowler commented 3 years ago

The extended info is defined in https://xmpp.org/extensions/xep-0045.html#disco-roominfo https://xmpp.org/extensions/xep-0045.html#example-10 has a bunch of examples of information that might be returned.

This looks useful and could be easy to grab:

      <field var='muc#roominfo_changesubject'
             label='Occupants May Change the Subject'>
        <value>true</value>
      </field>

Is there more config we could surface too?