Brief description of what we're trying to do:
- our project is a Bridge Bidding tool, it allows two players to 'practice'
bidding hands over the Internet
- we decided to use the JabberCom object, and use it for our embedded chat
client (so they can discuss things from within the program)
- when I saw I could send XML strings using Jabber, I thought I'd use that
also for one client to talk to the other one (passing strings representing
each player's hand of cards, what bid they're making, and so on).
I'm having a little difficulty working out if it is even possible to send
my own (somewhat limited) dtd or basically arbitrary data from one
client/jid to the other (I don't care if it has to go through the server, I
just want the server to forward it to the other client). Actual messages
are no problem, but the documentation doesn't clearly guide me as to how to
do that (much of it being in the form of proposals I guess so I'm trying to
do things that aren't implemented it seems).
I've seen things like jabber:x:data - which sounds like it would do, or
jabber:something:oob. The protocol document was a good start, where do I go
from here?
The two clients can message successfully, so, it's a matter of working out
how to send xml from one to the other (assuming I can) that contains my
application's data.
Any pointers or references that google isn't turning up for me that anyone
can think of?
Thanks,
_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev
- [JDEV] webclient project Adrian Rapa
- Re: [JDEV] webclient project Stefan Strigler
- Re: [JDEV] webclient project Richard Dobson
- Re[2]: [JDEV] webclient project Mike Shoyher
- Re: Re[2]: [JDEV] webclient project Stefan Strigler
- Re: Re[2]: [JDEV] webclient project Peter Millard
- Re: Re[2]: [JDEV] webclient project dlb
- Re: Re[2]: [JDEV] webclient project Dave Meador
- Re: [JDEV] webclient project Pete Chown
- Re: Re[2]: [JDEV] webclient project Chris Shafer
- RE: [JDEV] client to client commun... Pat Magnan
- RE: [JDEV] client to client co... JD Conley
- RE: [JDEV] client to clien... Pat Magnan
- Re: [JDEV] client to clien... Dan
- RE: [JDEV] client to client co... Matt Tucker
- Re: Re[2]: [JDEV] webclient project Greg Hewgill
- Re: Re[2]: [JDEV] webclient projec... David Sutton
- Re: Re[2]: [JDEV] webclient pr... Ritu Khetan
- Re: Re[2]: [JDEV] webclient project Stefan Strigler
- Re: [JDEV] webclient project Peter Saint-Andre
- Re: [JDEV] webclient project Phil Harris
