aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-10-22 18:43:02 +0200
committerMattias Andrée <maandree@kth.se>2017-10-22 18:43:02 +0200
commitcd3276aa97279d7a40643f6d6bda28936dd1708b (patch)
tree886ff505967b17fdb89687480986f8323c52ad08
parentRouting keys cannot include NUL bytes (diff)
downloadsbus-cd3276aa97279d7a40643f6d6bda28936dd1708b.tar.gz
sbus-cd3276aa97279d7a40643f6d6bda28936dd1708b.tar.bz2
sbus-cd3276aa97279d7a40643f6d6bda28936dd1708b.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 7e7be0b..e6bb660 100644
--- a/README
+++ b/README
@@ -103,8 +103,8 @@ Protocol:
Secret messages:
Routing keys starting with '!.cred.' can only be subscribed to
- by clients with matching credentials. These routing keys look
- match this regular expression
+ by clients with matching credentials. These routing keys must
+ match regular expression
^!\.cred\.\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)\.\(.*\)$