On 30/06/15 19:45, Peter Waher wrote: > > Hello Daniel > > > > You could use XEP-0332, HTTP over XMPP, to do this. To upload content, > simply perform a PUT, and you can then retrieve it using a normal GET. > > http://xmpp.org/extensions/xep-0332.html#PUT > > > > If content is small, you can do the transfer in the same request. > Otherwise, chunked service can be used, or integration with sipub, ibb > and/or jingle as well, depending on capabilities. >
So, you're suggesting an in-band transfer mechanism for out-of-band data transfers? That sounds a bit wasteful to me. By the way, how are updates to 332 progressing? Edwin
