<?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>XMPP</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_category?p_l_id=&amp;mbCategoryId=2015419" />
  <subtitle />
  <id>http://developer.cisco.com/c/message_boards/find_category?p_l_id=&amp;mbCategoryId=2015419</id>
  <updated>2013-05-24T03:08:19Z</updated>
  <dc:date>2013-05-24T03:08:19Z</dc:date>
  <entry>
    <title>Using BOSH Service with CUPS 9</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7948548" />
    <author>
      <name>Alex Vishnev</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7948548</id>
    <updated>2012-10-23T00:17:02Z</updated>
    <published>2012-10-23T00:17:02Z</published>
    <summary type="html">I was trying to work with CAXL API using BOSH service while waiting for RESTfull interface. I downloaded CAXL API and tried to work with samples as my first step.

I was playing with sampleclient demo and setup the configuration of BOSH service inside   sampleclient.html in the CAXL download as
var demo_config = {
    domain: "xxx.com",
    maxGraphAge: 5,
    unsecureAllowed: false,
    atSymbolAllowed: false,
    logPersistence: false,
    serviceDiscoveryEnabled: true,
    httpBindingURL: "http://10.1.12.212:7335/httpbinding",
    httpBindingURL_secondary: "http://10.1.12.212:7335/httpbinding"
};

When I enter the same credentials as I do with Jabber, i get the following on the screen. So it appears that service is not working or I am not using it properly. I think one


Log    08:17:56:692    User home node is : undefined
Log    08:17:56:698    _connectSecondaryBindingURL= false
Log    08:17:56:700    Stored home node is : null
Log    08:17:56:702    Stored backup node is : null
Log    08:17:56:704    _connectToNode node is : null
Log    08:17:56:707    Initializing candidate nodes array.
Log    08:17:56:709    Cross site is true.
Log    08:17:56:712    Update _connectToNode = 10.1.12.212
Log    08:17:56:713    Bosh URL is: http://10.1.12.212:7335/httpbinding
Log    08:17:56:807    network timeout retry 1
Log    08:17:57:414    network timeout retry 2
Log    08:17:58:008    network timeout retry 3
Log    08:17:58:620    [Console] Stream closedwith error:Operation failed (&lt;stream:error xmlns:stream="http://etherx.jabber.org/streams"&gt;&lt;xml-not-well-formed xmlns="urn:ietf:params:xml:ns:xmpp-streams"/&gt;&lt;/stream:error&gt;)
Log    08:17:58:623    closed: &lt;stream:error xmlns:stream="http://etherx.jabber.org/streams"&gt;&lt;xml-not-well-formed xmlns="urn:ietf:params:xml:ns:xmpp-streams"/&gt;&lt;/stream:error&gt;
Log    08:17:58:625    Failed to connect to SD-Primary Node, binding URL =http://10.1.12.212:7335/httpbinding, and now try the SD-Secondary Node binding URL=http://10.1.12.212:7335/httpbinding
Log    08:17:58:629    Cross site is true.
Log    08:17:58:631    Update _connectToNode = 10.1.12.212
Log    08:17:58:633    Bosh URL is: http://10.1.12.212:7335/httpbinding
Log    08:17:58:728    network timeout retry 1
Log    08:17:59:330    network timeout retry 2
Log    08:17:59:933    network timeout retry 3
Log    08:18:00:544    [Console] Stream closedwith error:Operation failed (&lt;stream:error xmlns:stream="http://etherx.jabber.org/streams"&gt;&lt;xml-not-well-formed xmlns="urn:ietf:params:xml:ns:xmpp-streams"/&gt;&lt;/stream:error&gt;)
Log    08:18:00:548    closed: &lt;stream:error xmlns:stream="http://etherx.jabber.org/streams"&gt;&lt;xml-not-well-formed xmlns="urn:ietf:params:xml:ns:xmpp-streams"/&gt;&lt;/stream:error&gt;</summary>
    <dc:creator>Alex Vishnev</dc:creator>
    <dc:date>2012-10-23T00:17:02Z</dc:date>
  </entry>
  <entry>
    <title>Support for XEP-248</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4578836" />
    <author>
      <name>Cups Developer</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4578836</id>
    <updated>2011-10-06T20:12:04Z</updated>
    <published>2011-10-06T20:12:04Z</published>
    <summary type="html">Hi,
 
Does CUPS support XEP-248? Apparently not according to the developer guide.  Then to what extent are collection nodes supported? Only as far as specified in XEP-60?
 
Thanks,
Peter</summary>
    <dc:creator>Cups Developer</dc:creator>
    <dc:date>2011-10-06T20:12:04Z</dc:date>
  </entry>
  <entry>
    <title>Smack libraries and Vcard support</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4230822" />
    <author>
      <name>Mirko Puliafito</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4230822</id>
    <updated>2011-07-15T08:58:46Z</updated>
    <published>2011-07-15T08:58:46Z</published>
    <summary type="html">Hi everybody,
 
I'm developing a custom client based on Ignite Smack 3.2 libraries. My client is connecting properly to CUP but when I try to get a Buddy's personal Vcard I'm getting this: 
 

service-unavailable(503)
	at org.jivesoftware.smackx.packet.VCard.doLoad(VCard.java:556)
	at org.jivesoftware.smackx.packet.VCard.load(VCard.java:537)
	at Main.testVCard(Main.java:102)
	at Main.startTest(Main.java:143)
	at Main.main(Main.java:50)


The code is below:



public void testVCard(){
		VCard vcard=new VCard();
		try {
			vcard.load(conn,TOUSER);
			System.out.println(vcard.toXML());
		} catch (XMPPException e) {
			// TODO Auto-generated catch block
			e.printStackTrace();
		}
		
	}



It seems that the service is not available on CUP side. Is there any configuration I have to enable on CUP side? Is there something I miss?


Thanks in advance,


Mirko</summary>
    <dc:creator>Mirko Puliafito</dc:creator>
    <dc:date>2011-07-15T08:58:46Z</dc:date>
  </entry>
  <entry>
    <title>Saros Screen Sharing on Presence</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3907178" />
    <author>
      <name>Clinton Sorensen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=3907178</id>
    <updated>2011-05-19T18:09:17Z</updated>
    <published>2011-05-19T18:09:17Z</published>
    <summary type="html">Saros currently causes the XCP router and the Jabberd to restart.  We've opened a few tickets with TAC to get this fixed, but I was hoping this would be a good place to see if anyone else is experiencing the same issue.</summary>
    <dc:creator>Clinton Sorensen</dc:creator>
    <dc:date>2011-05-19T18:09:17Z</dc:date>
  </entry>
  <entry>
    <title>RE: Is the .NET C# Jabber API available too?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2241620" />
    <author>
      <name>Giggesh Thekkekeloth</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2241620</id>
    <updated>2010-06-09T19:42:28Z</updated>
    <published>2010-06-09T19:42:28Z</published>
    <summary type="html">I believe this has to be the news before Cisco takan up Jabber XMPP, as said, as of now we have only AJAX based API for XMPP. CSF(Client Services Framework)is the current desktop API strategy, it is what CUPC 8 and CUCIMOC(Cisco UC Integration for Microsoft Office Communicator)uses.
 
 
More news on Acquisition:
http://newsroom.cisco.com/dlls/2008/corp_091908.html</summary>
    <dc:creator>Giggesh Thekkekeloth</dc:creator>
    <dc:date>2010-06-09T19:42:28Z</dc:date>
  </entry>
  <entry>
    <title>RE: Is the .NET C# Jabber API available too?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2240542" />
    <author>
      <name>Paulo Lopes</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2240542</id>
    <updated>2010-06-08T20:19:21Z</updated>
    <published>2010-06-08T20:19:21Z</published>
    <summary type="html">Thanks for your response Giggesh,
 
Should I conclude that the JabberWerx .NET C# based XMPP version of the library that had been provided in late 2008 as been scrubed?
http://www.thefreelibrary.com/JabberWerx+Client+Libraries+Now+Available-a0184369919
 
Or can it still be obtained?
 
[quote]There are no .NET\C#  based XMPP library in CDN, not sure about the future plans. yes, as of now we have only AJAX based API for XMPP.[/quote]</summary>
    <dc:creator>Paulo Lopes</dc:creator>
    <dc:date>2010-06-08T20:19:21Z</dc:date>
  </entry>
  <entry>
    <title>RE: Is the .NET C# Jabber API available too?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2240331" />
    <author>
      <name>Giggesh Thekkekeloth</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2240331</id>
    <updated>2010-06-08T16:27:26Z</updated>
    <published>2010-06-08T16:27:26Z</published>
    <summary type="html">There are no .NET\C#  based XMPP library in CDN, not sure about the future plans. yes, as of now we have only AJAX based API for XMPP.</summary>
    <dc:creator>Giggesh Thekkekeloth</dc:creator>
    <dc:date>2010-06-08T16:27:26Z</dc:date>
  </entry>
  <entry>
    <title>Is the .NET C# Jabber API available too?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2235958" />
    <author>
      <name>Paulo Lopes</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=2235958</id>
    <updated>2010-06-08T05:01:30Z</updated>
    <published>2010-06-08T05:01:30Z</published>
    <summary type="html">Is the .NET C# XMPP library from JabberWerx also available now on CDN, or is the AJAX API for XMPP the only one that is available now?</summary>
    <dc:creator>Paulo Lopes</dc:creator>
    <dc:date>2010-06-08T05:01:30Z</dc:date>
  </entry>
</feed>

