Create Pubsub node

Hi,

I’m trying to develope a PubSub (XEP-0060) client using Smack 3.1.0 and SU-Smack 1.3, and i’m starting with the node creation. I’ve succesfully created a simple node in my Openfire server, using the code in that thread: http://www.igniterealtime.org/community/message/131120

Now i want to create and configure a node like this: http://xmpp.org/extensions/xep-0060.html#owner-create-and-configure, but i’m new using both libraries and i dont know how to create and send my own packet, including all the fields that appear in the XEP specification. Can i do it with SU-Smack, or i must use Smack? How can i do it (i’m new using that libraries)?

Thanks. Bye.

Berto

Check this thread.