cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1867
Views
4
Helpful
3
Replies

Finesse client using .Net (C#)

Mahendra M
Level 1
Level 1

Hi Friend,

Is it possible to create a 3rd-party client for Finesse server in .Net (C#)?

I could see it is possible to access/modify the information through REST APIs (HTTP/HTTPS). However I would be glad if you guide me how to get registered to the Finesse Notification Server to receive the CTI events. Is there any XMPP client available to readily use in .Net?

Thanks in advance.

Regards

Mahendra

3 Replies 3

dlender
Level 6
Level 6

Here is a list of XMPP libraries, some of which support .NET

http://xmpp.org/xmpp-software/libraries/

II'm using the Matrix XMPP SDK. It works fine and supports subscriptions.

Hi, can you please share sample code? When I try to connect I get Matrix.AuthenticationException.