XMPP protocol for creating shared group?

How can I create shraed group in openfire?

Example of what I found…

Creating Shared Group

<iq type='set'
    from='bofh@example.com/daygig'
    to='pubsub.example.com'
    id='create1'>
  <pubsub xmlns='http://jabber.org/protocol/pubsub'>
    <create node='TEST'/>
  </pubsub>
</iq>

But it is not creating Group in Openfire. It is creaiting pubsub node in pubsubnode table. I want to create a group that is stored in jivegroup table. Can anyone help me? Thanks!

Reference : http://www.xmpp.org/extensions/xep-0140.html