Web Application Messaging Protocol: Difference between revisions

Content deleted Content added
m Simplified sentence structure so that it becomes easier to read
m grammer
Line 36:
Routers can define realms as administrative domains, and clients must specify which realm they want to join upon connection. Once joined, the realm will act as a [[namespace]], preventing clients connected to a realm from using IDs defined in another for RPC and PubSub. Realms also have permissions attached, and can limit the clients to one subset of the REGISTER/CALL/PubSub actions available.
 
Some realms can be only be joined by authenticated clients, using various authentication methods such as using [[X.509|TLS certificate]], [[HTTP cookie|cookies]] or a simple ticket.
 
===Routed RPCs===