Openfire icon indicating copy to clipboard operation
Openfire copied to clipboard

server can reply with message error stanza with error information

Open aakashkumarjee opened this issue 3 years ago • 0 comments

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.

aakashkumarjee avatar Jun 23 '22 13:06 aakashkumarjee