Mercurial > libervia-pubsub
changeset 36:23b1dca64d06
More issues.
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Sun, 31 Oct 2004 15:57:47 +0000 |
parents | c51bca11699b |
children | 9aa20efac203 |
files | idavoll/implementation_issues.txt |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.