# HG changeset patch # User Ralph Meijer # Date 1099238267 0 # Node ID 23b1dca64d06db361c793063e20ec092558a8fa2 # Parent c51bca11699b98c184ec335d20f7c16558270f83 More issues. diff -r c51bca11699b -r 23b1dca64d06 idavoll/implementation_issues.txt --- a/idavoll/implementation_issues.txt Sun Oct 31 15:57:23 2004 +0000 +++ b/idavoll/implementation_issues.txt Sun Oct 31 15:57:47 2004 +0000 @@ -16,3 +16,12 @@ - What if some admin requested it? - Why not return forbidden when JIDs do not match on subscription? + +- What to do when receiving an unsubscription request with a subid, when + subids are not supported? Ignore or reply with bad-request? + +- unsubscription: why check for the requestor being subscribed. You want to + check if the jid is subscribed. An not-authorized can be sent if the + 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.