<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Poe on Notes</title>
    <link>https://www.simplicidade.org/tags/poe/index.xml</link>
    <description>Recent content in Poe on Notes</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <managingEditor>melo@simplicidade.org (Pedro Melo)</managingEditor>
    <webMaster>melo@simplicidade.org (Pedro Melo)</webMaster>
    <copyright>(c) 2016 Pedro Melo.</copyright>
    <atom:link href="/tags/poe/index.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsuhhubbub.superfeedr.com/"/>
    
    <item>
      <title>XMPP and Perl</title>
      <link>https://www.simplicidade.org/notes/2005/04/30/xmpp-and-perl/</link>
      <pubDate>Sat, 30 Apr 2005 15:23:01 +0000</pubDate>
      <author>melo@simplicidade.org (Pedro Melo)</author>
      <guid>https://www.simplicidade.org/notes/2005/04/30/xmpp-and-perl/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m writing an external component in &lt;a href=&#34;http://search.cpan.org/~nperez/POE-Component-Jabber-1.1/lib/POE/Component/Jabber.pm&#34;&gt;POE::Component::Jabber&lt;/a&gt;. It&amp;rsquo;s a custom development that will link to a XMPP server.&lt;/p&gt;

&lt;p&gt;&lt;a href=&#34;http://search.cpan.org/~nperez/POE-Component-Jabber-1.1/lib/POE/Component/Jabber.pm&#34;&gt;POE::Component::Jabber&lt;/a&gt; is nice, but it seems to me that I&amp;rsquo;m investing in something that I won&amp;rsquo;t be able to reuse.&lt;/p&gt;

&lt;p&gt;There is no clear way to create a standalone module or plugin to hide the details of a certain protocol (like the jabber:iq:register).&lt;/p&gt;

&lt;p&gt;I have some old code, XMPP::Session, that should solve this problem. The module is network agnostic: you can use STDIN/STDOUT, &lt;a href=&#34;http://search.cpan.org/~rcaputo/POE-0.31/lib/POE/Component/Client/TCP.pm&#34;&gt;POE::Component::Client::TCP&lt;/a&gt; or even a Socket. I really need to clean it up and share it to see if there is any interest in it.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>POE and Rendezvous</title>
      <link>https://www.simplicidade.org/notes/2005/04/01/poe-and-rendezvous/</link>
      <pubDate>Fri, 01 Apr 2005 13:41:19 +0000</pubDate>
      <author>melo@simplicidade.org (Pedro Melo)</author>
      <guid>https://www.simplicidade.org/notes/2005/04/01/poe-and-rendezvous/</guid>
      <description>&lt;p&gt;You can find on &lt;a href=&#34;http://cpan.org/&#34;&gt;CPAN&lt;/a&gt; my recent itch. I wanted to add discovery to some &lt;a href=&#34;http://poe.perl.org/&#34;&gt;POE&lt;/a&gt; servers I have running on my laptop and on local servers at the office.&lt;/p&gt;

&lt;p&gt;Enter &lt;a href=&#34;http://search.cpan.org/~melo/POE-Component-Rendezvous-Publish-0.01/&#34;&gt;POE::Component::Rendezvous::Publish&lt;/a&gt;. It&amp;rsquo;s now super-easy to make all those nice web-interfaces to your own POE servers available in the local network.&lt;/p&gt;

&lt;p&gt;It&amp;rsquo;s alpha for now, I haven&amp;rsquo;t decided the final API yet.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>POE and Rendezvous</title>
      <link>https://www.simplicidade.org/notes/2005/04/01/poe-and-rendezvous/</link>
      <pubDate>Fri, 01 Apr 2005 13:41:19 +0000</pubDate>
      <author>melo@simplicidade.org (Pedro Melo)</author>
      <guid>https://www.simplicidade.org/notes/2005/04/01/poe-and-rendezvous/</guid>
      <description>&lt;p&gt;You can find on &lt;a href=&#34;http://cpan.org/&#34;&gt;CPAN&lt;/a&gt; my recent itch. I wanted to add discovery to some &lt;a href=&#34;http://poe.perl.org/&#34;&gt;POE&lt;/a&gt; servers I have running on my laptop and on local servers at the office.&lt;/p&gt;

&lt;p&gt;Enter &lt;a href=&#34;http://search.cpan.org/~melo/POE-Component-Rendezvous-Publish-0.01/&#34;&gt;POE::Component::Rendezvous::Publish&lt;/a&gt;. It&amp;rsquo;s now super-easy to make all those nice web-interfaces to your own POE servers available in the local network.&lt;/p&gt;

&lt;p&gt;It&amp;rsquo;s alpha for now, I haven&amp;rsquo;t decided the final API yet.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>