<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
openid/sharedsignals event <br>
<br>
Issue Comment created on issue 163 <br>
Issue Title: Specify expected default behavior of streams with no subjects <br>
https://github.com/openid/sharedsignals/issues/163 <br>
<br>
Comment: If a Receiver wishes to get events for all/many subjects, it can exploit the wildcard-like nature of Complex subjects. For instance, if the Receiver adds a Complex subject that specifies a tenant ID and nothing else, then any event for any user on
 that tenant will be added to the stream. ``` { "format": "complex", "tenant: { "format": "opaque", "id": "1234567" } } ``` To take that ability even further, if the Receiver adds a Complex subject with no additional claims, then any event for _any_ subject
 would be added to the stream (assuming the Transmitter approves). ``` { "format": "complex" } ```
</body>
</html>