-> CONFIGURATOR
wss:///streaming?environment=&service-id=s: | |
WORLDS | |
CHARACTERS | — Comma separated list of character IDs. Default is `all`. |
WORLD EVENTS | |
CHARACTER EVENTS | |
EXP FILTER | — Comma separated experience IDs. This is extremely high volume if unset. |
MATCH BY | Worlds Characters — Changes backend event matching behavior. For example, all Deaths only on Connery needs AND. See this diagram. |
-> STREAM DATA [ STOPPED ]
<<==[META] Will connect to wss://push.planetside2.com/streaming?environment=ps2&service-id=s:example
<<==[META] Will send message after connect:
{ "service": "event", "action": "subscribe", "characters": [ "all" ], "eventNames": [ "Death", "VehicleDestroy" ], "worlds": [ "all" ], "logicalAndCharactersWithWorlds": true }