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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
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.