view idavoll/implementation_issues.txt @ 35:c51bca11699b

Remove erroneous second invocation of NotificationService and matching component.IService adapter.
author Ralph Meijer <ralphm@ik.nu>
date Sun, 31 Oct 2004 15:57:23 +0000
parents 7e9bee656986
children 23b1dca64d06
line wrap: on
line source

- What happens when a node creation request is accompanied by a configure
  node, but node configuration is not implemented?

  Solution:

  Reply with a not-acceptable stanza error, with a node-not-configurable
  error attached.

- Node purging with many items in storage and notification of retraction enabled
could produce a large number of notifications. Suggestion: instead send a
<event><purge/></event>

- Examples 58 and 62 are the same

- What error to return for outcast user requests?
  - What if some admin requested it?

- Why not return forbidden when JIDs do not match on subscription?