Aziz,We wanted to use the latest and greatest as well, but we ran into a problem with jabberwerx.js. It depends on jQuery 1.4 and when we tried to use a different version, the XMPP feed stopped working. After some digging we were able to find an upda...
Aziz,We didn't have to set up https, but according to the Finesse documentation it's supported. If you get it working in IIS, please post your solution.Thanks,John
Hi Alek,You're right about the action element. It's used to execute some custom java. In your case it sounds like you'll need to use a web service or make a direct database connection to send the data. You may need to clarify the requirement a little...
Aziz,You'll need to install the Application Request Routing and URLRewite modules for IIS. This article helped me the most for making sense of the xmpp config: XMPP | Jason RoweAlso see this from msdn http://www.iis.net/learn/extensions/url-rewrite-m...
Aziz. Start with the nongadgetsample provided on the Finesse page. It has all the javascript libs you'll need to get started:https://github.com/CiscoDevNet/finesse-sample-code/tree/master/NonGadgetSample There should also be instructions for setting...