29 | | When a client accesses the profilesserver at {{{ws:...profilesserver/websocket/liststream}}}, a websocket is created. This websocket sends the clients list as a JSON list, each list element containing a GeneralPartyInfo object. |
| 29 | Clients can receive the list of available profiles as follows |
| 30 | * create a websocket to the server at {{{ws:...profilesserver/websocket/liststream}}} |
| 31 | * The server sends the clients a JSON map, with the keys being the URI of the element containing a GeneralPartyInfo object. |