comparison idavoll/implementation_issues.txt @ 33:7e9bee656986

Few more notes
author Ralph Meijer <ralphm@ik.nu>
date Tue, 26 Oct 2004 16:30:39 +0000
parents 9b610962d045
children 23b1dca64d06
comparison
equal deleted inserted replaced
32:ddc08757ec1d 33:7e9bee656986
1 Problem: 1 - What happens when a node creation request is accompanied by a configure
2 What happens when a node creation request is accompanied by a configure
3 node, but node configuration is not implemented? 2 node, but node configuration is not implemented?
4 3
5 Solution: 4 Solution:
6 5
7 Reply with a not-acceptable stanza error, with a node-not-configurable 6 Reply with a not-acceptable stanza error, with a node-not-configurable
8 error attached. 7 error attached.
9 8
9 - Node purging with many items in storage and notification of retraction enabled
10 could produce a large number of notifications. Suggestion: instead send a
11 <event><purge/></event>
12
13 - Examples 58 and 62 are the same
14
15 - What error to return for outcast user requests?
16 - What if some admin requested it?
17
18 - Why not return forbidden when JIDs do not match on subscription?