How to create a pubsub collection node?

I try to create a collection node as follows:

This seems to work:

But when I look in the database the leaf column in the pubsubnode table is 1. Which doesn’'t seem right.

Then when I try to create a leaf node in that collection:

iq type=“set” to=“pubsub.i5150-winxp” id=“2” >

I get this error:

Any ideas?

I’‘m confused on what version of JEP-0060 is implemented. I’'m running Wildfire 3.1.0. This post ,http://www.jivesoftware.org/community/thread.jspa?messageID=127988&#127988 , says 1.8 is. Yet when I try to create a collection node using example 193 in JEP-0060 1.8, Wildfire creates a leaf node.

Another post indicates verison 1.7 is used. If I use example 100 from JEP-0060 1.7 Wildfire does create a collection node. However, if I then try to create a leaf node in that collection using example 103 from version 1.7, it doesn’'t work, Wildfire just creates a leaf node that is not part of the collection.