1

I've got the following problem:

I've created an LeafNode named TestNode1. When I try to get this node with mgr.getNode("TestNode1") xmpp throws an Exception item-not-found and I don't know why.

The Node is created!

If I try the same thing via PC and java...there is no problem and I find the node.

Can anybody help me please?

Ferran Buireu
  • 28,630
  • 6
  • 39
  • 67
sibbih
  • 19
  • 2
  • If you are really using vanilla smack then you should have a look at http://stackoverflow.com/q/4769020/194894 – Flow Jun 21 '12 at 10:17
  • I have got the same issue , after a while if i fire a request again then the item found , i don't know why such behavior is there – Hunt Sep 01 '12 at 07:41

1 Answers1

-1

If your doing XMPP on Android you should use

aSMACK and not SMACK, herein lies your issue

Blundell
  • 75,855
  • 30
  • 208
  • 233
  • Thats it down vote on the generic answer which is trying to help when the question is so generic 1001 things could be the problem. Explain yourself fully! Add some demo code that can explain your problem and we wouldn't be in this situation – Blundell Jun 21 '12 at 11:08