Details
-
Type: New Feature
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 3.3
-
Fix Version/s: None
-
Component/s: Push Library
-
Labels:None
-
Environment:ICEpush
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
As part of PUSH-221, we wanted to be able to programmatically register a user to receive Cloud push notifications using SMS. Currently we don't have an "official" mechanism for doing this. Right now, it appears that the application developer has to manually obtain pushIds from cookies and then submit them to the PushGroupManager but this is unwieldy and looks like it might be somewhat fragile in that it exposes too many internals.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35151 | Thu May 16 17:47:54 MDT 2013 | deryk.sinotte | PUSH-233: fix NPE to avoid causing a Push storm |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/java/org/icefaces/impl/push/servlet/ProxyHttpServletRequest.java
MODIFY /icepush/trunk/icepush/core/src/main/java/org/icepush/LocalPushGroupManager.java MODIFY /icepush/trunk/icepush/core/src/main/java/org/icepush/BlockingConnectionServer.java |