Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 420 Bytes

message-routing.md

File metadata and controls

14 lines (9 loc) · 420 Bytes

Routing

1. Special Topics

Topic Description
public.** can be sent and received by everyone, without need for login.
app.** propogated in current application/process
my.** propogated in all sessions for the user

2. Regular Topics

Unless special, a topic will be delivered to appropriate users/process' which/who has appropriate permissions for that topic.