mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -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 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'?>
|
||||
<xep>
|
||||
<header>
|
||||
@ -48,7 +14,6 @@ TODO
|
||||
&LEGALNOTICE;
|
||||
<number>0060</number>
|
||||
<status>Draft</status>
|
||||
<interim/>
|
||||
<type>Standards Track</type>
|
||||
<sig>Standards</sig>
|
||||
<dependencies>
|
||||
@ -5258,7 +5223,7 @@ And by opposing end them?
|
||||
to='pubsub.shakespeare.lit'
|
||||
id='configtemp'>
|
||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||
<configure>
|
||||
<configure node='princely_musings'>
|
||||
<x xmlns='jabber:x:data' type='submit'>
|
||||
<field var='FORM_TYPE' type='hidden'>
|
||||
<value>http://jabber.org/protocol/pubsub#node_config</value>
|
||||
|
Loading…
Reference in New Issue
Block a user