Openfire
Openfire copied to clipboard
server can reply with message error stanza with error information
Currently, If we reject packet from any Message Interceptor, we can't set error information. As we have access of packet but in PacketRejectionException handling, we create a copy of reply. So added this feature, so that if packet contains any error info added by any Intercepted, it should be saved in reply packet too and sent to client.