Open LumiProj opened 4 years ago
HI,
Subscription is working fires BUT my question is why SubscriptiobRequest method fires every time when I load page. is this behavior is normal or requires extra steps to overcome this behavior.
**bool OnSubscriptionRequest(Jid from) { client.AddContact(new Sharp.Xmpp.Jid("user2@blah.com"), "John");
return true; }
client = new XmppClient("blah.com", "user1", "user1");
client.SubscriptionRequest = OnSubscriptionRequest;**
2 years past and still not worked...
HI,
Subscription is working fires BUT my question is why SubscriptiobRequest method fires every time when I load page. is this behavior is normal or requires extra steps to overcome this behavior.
**bool OnSubscriptionRequest(Jid from) { client.AddContact(new Sharp.Xmpp.Jid("user2@blah.com"), "John");
client = new XmppClient("blah.com", "user1", "user1");
client.SubscriptionRequest = OnSubscriptionRequest;**