On Wed, Apr 07, 2004 at 11:26:35AM +0530, Madhavi S. wrote: > Is there any size limitation for the jabber message?
The python library I'm using has a 16KB limit. Is it possible to > send a file as a message using jabber? Can anybody help me regarding > this issue? That could be handled using an out of band, oob, tag. You could send a url between clients then use another protocol, http for example, to perform the transfer. Have you looked at JEP-0047 In-Band Bytestreams (IBB)? _______________________________________________ jdev mailing list [EMAIL PROTECTED] https://jabberstudio.org/mailman/listinfo/jdev
