Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants