How I can configure Reject message?

Hello

How I can configure the message that will shown on an reject?

Read the documentation http://www.igniterealtime.org/projects/openfire/plugins/packetfilter/readme.html

  • Reject - This rule tries to notify the person who sent it that their message was rejected. There are a couple issues with this. First, not all clients handle forbidden packet condition. The notification of users that their packet was rejected is therefore pretty spotty, your mileage may vary. This rule has 2 configurable options that can be set in the system properties screen :
      1. pf.rejectMessage : Defaults to “Your message was rejected by the packet filter”.
      1. pf.rejectSubject : Defaults to “Rejected”
      1. pf.From : Defaults to “packetFilter”.

Thanks