On Tue, Sep 9, 2008 at 12:50 PM, Reno Wijoyo <[EMAIL PROTECTED]> wrote:

>  I'm trying to use Jabber as a mobile extension to core banking. Any
> suggestion on the best way to go about doing that? I'm thinking of using
> smack chatbot to communicate with database and other repositories. however
> the bank core is all in ISO 8583 format (no experience with the format yet).
>
>
> Any suggestions or car eto share some experience. Thanks in advance.
>
You could probably embed the 8583 messages directly in a special element in
a message (or iq) stanza with it's own namespace.

Alternatively you can decompose the 8583 message into xml a bit, perhaps
http://multixtpm.sourceforge.net/ 's 8583 XML Bridge would be a good place
to look at.

You might find it's best to use your own protocol between the mobile client
and some sort of backend bot.  That way you de-couple from 8583 and can
redefine interactions without having to re-deploy the clients.

-- 
- Norman Rasmussen
- Email: [EMAIL PROTECTED]
- Home page: http://norman.rasmussen.co.za/
_______________________________________________
JDev mailing list
FAQ: http://www.jabber.org/discussion-lists/jdev-faq
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: [EMAIL PROTECTED]
_______________________________________________

Reply via email to