@Override
public void onSubscriptionRequestReceived(
final SubscriptionRequestReceivedEvent event) {
.........
)
});
Usualy the subscribe message never arrives.
I have added an extra
subscriptionManager.requestSubscribe(XmppURI.jid(jid)); to see if
this improves the process. It did not improve :-(
I am using the org.jabber.JabberHTTPBind.JHBServlet