jdev - 2023-11-12


  1. deknos

    is there an extension, that someone can publish, that while this someone is online, that other can retrieve data from him, but it will only be retrieved (in-band) when the other actually requests the data? but that the sender does not have to do anything anymore? a bit like the "Internet Email 2000" concept? it does not necessarily have to be stored on the server (on the client would be actually better and then streamed over the server to the other client), and the sender has to be online.

  2. lovetox

    what you are searching for is a IQ to the device resource

  3. lovetox

    you have a "get" IQ and a "set" IQ which mirrors request/response

  4. lovetox

    now what you put in the request and the response, there might be a standard for it, or not, depending on what information you want

  5. jonas’

    deknos, I don't think there is such a thing. It could conceivabily be built on top of pubsub.

  6. jonas’

    (and In-Band Bytestreams)

  7. jonas’

    (and In-Band Bytestreams, https://xmpp.org/extensions/xep-0047.html )

  8. Zash

    Built on top of pubsub like https://xmpp.org/extensions/xep-0214.html ?

  9. jonas’

    oh, yes

  10. jonas’

    that

  11. deknos

    ok, thanks! i have to read that :)