<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Connecting to an XMPP / Jabber Server with the XIFF AS3 Library</title>
	<atom:link href="http://www.mikechambers.com/blog/2008/08/14/connecting-to-an-xmpp-jabber-server-with-the-xiff-as3-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikechambers.com/blog/2008/08/14/connecting-to-an-xmpp-jabber-server-with-the-xiff-as3-library/</link>
	<description>code = joy</description>
	<lastBuildDate>Thu, 11 Mar 2010 21:22:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marko Tomic</title>
		<link>http://www.mikechambers.com/blog/2008/08/14/connecting-to-an-xmpp-jabber-server-with-the-xiff-as3-library/comment-page-1/#comment-16707</link>
		<dc:creator>Marko Tomic</dc:creator>
		<pubDate>Thu, 10 Sep 2009 08:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1306#comment-16707</guid>
		<description>Sorry.. false alarm.  I forgot to set up &quot;Roster&quot; listeners.  That seems to solve my problem above.</description>
		<content:encoded><![CDATA[<p>Sorry.. false alarm.  I forgot to set up &#8220;Roster&#8221; listeners.  That seems to solve my problem above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko Tomic</title>
		<link>http://www.mikechambers.com/blog/2008/08/14/connecting-to-an-xmpp-jabber-server-with-the-xiff-as3-library/comment-page-1/#comment-16706</link>
		<dc:creator>Marko Tomic</dc:creator>
		<pubDate>Thu, 10 Sep 2009 05:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1306#comment-16706</guid>
		<description>Hi and thanks for the code snippet.

I was just wondering if anyone tried to create a Room via XMPPBOSHConnection as opposed to XMPPConnection?  I&#039;ve set up my Tigase server to run over port 80 using BOSH.  

My code compiles fine, but my onRoomJoin event handler never gets triggered.

Here&#039;s my code snippet:
this.chatRoom = new Room(boshconn);           
            this.chatRoom.roomJID = new UnescapedJID(&quot;admin@muc.tigase.local&quot;);
            this.chatRoom.roomName = &quot;test&quot;;
            this.chatRoom.nickname = &quot;Moderator&quot;;
			this.chatRoom.conferenceServer = &quot;muc.tigase.local&quot;;

As I said, I get no errors, but also no events either.  Has anyone been able to make this work with XMPPBoshConnection?

Cheers</description>
		<content:encoded><![CDATA[<p>Hi and thanks for the code snippet.</p>
<p>I was just wondering if anyone tried to create a Room via XMPPBOSHConnection as opposed to XMPPConnection?  I&#8217;ve set up my Tigase server to run over port 80 using BOSH.  </p>
<p>My code compiles fine, but my onRoomJoin event handler never gets triggered.</p>
<p>Here&#8217;s my code snippet:<br />
this.chatRoom = new Room(boshconn);<br />
            this.chatRoom.roomJID = new UnescapedJID(&#8220;admin@muc.tigase.local&#8221;);<br />
            this.chatRoom.roomName = &#8220;test&#8221;;<br />
            this.chatRoom.nickname = &#8220;Moderator&#8221;;<br />
			this.chatRoom.conferenceServer = &#8220;muc.tigase.local&#8221;;</p>
<p>As I said, I get no errors, but also no events either.  Has anyone been able to make this work with XMPPBoshConnection?</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lab Session: Making things talk 01 &#8211; Controlling lights with your mobile via XMPP : blog.intuity.medialab</title>
		<link>http://www.mikechambers.com/blog/2008/08/14/connecting-to-an-xmpp-jabber-server-with-the-xiff-as3-library/comment-page-1/#comment-16651</link>
		<dc:creator>Lab Session: Making things talk 01 &#8211; Controlling lights with your mobile via XMPP : blog.intuity.medialab</dc:creator>
		<pubDate>Thu, 27 Aug 2009 14:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1306#comment-16651</guid>
		<description>[...] Connecting to an XMPP Server with the XIFF AS3 Library  swfobject.embedSWF(&quot;http://www.vimeo.com/moogaloop.swf&quot;, &quot;vvq-810-vimeo-1&quot;, &quot;480&quot;, &quot;360&quot;, &quot;9&quot;, [...]</description>
		<content:encoded><![CDATA[<p>[...] Connecting to an XMPP Server with the XIFF AS3 Library  swfobject.embedSWF(&quot;http://www.vimeo.com/moogaloop.swf&quot;, &quot;vvq-810-vimeo-1&quot;, &quot;480&quot;, &quot;360&quot;, &quot;9&quot;, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xmpp</title>
		<link>http://www.mikechambers.com/blog/2008/08/14/connecting-to-an-xmpp-jabber-server-with-the-xiff-as3-library/comment-page-1/#comment-16279</link>
		<dc:creator>Xmpp</dc:creator>
		<pubDate>Thu, 28 May 2009 13:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1306#comment-16279</guid>
		<description>Hello ,

With Xiff it&#039;s possible to resume a session like Jsjac&#039;s library ? ( with rid number in a cookie )

Thanks</description>
		<content:encoded><![CDATA[<p>Hello ,</p>
<p>With Xiff it&#8217;s possible to resume a session like Jsjac&#8217;s library ? ( with rid number in a cookie )</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shlomo</title>
		<link>http://www.mikechambers.com/blog/2008/08/14/connecting-to-an-xmpp-jabber-server-with-the-xiff-as3-library/comment-page-1/#comment-16095</link>
		<dc:creator>Shlomo</dc:creator>
		<pubDate>Tue, 07 Apr 2009 17:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1306#comment-16095</guid>
		<description>I&#039;ve installed openfire 3.6.1 and run the example from tomcat on thje same server - but I get 
401[Event type=&quot;error&quot; bubbles=false cancelable=false eventPhase=2]

Can someone help</description>
		<content:encoded><![CDATA[<p>I&#8217;ve installed openfire 3.6.1 and run the example from tomcat on thje same server &#8211; but I get<br />
401[Event type="error" bubbles=false cancelable=false eventPhase=2]</p>
<p>Can someone help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ofer Bar</title>
		<link>http://www.mikechambers.com/blog/2008/08/14/connecting-to-an-xmpp-jabber-server-with-the-xiff-as3-library/comment-page-1/#comment-16084</link>
		<dc:creator>Ofer Bar</dc:creator>
		<pubDate>Mon, 06 Apr 2009 15:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1306#comment-16084</guid>
		<description>Hi,

Got a question regarding XIFF?

Is there a way to restore a connection made to the server and reuse it?

I am asking since I want to include the flash object in a web page but avoid doing an expensive login every time the page loads. I want to be able to save the connection token and use it later.
Possible?

Thx</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Got a question regarding XIFF?</p>
<p>Is there a way to restore a connection made to the server and reuse it?</p>
<p>I am asking since I want to include the flash object in a web page but avoid doing an expensive login every time the page loads. I want to be able to save the connection token and use it later.<br />
Possible?</p>
<p>Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: myIP</title>
		<link>http://www.mikechambers.com/blog/2008/08/14/connecting-to-an-xmpp-jabber-server-with-the-xiff-as3-library/comment-page-1/#comment-15872</link>
		<dc:creator>myIP</dc:creator>
		<pubDate>Mon, 23 Feb 2009 17:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1306#comment-15872</guid>
		<description>Marco, the code in the onLogin() may be dated.  If you are using XIFF 3.0 beta1, try the following:

var room:Room = new Room(connection);
// my user name is (myip) which was created in the admin console.  The &quot;conference&quot; I believe is a default prefix that was added by XMPP server.  &quot;vmwinserver2003&quot; is my server name.  
room.roomJID = new UnescapedJID(&quot;myip@conference.vmwinserver2003&quot;);
		room.addEventListener(RoomEvent.ROOM_JOIN, onRoomJoin);
//this room (test) was created in the admin console
room.roomName = &quot;test&quot;;
room.join();</description>
		<content:encoded><![CDATA[<p>Marco, the code in the onLogin() may be dated.  If you are using XIFF 3.0 beta1, try the following:</p>
<p>var room:Room = new Room(connection);<br />
// my user name is (myip) which was created in the admin console.  The &#8220;conference&#8221; I believe is a default prefix that was added by XMPP server.  &#8220;vmwinserver2003&#8243; is my server name.<br />
room.roomJID = new UnescapedJID(&#8220;myip@conference.vmwinserver2003&#8243;);<br />
		room.addEventListener(RoomEvent.ROOM_JOIN, onRoomJoin);<br />
//this room (test) was created in the admin console<br />
room.roomName = &#8220;test&#8221;;<br />
room.join();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XIFF GUI (AS3 XMPP Demo)</title>
		<link>http://www.mikechambers.com/blog/2008/08/14/connecting-to-an-xmpp-jabber-server-with-the-xiff-as3-library/comment-page-1/#comment-15870</link>
		<dc:creator>XIFF GUI (AS3 XMPP Demo)</dc:creator>
		<pubDate>Mon, 23 Feb 2009 07:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1306#comment-15870</guid>
		<description>[...] I&#8217;ve been working on building a chat room using XMPP (Jabber) and the XIFF AS3 API. As Mike Chambers mentioned back in August, unfortunately there&#8217;s not a lot of documentation or tutorials out there for getting up and [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;ve been working on building a chat room using XMPP (Jabber) and the XIFF AS3 API. As Mike Chambers mentioned back in August, unfortunately there&#8217;s not a lot of documentation or tutorials out there for getting up and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco</title>
		<link>http://www.mikechambers.com/blog/2008/08/14/connecting-to-an-xmpp-jabber-server-with-the-xiff-as3-library/comment-page-1/#comment-15079</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Fri, 21 Nov 2008 13:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1306#comment-15079</guid>
		<description>Hi guys, this seems pretty much simple to me, but when i try to implement this, doesnt work! It simply dont join the room nor activate any callback (onxiferror, roomjoin, roomkick, etc). Anyone can give me a clue? Openfire logs dont tell me nothing! I can connect an send messages to normal user, but nothing happens when try to join or create the room. I copied your example as is, but nothing happens again. Any help will be much appreciate!</description>
		<content:encoded><![CDATA[<p>Hi guys, this seems pretty much simple to me, but when i try to implement this, doesnt work! It simply dont join the room nor activate any callback (onxiferror, roomjoin, roomkick, etc). Anyone can give me a clue? Openfire logs dont tell me nothing! I can connect an send messages to normal user, but nothing happens when try to join or create the room. I copied your example as is, but nothing happens again. Any help will be much appreciate!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.mikechambers.com/blog/2008/08/14/connecting-to-an-xmpp-jabber-server-with-the-xiff-as3-library/comment-page-1/#comment-14465</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 18 Oct 2008 00:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=1306#comment-14465</guid>
		<description>Awesome! I just started looking into chat for Flash. I had no idea one could connect with/like Jabber. That makes my day.</description>
		<content:encoded><![CDATA[<p>Awesome! I just started looking into chat for Flash. I had no idea one could connect with/like Jabber. That makes my day.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
