Details
Description
If the target sends an unrequested logout message the text of the message is lost as the event is logged as "Received logout request". This makes debugging these unexpected disconnects difficult.
If the target sends an unrequested logout message the text of the message is lost as the event is logged as "Received logout request". This makes debugging these unexpected disconnects difficult.
The attached patch checks for the presence of the Text field and will append this to the message if it is present.