changeset 64:0072fc44fca8

Add note about incorrect text in section 8.1.7 of JEP-0060.
author Ralph Meijer <ralphm@ik.nu>
date Sat, 06 Nov 2004 21:05:12 +0000
parents 60e95c60252d
children d617f8d19263
files idavoll/implementation_issues.txt
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/idavoll/implementation_issues.txt	Sat Nov 06 21:04:28 2004 +0000
+++ b/idavoll/implementation_issues.txt	Sat Nov 06 21:05:12 2004 +0000
@@ -25,3 +25,10 @@
   requestor and jid don't match. Otherwise, unexpected-request might
   be appropriate when the jid is not subscribed along with a special
   child element of not-subscribed in the pubsub#error namespace. 
+
+- 8.1.7 states:
+    If subscription identifiers are supported by the service and the entity's
+    subscription is not NONE or OUTCAST, the 'subid' attribute MUST be present
+    as well as the 'jid' attribute.
+  There is no such thing as a subscription of 'OUTCAST'. Also, I'm not sure
+  why NONE is capitalized.