Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Not getting state change events #22

Open
udaykvv opened this issue Apr 29, 2021 · 3 comments
Open

Not getting state change events #22

udaykvv opened this issue Apr 29, 2021 · 3 comments

Comments

@udaykvv
Copy link

udaykvv commented Apr 29, 2021

Am able to connect to FInesse server using below code and am also getting events when agent Sign In/Sign Out of the agent desktop. But am not getting event notifications when agent state changes like from Ready to Not Ready or any other states.

XmppClient client = new XmppClient(hostname, username, password);
client.Connect();

client.StatusChanged += (sender, args) =>
{
Console.log("status changes")
};

@ekav555
Copy link

ekav555 commented Apr 30, 2021

Did you review my change? I got this working. See by PR i added a few weeks ago. d429266

@udaykvv
Copy link
Author

udaykvv commented Apr 30, 2021

Did you review my change? I got this working. See by PR i added a few weeks ago. d429266

Thank yo so much, it fixed my issue.

@ekav555
Copy link

ekav555 commented Apr 30, 2021 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants