> -----Original Message----- > From: standards-boun...@xmpp.org [mailto:standards-boun...@xmpp.org] On > Behalf Of Dave Cridland > Sent: Monday, January 09, 2012 8:46 AM > To: XMPP Standards > Subject: Re: [Standards] PEP and PubSub > > But it has other applications, as well - push notifications from > other sources can be broadcast out to all users without regard for > their online status, knowing that the user will get the info. >
I thought this was covered in the Microblog case at least in Section 2.2 of XEP-0277: 2.2 Subscribing to a Microblog ... 2. Explicitly subscribe by sending a formal subscription request to the "urn:xmpp:microblog:0" node at Romeo's JabberID. Romeo's PEP service may send her all posts even if she is offline at the time (depending on service policies regarding presence integration). I am assuming it means sending a formal pubsub subscription request like this: <iq type='set' from='franci...@denmark.lit/barracks' to='pubsub.shakespeare.lit' id='sub1'> <pubsub xmlns='http://jabber.org/protocol/pubsub'> <subscribe node='urn:xmpp:microblog:0' jid='ro...@denmark.lit'/> </pubsub> </iq>