comparison idavoll/implementation_issues.txt @ 36:23b1dca64d06

More issues.
author Ralph Meijer <ralphm@ik.nu>
date Sun, 31 Oct 2004 15:57:47 +0000
parents 7e9bee656986
children 0072fc44fca8
comparison
equal deleted inserted replaced
35:c51bca11699b 36:23b1dca64d06
14 14
15 - What error to return for outcast user requests? 15 - What error to return for outcast user requests?
16 - What if some admin requested it? 16 - What if some admin requested it?
17 17
18 - Why not return forbidden when JIDs do not match on subscription? 18 - Why not return forbidden when JIDs do not match on subscription?
19
20 - What to do when receiving an unsubscription request with a subid, when
21 subids are not supported? Ignore or reply with bad-request?
22
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
25 requestor and jid don't match. Otherwise, unexpected-request might
26 be appropriate when the jid is not subscribed along with a special
27 child element of not-subscribed in the pubsub#error namespace.