diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-22 18:43:02 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-22 18:43:02 +0200 |
commit | cd3276aa97279d7a40643f6d6bda28936dd1708b (patch) | |
tree | 886ff505967b17fdb89687480986f8323c52ad08 | |
parent | Routing keys cannot include NUL bytes (diff) | |
download | sbus-cd3276aa97279d7a40643f6d6bda28936dd1708b.tar.gz sbus-cd3276aa97279d7a40643f6d6bda28936dd1708b.tar.bz2 sbus-cd3276aa97279d7a40643f6d6bda28936dd1708b.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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]*\)\.\(.*\)$ |