Re: [jdev] Passing binary data (.wav, .jpg, .gif, etc...) to chat/IM clients ...

2004-06-04 Thread Justin Karneges
Use File Transfer (JEP-0096) as your building block. You can send the files out of band (via TCP) or inband (over the XMPP stream). If your files are small, you might want to send them inband for simplicity. -Justin On Friday 04 June 2004 4:47 pm, [EMAIL PROTECTED] wrote: > Hi Folks, > > New

[jdev] Passing binary data (.wav, .jpg, .gif, etc...) to chat/IM clients ...

2004-06-04 Thread Wgilliam3
Hi Folks, New to Jabber so pardon me if this info has already been discussed ... but I'm looking for best practices in passing binary data (image, audio files, etc...) to a Jabber Chat/IM client I'm working on (so for example a user-defined .wav file can be downloaded and played on all machines