You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hi, I'm trying to figure out how to design a pair of custom components to work between an XMPP chat client and another application. I've got my own chat client, so harnessing the data from the chat is not a problem.
The problem I'm seeing is that there's no way to get a job to loop back on itself so the flow goes back to the start. There really would be no "first" component in this sense, and I'm guessing that's the issue here.
Does anyone have a trick to drop two components onto a job, and connect them to each other? I have to work this way because the XMPP session is asynchronous, and I could have to send or receive a message at any time, and possibly simultaneously. I want to be able to fork out the flow (in both directions) and process the data (starting with a tReplicate).
Thanks!
Last edited by waterrockets (2009-11-05 17:59:07)
Offline
Pages: 1