# HG changeset patch # User Ralph Meijer # Date 1099775112 0 # Node ID 0072fc44fca8e6cc8b2c6981392818cb6b004632 # Parent 60e95c60252d19fbabe63fa9acc0f6905e7c8cdd Add note about incorrect text in section 8.1.7 of JEP-0060. diff -r 60e95c60252d -r 0072fc44fca8 idavoll/implementation_issues.txt --- 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.