<?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: Openfire and Net::XMPP</title>
	<atom:link href="http://www.stiefels.net/2008/09/08/openfire-and-netxmpp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stiefels.net/2008/09/08/openfire-and-netxmpp/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 10 Feb 2010 12:43:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ninux</title>
		<link>http://www.stiefels.net/2008/09/08/openfire-and-netxmpp/comment-page-1/#comment-80</link>
		<dc:creator>Ninux</dc:creator>
		<pubDate>Wed, 21 Oct 2009 06:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/?p=94#comment-80</guid>
		<description>&lt;p&gt;Hi there...
Despite all tries I&#039;ve made, I can&#039;t send a message with your script Gerric (nor with any other scripts I tried) : I reach a 503 error on jabber.org (I&#039;m sure of my credentials, the port number, etc).
I already tried to comment the AuthSASL in /usr/share/perl5/XMPP/Protocol.pm and I obtain the following message :&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;sendxmpp: Connect: 1
  Error &#039;AuthSend&#039;: 503: [?]
  sendxmpp: Disconnect&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;instead of the following one :&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;sendxmpp: Connect: 1
  Error &#039;AuthSend&#039;: error: not-authorized[?]
  sendxmpp: Disconnect&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Does anybody have a trouble like this ?
Any clue ?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi there&#8230;<br />
Despite all tries I&#8217;ve made, I can&#8217;t send a message with your script Gerric (nor with any other scripts I tried) : I reach a 503 error on jabber.org (I&#8217;m sure of my credentials, the port number, etc).<br />
I already tried to comment the AuthSASL in /usr/share/perl5/XMPP/Protocol.pm and I obtain the following message :</p>
<blockquote>
<p>sendxmpp: Connect: 1<br />
  Error &#8216;AuthSend&#8217;: 503: [?]<br />
  sendxmpp: Disconnect</p>
</blockquote>
<p>instead of the following one :</p>
<blockquote>
<p>sendxmpp: Connect: 1<br />
  Error &#8216;AuthSend&#8217;: error: not-authorized[?]<br />
  sendxmpp: Disconnect</p>
</blockquote>
<p>Does anybody have a trouble like this ?<br />
Any clue ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerric Chaplin</title>
		<link>http://www.stiefels.net/2008/09/08/openfire-and-netxmpp/comment-page-1/#comment-79</link>
		<dc:creator>Gerric Chaplin</dc:creator>
		<pubDate>Fri, 19 Jun 2009 10:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/?p=94#comment-79</guid>
		<description>&lt;p&gt;A working demo can be found here.
http://www.particleflux.co.uk/scripts/openfire_jabber_cl.pl.txt&lt;/p&gt;

&lt;p&gt;If you find any other scripts on the net you can probably get them working by changing the connect line where you see AuthSend.&lt;/p&gt;

&lt;p&gt;so
$connection-&gt;AuthSend(
becomes
$connection-&gt;AuthIQAuth(&lt;/p&gt;

&lt;p&gt;Good luck!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>A working demo can be found here.<br />
<a href="http://www.particleflux.co.uk/scripts/openfire_jabber_cl.pl.txt" rel="nofollow">http://www.particleflux.co.uk/scripts/openfire_jabber_cl.pl.txt</a></p>
<p>If you find any other scripts on the net you can probably get them working by changing the connect line where you see AuthSend.</p>
<p>so<br />
$connection-&gt;AuthSend(<br />
becomes<br />
$connection-&gt;AuthIQAuth(</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.stiefels.net/2008/09/08/openfire-and-netxmpp/comment-page-1/#comment-78</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 17 Jun 2009 18:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/?p=94#comment-78</guid>
		<description>&lt;p&gt;No, unfortunately, I don&#039;t have this code anymore. But the only thing you have to do is to comment out the above shown lines.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>No, unfortunately, I don&#8217;t have this code anymore. But the only thing you have to do is to comment out the above shown lines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.stiefels.net/2008/09/08/openfire-and-netxmpp/comment-page-1/#comment-77</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 17 Jun 2009 18:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/?p=94#comment-77</guid>
		<description>&lt;p&gt;Do you have an example code of what you have done?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Do you have an example code of what you have done?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.stiefels.net/2008/09/08/openfire-and-netxmpp/comment-page-1/#comment-76</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 14 May 2009 07:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/?p=94#comment-76</guid>
		<description>&lt;p&gt;@Maarten: Thanks for the hint!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>@Maarten: Thanks for the hint!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten Bremer</title>
		<link>http://www.stiefels.net/2008/09/08/openfire-and-netxmpp/comment-page-1/#comment-75</link>
		<dc:creator>Maarten Bremer</dc:creator>
		<pubDate>Wed, 13 May 2009 22:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/?p=94#comment-75</guid>
		<description>&lt;p&gt;You can better call AuthIQAuth in your code directly, instead of modifying the Perl code. Same result, but nicer solution.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>You can better call AuthIQAuth in your code directly, instead of modifying the Perl code. Same result, but nicer solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrMagoo</title>
		<link>http://www.stiefels.net/2008/09/08/openfire-and-netxmpp/comment-page-1/#comment-74</link>
		<dc:creator>MrMagoo</dc:creator>
		<pubDate>Tue, 09 Dec 2008 01:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.stiefels.net/?p=94#comment-74</guid>
		<description>&lt;p&gt;Works perfectly.  Thanks for the post.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Works perfectly.  Thanks for the post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
