Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 4.0.BETA
-
Fix Version/s: None
-
Component/s: Push Library
-
Labels:None
-
Environment:browser and server
Description
Move away from browserID:pushID format for push IDs. The browser ID is sent with each request, prefixing the push IDs with it is redundant.
Activity
Mircea Toma
created issue -
Mircea Toma
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] |
Mircea Toma
made changes -
Assignee | Mircea Toma [ mircea.toma ] |
Jack Van Ooststroom
made changes -
Assignee | Jack Van Ooststroom [ jack.van.ooststroom ] |
The actual PushID is always BrowserID:SubID, but if the PushID is used in a context where the BrowserID is known (such as a listen.icepush request), the BrowserID prefix is not needed on each PushID.
Once the PushID is server-side, it will likely remain as BrowserID:SubID since PushIDs will then often be used in isolation.