<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>How to launch a chat session in Cisco Jabber using IM protocol?</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=6040815" />
  <subtitle>How to launch a chat session in Cisco Jabber using IM protocol?</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=6040815</id>
  <updated>2013-05-25T03:28:13Z</updated>
  <dc:date>2013-05-25T03:28:13Z</dc:date>
  <entry>
    <title>RE: How to launch a chat session in Cisco Jabber using IM protocol?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7262206" />
    <author>
      <name>Thomas Vanier</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7262206</id>
    <updated>2012-10-02T13:02:18Z</updated>
    <published>2012-10-02T13:02:18Z</published>
    <summary type="html">Hi,
I have not tried it myself, I believe the following C++ code should call the im: protocol handler:

std::wstring url = L“[url=im:cdeering@cisco.com]im:user@domain.com[/url]”;
ShellExecute(NULL, L"open", url.c_str(), NULL, NULL, SW_SHOW);
The documentation of the ShellExecute function can be found here:
http://msdn.microsoft.com/en-us/library/windows/desktop/bb762153(v=vs.85).aspx
Thomas</summary>
    <dc:creator>Thomas Vanier</dc:creator>
    <dc:date>2012-10-02T13:02:18Z</dc:date>
  </entry>
  <entry>
    <title>RE: How to launch a chat session in Cisco Jabber using IM protocol?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7095672" />
    <author>
      <name>Amanda Whaley</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7095672</id>
    <updated>2012-09-26T18:54:34Z</updated>
    <published>2012-09-26T18:54:34Z</published>
    <summary type="html">Hello -
 
These forums are for the Jabber Web Toolkit which is a javascript library targeted at web applications.  
 
Thanks-
Amanda whaley</summary>
    <dc:creator>Amanda Whaley</dc:creator>
    <dc:date>2012-09-26T18:54:34Z</dc:date>
  </entry>
  <entry>
    <title>How to launch a chat session in Cisco Jabber using IM protocol?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6040814" />
    <author>
      <name>abc abc</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=6040814</id>
    <updated>2012-07-09T11:04:37Z</updated>
    <published>2012-07-09T11:04:37Z</published>
    <summary type="html">Hi,
 
	The below given link tells that we can use IM protocol handler to open a Cisco Jabber chat window.
[url=http://www.cisco.com/en/US/docs/voice_ip_comm/jabber/Windows/9_0_1/b_jabber_win_icg_chapter_01.html#reference_B9B719CC3A7A4F4A8424AD98D641A2A9]http://www.cisco.com/en/US/docs/voice_ip_comm/jabber/Windows/9_0_1/b_jabber_win_icg_chapter_01.html#reference_B9B719CC3A7A4F4A8424AD98D641A2A9[/url]
 
In C++ system application , how to open Cisco Jabber chat window using IM protocol handler? Whether I have to use ShellExecute() or someother function?
 
Thanks in Advance.</summary>
    <dc:creator>abc abc</dc:creator>
    <dc:date>2012-07-09T11:04:37Z</dc:date>
  </entry>
</feed>

