I'm trying to build an XMPP service that inherits fromAbstractService so that I can use it in a Cairngorm based project.I'm having a real hard time following the twist and turns of someof the existing services, ie RemoteObject and HTTPServices. Arethere any example implementations? Documentation tal...