registerNonSignalCompliantAccount

@MessageMapping(value = ["register-non-signal"])
suspend fun registerNonSignalCompliantAccount(@Payload account: ByteArray, @DestinationVariable client: String): RSocketResponse

Same as registerAccount above, with the exception that the account's identity key is set as NON_SIGNAL_COMPLIANT. It is not needed (nor supported) to set keys after this call.