Loop/Architecture/Rooms: Difference between revisions

Line 132: Line 132:
  {
  {
     "simplePushURL": "https://example.org/wg0asg83t_74s",
     "simplePushURL": "https://example.org/wg0asg83t_74s",
     '''"roomsSimplePushURL": "https://example.org/vnd7a85ls9gh"'''
     '''"simplePushURLs": {
        "calls": "https://example.org/wg0asg83t_74s",
        "rooms": "https://example.org/vnd7a85ls9gh"
      }'''
  }
  }


''Ideally, the simplePushURL would be renamed "callsSimplePushURL", but changing the name at this point seems disruptive''
The idea behind this move, is to make it easy in the future to add new topics.
 
'''simplePushURL''' becomes deprecated, if set, it is used as the value for ''simplePushURLs.calls''
'''simplePushURLs''' is the topic array, omitted topics will be unset and notification on this topics will not be handled.


== Loop Server API Additions ==
== Loop Server API Additions ==
68

edits