Hi,

I see you don't have any idea of what Jabber really is!

XMPP is a set of protocols expressed within XML. XMPP provides a structured, extensible framework for exchanging all kinds of information. It provides you with Synchronous, Request/Response, and also Asynchronous Framework. It has Component/Service Architecture. As XML-RPC and SOAP are also XML based, RPC can go through XMPP messages, getting all the benefits that the Jabber server and the XMPP protocols can provide.

And you can also define your own protocol, because there are only a few restricted tags that Jabber uses itself, so there is space for defining something that only process your business logic.

So, I recommend you doing a research first and then write comments...

Ahh, there're also nice books about Jabber, for example:

Regards,

fmerges at irc.freenode.net

In reply to Re^3: how do two PERL programs communicate? by fmerges
in thread how do two PERL programs communicate? by Mythili

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.