07-08-2019 06:36 AM - edited 07-08-2019 06:38 AM
I am using jabber-net.dll(as my application is in .NET) to receive Finesse notification. I am receiving User and Dialog notification but not able to receive any team notification. This is what I tried
1. Connected to the notification server using a Team(say TeamID=100)'s supervisor credentials
2. Used the following xml to subscribe team's notification
<iq type='set' from='supervisorid@myfinessehost' to='pubsub.myfinessehost' id='sub1'><pubsub xmlns='http://jabber.org/protocol/pubsub'><subscribe node='/finesse/api/Team/100/Users' jid='supervisorid@myfinessehost' /></pubsub></iq>
3. Now on changing the status of a team member, I am not receiving any notification. However I receive notification for the state change of supervisor(this is because User notification is working fine, I guess).
Am I missing any step? What are the requirements to receive Team notification?
07-08-2019 01:16 PM
Hi,
Strange because what you pasted seems correct. Have you tried testing this out on pidgin or adium to see if it is specific to using the jabber-net.dll?
When you say myfinessehost, I am assuming its the FQDN.
Thanx,
Denise
07-16-2019 12:43 AM
Something wrong with my jabber-net.dll. I am receiving team notification in Pidgin. Thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide