<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Paip blog</title>
	<atom:link href="http://blog.paipto.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.paipto.com</link>
	<description>Instant Messaging Gateway &#38; Webservice</description>
	<pubDate>Wed, 27 Aug 2008 09:52:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>How do you connect?</title>
		<link>http://blog.paipto.com/2008/05/17/how-do-you-connect/</link>
		<comments>http://blog.paipto.com/2008/05/17/how-do-you-connect/#comments</comments>
		<pubDate>Sat, 17 May 2008 19:12:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Features]]></category>

		<guid isPermaLink="false">http://blog.paipto.com/?p=7</guid>
		<description><![CDATA[Setting up is easy.

Choose an identity from the IM network of your choice. This will be the name to send messages to and from.
Choose a service name. This will be the prefix for all the messages sent and received. (i.e.: for the identity paip2 messages like &#8220;weather London, UK&#8221; and &#8220;football Manchester&#8221; are sent to [...]]]></description>
			<content:encoded><![CDATA[<p>Setting up is <strong>easy</strong>.</p>
<ol type="1">
<li>Choose an <strong>identity</strong> from the IM network of your choice. This will be the name to send messages to and from.</li>
<li>Choose a <strong>service name</strong>. This will be the prefix for all the messages sent and received. (i.e.: for the identity <strong>paip2 </strong>messages like &#8220;<strong>weather </strong>London, UK&#8221; and &#8220;<strong>football </strong>Manchester&#8221; are sent to 2 different services: weather and football).</li>
<li>Enter the <strong>URL </strong>where to send all your incoming messages. The parameters will be sent via GET. (i.e.: http://weathersite.com/incoming.php?from=<strong>foo</strong>&amp;to=<strong>weather</strong>&amp;type=<strong>msg</strong>&amp;msg=<strong>London,UK</strong>). When you receive a message to this service you can reply on the fly by outputing the message (which in this example would be likely). If you don&#8217;t wan&#8217;t to reply at that moment (because it usually takes a lot to process, for example) just ouput &#8220;<strong>noreply</strong>&#8220;.</li>
</ol>
<p>And that&#8217;s all.</p>
<p>To send messages you send the parameters to our webservice url via GET or POST.</p>
<p>Example: http://paipto.com/webservice/put?from=<strong>weather</strong>&amp;to=<strong>foo</strong>&amp;type=<strong>msg</strong>&amp;msg=<strong>Sunny+weather</strong>&amp;key=1235ae13242314..</p>
<p>The <strong>type </strong>parameter will be used later on to send conference messages, set status messages, accept and/or delete buddies and send files.</p>
<p>The <strong>key </strong>parameter is your unique API key which you will be assigned on signup.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.paipto.com/2008/05/17/how-do-you-connect/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How does it work?</title>
		<link>http://blog.paipto.com/2008/05/16/how-does-it-work/</link>
		<comments>http://blog.paipto.com/2008/05/16/how-does-it-work/#comments</comments>
		<pubDate>Fri, 16 May 2008 20:46:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[About]]></category>

		<category><![CDATA[Features]]></category>

		<guid isPermaLink="false">http://blog.paipto.com/?p=6</guid>
		<description><![CDATA[Since we&#8217;re currently working only with the yahoo messenger protocol we&#8217;re going to talk about it.
Every account can have many different profiles (identities) through which they can communicate. By default each account has only one profile with the same name as the account. This works for us because we can have different names (profiles, identities) [...]]]></description>
			<content:encoded><![CDATA[<p>Since we&#8217;re currently working only with the yahoo messenger protocol we&#8217;re going to talk about it.</p>
<p>Every <strong>account </strong>can have many different <strong>profiles </strong>(identities) through which they can communicate. By default each account has only one profile with the same name as the account. This works for us because we can have different names (profiles, identities) on one client connected to yahoo messenger. A different account requires another instance of our client to be started and connected to <strong>ymsg </strong>thus eating more ram and cpu time.</p>
<blockquote><p>Mind you, protocols like Skype or MSN don&#8217;t support profiles, so these will be limited to Y! messenger as far as I know. We will probably support a lot less identities on these other protocols because they are more expensive hardware wise.</p></blockquote>
<p>Further more each profile or name can have an infinite ammount of <strong>services </strong>attached to it. Services act like a namespace in xml. Say something like &#8220;<strong>weather </strong>New York&#8221; to one profile and it will send the parameter &#8220;New York&#8221; to the <strong>weather service</strong> and return to you the weather from New York, but say &#8220;twit Hello Everybody&#8221; to the same profile and it will send the parameters &#8220;Hello Everybody&#8221; to the <strong>twitter service</strong> which probably belongs to another developer.</p>
<p><strong>You </strong>can be implementing these services using <strong>paip</strong>.</p>
<p>So, you&#8217;re probably wondering now how does everything connect?</p>
<p>Rather simple.</p>
<p>But about that in the next blog post&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.paipto.com/2008/05/16/how-does-it-work/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Current status</title>
		<link>http://blog.paipto.com/2008/05/16/current-status/</link>
		<comments>http://blog.paipto.com/2008/05/16/current-status/#comments</comments>
		<pubDate>Fri, 16 May 2008 20:30:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Server status]]></category>

		<guid isPermaLink="false">http://blog.paipto.com/?p=5</guid>
		<description><![CDATA[As we gather registrations for the closed beta we are in process of installing and prepping our test server for the beta.
Meanwhile here is our list of current supported features:

yahoo messenger protocol implemented
multiple identities (profiles) per y! account
send &#38; receive messages with different profiles and services

And we are currently working on implenting:

conferences (if it is [...]]]></description>
			<content:encoded><![CDATA[<p>As <a href="http://paipto.com" target="_blank">we</a> gather registrations for the closed beta we are in process of installing and prepping our test server for the beta.</p>
<p>Meanwhile here is our list of current supported features:</p>
<ul>
<li>yahoo messenger protocol implemented</li>
<li>multiple identities (profiles) per y! account</li>
<li>send &amp; receive messages with different profiles and <strong>services</strong></li>
</ul>
<p>And we are currently working on implenting:</p>
<ul>
<li>conferences (if it is possible)</li>
<li>status change (only for those with private y! accounts)</li>
<li>receive cleaned rich text messages (color, font, style)</li>
<li>file transfer</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.paipto.com/2008/05/16/current-status/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Paip to?</title>
		<link>http://blog.paipto.com/2008/05/16/paip-to/</link>
		<comments>http://blog.paipto.com/2008/05/16/paip-to/#comments</comments>
		<pubDate>Fri, 16 May 2008 20:19:59 +0000</pubDate>
		<dc:creator>alex</dc:creator>
		
		<category><![CDATA[Scenarios]]></category>

		<guid isPermaLink="false">http://blog.paipto.com/?p=4</guid>
		<description><![CDATA[
Howdy!
If you are reading these lines you are probably more than interested about our new product. Personally I don&#8217;t know any service like this out there, but first, let me explain you what is paip about.
In many cases in your site/webapp or software planning and development process you collate to the problem of interaction with [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; padding: 5px;"><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>
<p>Howdy!</p>
<p>If you are reading these lines you are probably more than interested about our new product. Personally I don&#8217;t know any service like this out there, but first, let me explain you what is <a href="http://www.paipto.com" target="_blank">paip</a> about.</p>
<p>In many cases in your site/webapp or software planning and development process you collate to the problem of interaction with your users. Q: Which is one of the most used interaction mediums worldwide ? A: Instant messaging.</p>
<p>Have you ever sent SMS messages for exemple to TV contests? In those messages you type first a service name, like for example &#8220;footbal&#8221; followed by, let&#8217;s say, your correct answer.</p>
<p>Paip is going to help you &#8220;translate&#8221; messages from your clients with IM in a http format, making a gateway between your web app or even software and his IM id. For example, let&#8217;s pretend one of you, using our easy to use API, will make a weather application, and a person wants to know how is the weather in Cluj-Napoca, Romania. He sends a message to our IM Id containing a service name(let&#8217;s call it &#8220;weather&#8221;) and the coordinates: &#8220;weather Cluj-Napoca&#8221;. Your app will receive this request in a easy to use http format, and your app will be able to send the requested informations about the weather in Cluj-Napoca.</p>
<p>Of course we will need your help in this private beta testing to make our application perfect for your developing needs, and most of all to create features that will protect IM user from spamming.</p>
<p>Throught the days to come we will present more possible scenarios and how these can be implemented.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.paipto.com/2008/05/16/paip-to/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
