mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-28 04:02:20 -05:00
added a missing node ID
This commit is contained in:
parent
8d959eb4fa
commit
a9be9954b6
37
xep-0060.xml
37
xep-0060.xml
@ -6,40 +6,6 @@
|
|||||||
<!ENTITY ITEMS "<items/>">
|
<!ENTITY ITEMS "<items/>">
|
||||||
<!ENTITY PUBSUB "<pubsub/>">
|
<!ENTITY PUBSUB "<pubsub/>">
|
||||||
]>
|
]>
|
||||||
<!--
|
|
||||||
|
|
||||||
TODO
|
|
||||||
|
|
||||||
- inconsistency?
|
|
||||||
|
|
||||||
<subscribe>
|
|
||||||
<options/>
|
|
||||||
</subscribe>
|
|
||||||
|
|
||||||
<iq type='error|result'>
|
|
||||||
<subscribe-options/>
|
|
||||||
</iq>
|
|
||||||
|
|
||||||
- no <item/> on publish
|
|
||||||
|
|
||||||
- new error conditions
|
|
||||||
<invalid-nodeid/>
|
|
||||||
<invalid-itemim/>
|
|
||||||
|
|
||||||
- modify affiliations: no ability to add an owner
|
|
||||||
|
|
||||||
- clarify addressing
|
|
||||||
- JID vs. JID + node
|
|
||||||
- why not allow topic to be localpart?
|
|
||||||
- note precedence of 'resource' over 'node'
|
|
||||||
|
|
||||||
- get-items on subscribe (fix race condition)
|
|
||||||
|
|
||||||
- clarify whether or not a retract notification is sent
|
|
||||||
when the service implicitly deletes an item (e.g., when
|
|
||||||
max-items is exceeded)
|
|
||||||
|
|
||||||
-->
|
|
||||||
<?xml-stylesheet type='text/xsl' href='xep.xsl'?>
|
<?xml-stylesheet type='text/xsl' href='xep.xsl'?>
|
||||||
<xep>
|
<xep>
|
||||||
<header>
|
<header>
|
||||||
@ -48,7 +14,6 @@ TODO
|
|||||||
&LEGALNOTICE;
|
&LEGALNOTICE;
|
||||||
<number>0060</number>
|
<number>0060</number>
|
||||||
<status>Draft</status>
|
<status>Draft</status>
|
||||||
<interim/>
|
|
||||||
<type>Standards Track</type>
|
<type>Standards Track</type>
|
||||||
<sig>Standards</sig>
|
<sig>Standards</sig>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -5258,7 +5223,7 @@ And by opposing end them?
|
|||||||
to='pubsub.shakespeare.lit'
|
to='pubsub.shakespeare.lit'
|
||||||
id='configtemp'>
|
id='configtemp'>
|
||||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||||
<configure>
|
<configure node='princely_musings'>
|
||||||
<x xmlns='jabber:x:data' type='submit'>
|
<x xmlns='jabber:x:data' type='submit'>
|
||||||
<field var='FORM_TYPE' type='hidden'>
|
<field var='FORM_TYPE' type='hidden'>
|
||||||
<value>http://jabber.org/protocol/pubsub#node_config</value>
|
<value>http://jabber.org/protocol/pubsub#node_config</value>
|
||||||
|
Loading…
Reference in New Issue
Block a user