cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3040
Views
2
Helpful
3
Replies

Open native Jabber chat from web app?

sbrown008
Level 1
Level 1

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.

3 Replies 3

Geevarghese Cheria
Cisco Employee
Cisco Employee

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

meklund
Cisco Employee
Cisco Employee

The below works for me with Cisco Jabber in Apple Safari in El Capitan.

<a href="xmpp://user@domain.com">chat</a>

The attached presentation on Jabber cross-launching may be helpful