XMLWordPrintableJSON

Details

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

    Description

      Quote XEP-0060 4.6: for discovery purposes, a pubsub node is equivalent to a Service Discovery node

      Discovery lies within the http://jabber.org/protocol/disco#info namespace.

      Example 15. Entity queries leaf node for information

      <iq type='get'
      from='francisco@denmark.lit/barracks'
      to='pubsub.shakespeare.lit'
      id='info1'>
      <query xmlns='http://jabber.org/protocol/disco#info'
      node='princely_musings'/>
      </iq>

      Example 16. Service responds with identity of pubsub/leaf

      <iq type='result'
      from='pubsub.shakespeare.lit'
      to='francisco@denmark.lit/barracks'
      id='info1'>
      <query xmlns='http://jabber.org/protocol/disco#info'
      node='princely_musings'>
      ...
      <identity category='pubsub' type='leaf'/>
      ...
      </query>
      </iq>

      Attachments

        1. VYSPER-51.1.patch
          2 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: