How to subscribe a node from openfire

  1. i’ve create a node from the server by useing user ‘u1@myserver’:
           <pubsub xmlns='[http://jabber.org/protocol/pubsub](http://jabber.org/protocol/pubsub)'>

and the server responses:

2.the,i changed to user ‘u2@myserver’ to subscribe the node i’ve been created:

           <pubsub xmlns='[http://jabber.org/protocol/pubsub](http://jabber.org/protocol/pubsub)'>

but the server response with an error ‘404’:

<error code='404’type=‘cancel’>

3.i’ve added the ‘Subscription’ plugin and set Subscription Properties ‘accept all’ ,but still with no help.

how can i resovle this,thank u so much