In addition to the default Room configuration options defined in the MUC specification Tigase offers following as well:
tigase#presence_delivery_logic - allows configuring logic determining which presence should be used by occupant in the room while using multiple-resource connections under one nickname, following options are available:
tigase#presence_filtered_affiliations - when enabled tigase#presence_filtering is enabled one can select affiliation which should receive presences, following are possible to select from:
<iq type="set" to="roomname@muc.domain" id="config1">
<query xmlns="http://jabber.org/protocol/muc#owner">
<x xmlns="jabber:x:data" type="submit">
<field type="boolean" var="tigase#presence_filtering">
<value>1</value>
</field>
<field type="list-multi" var="tigase#presence_filtered_affiliations">
<value>owner</value>
</field>
</x>
</query>
</iq>