mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -05:00
node cannot be MUST
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1512 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
757b57708b
commit
a591a79206
@ -1040,7 +1040,7 @@ And by opposing end them?
|
|||||||
|
|
||||||
<section2 topic='Subscribe to a Node' anchor='subscriber-subscribe'>
|
<section2 topic='Subscribe to a Node' anchor='subscriber-subscribe'>
|
||||||
<section3 topic='Request' anchor='subscriber-subscribe-request'>
|
<section3 topic='Request' anchor='subscriber-subscribe-request'>
|
||||||
<p>When a Jabber entity wishes to subscribe to a node, it sends a subscription request to the pubsub service. The subscription request is an IQ-set where the <pubsub/> element contains one and only one <subscribe/> element. The <subscribe/> element MUST possess a 'node' attribute specifying the node to which the entity wishes to subscribe. The <subscribe/> element MUST also possess a 'jid' attribute specifying the exact XMPP address to be used as the subscribed JID -- often a bare JID (&BAREJID;) or full JID (&FULLJID;), although JIDs of the form &DOMAIN; or &DOMAINRES; may subscribe as well.</p>
|
<p>When a Jabber entity wishes to subscribe to a node, it sends a subscription request to the pubsub service. The subscription request is an IQ-set where the <pubsub/> element contains one and only one <subscribe/> element. The <subscribe/> element SHOULD possess a 'node' attribute specifying the node to which the entity wishes to subscribe. The <subscribe/> element MUST also possess a 'jid' attribute specifying the exact XMPP address to be used as the subscribed JID -- often a bare JID (&BAREJID;) or full JID (&FULLJID;), although JIDs of the form &DOMAIN; or &DOMAINRES; may subscribe as well.</p>
|
||||||
<p>Here is an example of a subscription request.</p>
|
<p>Here is an example of a subscription request.</p>
|
||||||
<example caption='Entity subscribes to a node'><![CDATA[
|
<example caption='Entity subscribes to a node'><![CDATA[
|
||||||
<iq type='set'
|
<iq type='set'
|
||||||
|
Loading…
Reference in New Issue
Block a user