feat: add new remote admin routing errors

This commit is contained in:
andrekir 2024-10-06 08:36:22 -03:00
parent fe79c9f33d
commit 8af225b998
2 changed files with 4 additions and 0 deletions

View file

@ -42,6 +42,8 @@
<string name="routing_error_not_authorized">Not Authorized</string>
<string name="routing_error_pki_failed">Encrypted Send Failed</string>
<string name="routing_error_pki_unknown_pubkey">Unknown Public Key</string>
<string name="routing_error_admin_bad_session_key">Bad session key</string>
<string name="routing_error_admin_public_key_unauthorized">Public Key unauthorized</string>
<string name="role_client">App connected or standalone messaging device.</string>
<string name="role_client_mute">Device that does not forward packets from other devices.</string>