Hi,
I am trying to connect to the Notification service using a TCP connection and subscribe to the node /finesse/api/User/{id} using Smack. The connection is successful, but I can't subscribe to the node because the node is not found.
Error: Exception in thread "main" item-not-found(404) at org.jivesoftware.smackx.pubsub.packet.SyncPacketSend.getReply(SyncPacketSend.java:53) at org.jivesoftware.smackx.pubsub.packet.SyncPacketSend.getReply(SyncPacketSend.java:61) at org.jivesoftware.smackx.pubsub.PubSubManager.getNode(PubSubManager.java:163)
I am using the implementation of NotificationServiceClientSample from https://github.com/CiscoDevNet/finesse-sample-code/tree/master/NotificationServiceClientSample.
How to subscribe correctly?
Best Regards,
Anastasiia