On Thu, Nov 27, 2008 at 2:36 AM, John Mettraux <[EMAIL PROTECTED]>wrote:
> > On Wed, Nov 26, 2008 at 7:53 PM, Kenneth Kalmer > <[EMAIL PROTECTED]> wrote: > > > > I've just pushed a working JabberParticipant and JabberListener to my > > ruote fork at http://github.com/kennethkalmer/ruote for review. > > > > So far it works beautifully in my test cases, with one or two problems > > I can anticipate in the wild. Particularly working with serialized > > InFlowWorkItem instances. Using ruote-rest with HTTParty, I've gotten > > used to manipulating the InFlowWorkItem in JSON format. It works very > > well, and the wrapper class handles "manages the integrity of the JSON > > InFlowWorkItem". > > Hi Kenneth, > > I pulled it in my ruote/master : > http://github.com/jmettraux/ruote/commits/master/ > > Thanks a lot ! > > I will try to write some summary documentation for it at > http://openwferu.rubyforge.org/participants.html mostly linking to > your inline documentation. > > Looking forward to the evolution of this participant/listener pair. > > A quick newbie question, why the Jabber label and not the XMPP one ? > Is it not pure XMPP ? Jabber & XMPP is 100% the same thing, I prefer calling it Jabber since it's more humane and involves less stuttering. We actually explain it to our clients as 'servers talking to each other with Google Talk', and then they have those "WOW, COOL" moments. Another thing I absolutely hate, and this is purely cosmetic, is class names like XMPPParticipant. With Ruby's syntactic sugar we cannot waste time counting P's whenever we need to instantiate a participant... I'll expand the documentation a bit as well, and conjure up a blog post or two (one for HTTParty & ruote-rest, the other for the Jabber pair). As for the evolution, only time will tell :) Ciao -- Kenneth Kalmer [EMAIL PROTECTED] http://opensourcery.co.za --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruote (OpenWFEru) users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
