Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None

    Description

      Example 30. Entity subscribes to a node

      <iq type='set'
      from='francisco@denmark.lit/barracks'
      to='pubsub.shakespeare.lit'
      id='sub1'>
      <pubsub xmlns='http://jabber.org/protocol/pubsub'>
      <subscribe
      node='princely_musings'
      jid='francisco@denmark.lit'/>
      </pubsub>
      </iq>

      6.1.2 Success Case

      If the subscription request is successfully processed, the server MUST inform the requesting entity that it is now subscribed (which MAY include a service-generated SubID).

      Example 31. Service replies with success

      <iq type='result'
      from='pubsub.shakespeare.lit'
      to='francisco@denmark.lit/barracks'
      id='sub1'>
      <pubsub xmlns='http://jabber.org/protocol/pubsub'>
      <subscription
      node='princely_musings'
      jid='francisco@denmark.lit'
      subid='ba49252aaa4f5d320c24d3766f0bdcade78c78d3'
      subscription='subscribed'/>
      </pubsub>
      </iq>

      Attachments

        1. VYSPER-52.1.patch
          35 kB
          Michael Jakl

        Activity

          People

            mjakl Michael Jakl
            mjakl Michael Jakl
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: