ejabberd - Comments for "JEP-0009 Jabber-RPC Compatibilty" https://www.ejabberd.im/node/980 en RE: Well... https://www.ejabberd.im/node/980#comment-2081 <p>Thanks for your help.</p> Thu, 03 Aug 2006 18:57:03 +0000 jfradley comment 2081 at https://www.ejabberd.im Well... https://www.ejabberd.im/node/980#comment-2080 <p>We have three platforms that all have to talk Jabber-RPC. Each one took a different approach.</p> <p>In Perl land we used POE::Component::Jabber for Jabber and RPC::XML to parse the Jabber-RPC payloads.</p> <p>In Python land it's all written from scratch.</p> <p>In Java land we used Smack for Jabber and rolled our own Jabber-RPC addon. </p> <p>I'm not aware of any Jabber client APIs that support Jabber-RPC out of the box, but we found it pretty painless to add.</p> Thu, 03 Aug 2006 18:27:52 +0000 turner comment 2080 at https://www.ejabberd.im Great! https://www.ejabberd.im/node/980#comment-2078 <p>Thanks for the reply. Are you guys using a particular client API? Would you suggest one that works well with Jabber-RPC?</p> Thu, 03 Aug 2006 15:16:33 +0000 jfradley comment 2078 at https://www.ejabberd.im Yes, it works https://www.ejabberd.im/node/980#comment-2077 <p>Jabber-RPC doesn't require server cooperation. Over at <noindex><a href="http://volity.net" title="http://volity.net" rel="nofollow" >http://volity.net</a></noindex> we've been using ejabberd for quite a while now and our platform builds extensively off of JEP-0009. We haven't had any problem with any Jabber server. We've had users pass Jabber-RPC messages through ejabberd, jabberd 1.x, jabberd 2.x, wildfire, djabberd and google. (And quite possibly more, but those are the one's that I'm aware of.)</p> Thu, 03 Aug 2006 15:13:59 +0000 turner comment 2077 at https://www.ejabberd.im