function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Eric_SantiagoEric_Santiago 

Google Talk

Google talk was just released as an im/voip client.
http://www.google.com/talk/index.html

I noticed the Skype integration for Salesforce and was wondering if anyone was looking into a Google Talk integration?
DevAngelDevAngel
Go for it dude.
Eric_SantiagoEric_Santiago
LOL. Was supposed to be a subtle hint for someone with skills beyond mine.

Actually I have some programming background but am very new to Saleforce. Unfortunately after some investigation, I also realized that Google Talk doesn't provide any api's like Skype does. Though knowing them I sure they eventually will.
darozdaroz
Google Talk is essentially a Jabber client with an extra protocol to do voice...

One of my integrations (my monitor actually) uses XMPP/Jabber about 50-60 times a day to send messages to users reminding them about events/tasks in SFDC. We use it to let the schedules know that a technician's allotted time has expired and the event hasn't beeen closed. The scheduler, now alerted, can check the techs schedule for any appointments that need to be altered.

The Jabber/XMPP integration was actually very simple -- there are some nice libraries available that are open source to do the connection work for you.

What did you have in mind, specifically?
Eric_SantiagoEric_Santiago
Good question. Something similar to the Skype integration; abilty to launch IM/Audio session from salesforce (weblink?). The idea of sending alerts and/or mass IM's sounds interesting too. How do you go about doing that?

Message Edited by Eric_Santiago on 09-02-2005 01:02 AM

Arvind BatraArvind Batra

Hi Daroz,

 

can you please share some links/documents which talk about Salesforce Jabber integration.

 

Regards,

Arvind

 

 

Arup Sarkar 17Arup Sarkar 17
+daroz
can you please share links or steps to do the integration, we downloaded the web plugin and jabber sdk from the below site. I posted a question to the community already.

https://developer.cisco.com/site/collaboration/jabber/websdk/develop-and-test/voice-and-video/downloads-and-docs/

All the sdk files have been put in as static resources and we built a custom visualforce page to login. Username, password, CUP server and CUCM server are all stored in user profile object.

Our biggest problem is holding the jabber logged in session during navigation from tab to the other, we have been able to solve the problem in chrome, how ever it is not working in IE.
Q1)
Can we solve in IE in any way?
Q2)
If we do jabber SSO ( I do not know how to integrate jabber SSO), does the users need to login?

Our SFDC instance is single sign on.