Currently, if isEncrypted flag returns true, then we throw ParserError.encryptedMessageNotSupported, as we have not made an attempt to handle the requirements of encrypted messages.
The ideal is that we would handle this normally like all other messages.
Currently, if
isEncryptedflag returnstrue, then we throwParserError.encryptedMessageNotSupported, as we have not made an attempt to handle the requirements of encrypted messages.The ideal is that we would handle this normally like all other messages.