The absence of xmpp.client.compression.policy is not handled consistently. HttpBindManager defaults to 'disabled', while LocalClientSession defaults to 'optional'
As a result, the admin panel only shows the truth for half of the server, when the compression policy is not configured.
Changed the default of BOSH to 'optional' (to match the non-BOSH default).