comparison idavoll/implementation_issues.txt @ 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 23b1dca64d06
children 32452ad94430
comparison
equal deleted inserted replaced
63:60e95c60252d 64:0072fc44fca8
23 - unsubscription: why check for the requestor being subscribed. You want to 23 - unsubscription: why check for the requestor being subscribed. You want to
24 check if the jid is subscribed. An not-authorized can be sent if the 24 check if the jid is subscribed. An not-authorized can be sent if the
25 requestor and jid don't match. Otherwise, unexpected-request might 25 requestor and jid don't match. Otherwise, unexpected-request might
26 be appropriate when the jid is not subscribed along with a special 26 be appropriate when the jid is not subscribed along with a special
27 child element of not-subscribed in the pubsub#error namespace. 27 child element of not-subscribed in the pubsub#error namespace.
28
29 - 8.1.7 states:
30 If subscription identifiers are supported by the service and the entity's
31 subscription is not NONE or OUTCAST, the 'subid' attribute MUST be present
32 as well as the 'jid' attribute.
33 There is no such thing as a subscription of 'OUTCAST'. Also, I'm not sure
34 why NONE is capitalized.