Subject: XMPP Packet size
Hi everyone,
I've been trying to find out how to define block size for XMPP Packet.
I've tried with Spark and Pidgin ( XMPP client ), both of them don't offer this feature.
I've tried to browse XMPP library as well ( like Smack ), but I couldn't find in the API, how to define block-size.
But I could see in XEP 0047 (In-Band Bytestreams) that it is possible to define block-size.
The problem is XEP-0047 is a client only protocol, and it's for transferring binary data.
Is there a way that I can define maximum block-size in XMPP protocol, and which client API can I use ?
Thanks in advance.
I've been trying to find out how to define block size for XMPP Packet.
I've tried with Spark and Pidgin ( XMPP client ), both of them don't offer this feature.
I've tried to browse XMPP library as well ( like Smack ), but I couldn't find in the API, how to define block-size.
But I could see in XEP 0047 (In-Band Bytestreams) that it is possible to define block-size.
The problem is XEP-0047 is a client only protocol, and it's for transferring binary data.
Is there a way that I can define maximum block-size in XMPP protocol, and which client API can I use ?
Thanks in advance.