jdev - 2024-09-27


  1. MSavoritias (fae,ve)

    is there any way to signal to another client/server that i want something they have deleted?

  2. MSavoritias (fae,ve)

    hmm actually let me check the MAM XEP

  3. MSavoritias (fae,ve)

    ah no it doesnt. another note then

  4. ukko

    Is there a command line tool for sending raw stanzas?

  5. singpolyma

    sendxmpp

  6. ukko

    Ty

  7. ukko

    Eh, that appears to only support tlsv1

  8. ukko

    sendxmpp-rs works but it doesn't actually output the response

  9. moparisthebest

    ukko: if you want response with sendxmpp-rs send in --raw

  10. ukko

    I did

  11. ukko

    It never prints any response

  12. moparisthebest

    You probably aren't sending presence? So the client isn't recieving responses

  13. ukko

    I tried -p too, no change

  14. ukko

    I'm sending this stanza `<iq from='jid' id='last3' to='server' type='get'><query xmlns='jabber:iq:last'/></iq>`

  15. ukko

    gajim xml console shows `<iq xmlns="jabber:client" to="server" type="get"><query xmlns="jabber:iq:last" /></iq>`, but that has no response either

  16. singpolyma

    moparisthebest: iq response doesn't depend on presence