mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
corrected several small errors
This commit is contained in:
parent
c8d9b677aa
commit
82b9e62aa5
@ -455,7 +455,6 @@ And by opposing end them?
|
||||
<di><dt>Notification</dt><dd>A message sent to a subscriber informing them of an event.</dd></di>
|
||||
<di><dt>Outcast</dt><dd>An entity that is disallowed from subscribing or publishing to a node.</dd></di>
|
||||
<di><dt>Owner</dt><dd>The manager of a node, of which there may be more than one; often but not necessarily the node creator.</dd></di>
|
||||
<di><dt>Payload</dt><dd>The full data associated with an event rather than just the event notification itself.</dd></di>
|
||||
<di><dt>Open Access Model</dt><dd>A node access model under which any entity may subscribe and retrieve items without approval.</dd></di>
|
||||
<di><dt>Payload</dt><dd>The XML data that is contained within the <item/> element of a publication request or an event notification. A given payload is defined by an XML namespace and associated schema. A document that defines a payload format SHOULD specify whether the payload can be used only for a NodeID whose value is the same as the XML namespace, or whether the payload can be used for any NodeID. Such a document also SHOULD specify whether it is suggested that node at which such payloads are published are best configured as <link url='#impl-singleton'>Singleton Nodes</link>.</dd></di>
|
||||
<di><dt>Personal Eventing</dt><dd>A simplified subset of Publish-Subscribe for use in the context of instant messaging and presence applications, whereby each IM user's JID is a virtual pubsub service; for details, see &xep0163;.</dd></di>
|
||||
@ -3788,9 +3787,7 @@ And by opposing end them?
|
||||
to='pubsub.shakespeare.lit'
|
||||
id='delete1'>
|
||||
<pubsub xmlns='http://jabber.org/protocol/pubsub#owner'>
|
||||
<delete node='princely_musings'>
|
||||
<redirect uri='xmpp:hamlet@denmark.lit?;node=blog'/>
|
||||
</delete>
|
||||
<delete node='princely_musings'/>
|
||||
</pubsub>
|
||||
</iq>
|
||||
]]></example>
|
||||
@ -6019,6 +6016,10 @@ xmpp:pubsub.shakespeare.lit?pubsub;action=retrieve;node=princely_musings;item=ae
|
||||
var='pubsub#subscriber_jid'
|
||||
type='jid-single'
|
||||
label='The address (JID) of the subscriber'/>
|
||||
<field
|
||||
var='pubsub#subid'
|
||||
type='text-single'
|
||||
label='The subscription identifier associated with the subscription request'/>
|
||||
</form_type>
|
||||
]]></code>
|
||||
</section3>
|
||||
|
Loading…
Reference in New Issue
Block a user