Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OF-2919: Prevent exception after S2S TLS fails
When TLS fails in a server-to-server connection, this frequently is followed up with another exception, mentioning that a `^W` character couldn't be parsed as valid XMPP. This End-of-Transmission character is likely sent by the peer, as the end of the (failed) TLS handshake. Openfire should let the TLS handler process that character. This prevents the XMPP handler from having to process it.
- Loading branch information