06-27-2014 06:48 AM
We have just started deploying a Cisco VoIP solution enterprise-wide. We are demoing some of the capabilities provided by the Jabber client, which are really cool. We have been able to get click-to-dial working on an intranet web application. Now I am hoping to get click-to-chat working as well.
I've got the Jabber SDK, but I'm hoping that I don't have to recreate the native Jabber chat client to accomplish this. I was hoping it would be as simple as <a href="chat:user@domain.com">chat</a>.
Advice is appreciated.
07-07-2014 05:52 AM
Hi Steve,
The basic-chat.html file is the file that demonstrates how to use the Jabber IM and Presence libraries. I would request you to refer this url - https://developer.cisco.com/site/collaboration/jabber/websdk/learn/im-and-presence-how-to/use-jabber-im-core-apis/
for related information.
About Jabber and web application development,There is two link may help you.
And about jabber server authentication,you can see blew link:
Reference - http://forums.asp.net/t/1952195.aspx?Integration+of+jabber+chat+client+with+website
Thanks and Regards,
Geevarghese
03-29-2016 05:39 AM
The below works for me with Cisco Jabber in Apple Safari in El Capitan.
<a href="xmpp://user@domain.com">chat</a>
03-29-2016 01:13 PM
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