Ticket #27 (closed defect: fixed)
Patch to fix some issues with pubsub protocol compliance
| Reported by: | caedes | Owned by: | ralphm |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.5 |
| Component: | generic | Keywords: | |
| Cc: | caedes, ralphm |
Description
The patch handles two issues:
- Made the create command include a configure node, required by the protocol.
- Made delete command belong to owner pubsub namespace.
Attachments
Change History
Changed 5 years ago by caedes
- Attachment pubsub.patch added
comment:1 Changed 5 years ago by ralphm
- Cc caedes, ralphm added
- Status changed from new to assigned
- Milestone set to 0.5
Actually, the topic of an empty <configure/> element on node creation is being discussed on the pubsub mailinglist. At the very least it is a bug in the current version of the specification that this element is required for creating nodes.
As for the namespace of the delete element, yeah, that is indeed a bug in wokkel. Thanks for the patch.
Note: See
TracTickets for help on using
tickets.

File fixing the pubsub errors, and the unit tests.