-
MSavoritias (fae,ve)
is there any way to signal to another client/server that i want something they have deleted?
-
MSavoritias (fae,ve)
hmm actually let me check the MAM XEP
-
MSavoritias (fae,ve)
ah no it doesnt. another note then
-
ukko
Is there a command line tool for sending raw stanzas?
-
singpolyma
sendxmpp
-
ukko
Ty
-
ukko
Eh, that appears to only support tlsv1
-
ukko
sendxmpp-rs works but it doesn't actually output the response
-
moparisthebest
ukko: if you want response with sendxmpp-rs send in --raw
-
ukko
I did
-
ukko
It never prints any response
-
moparisthebest
You probably aren't sending presence? So the client isn't recieving responses
-
ukko
I tried -p too, no change
-
ukko
I'm sending this stanza `<iq from='jid' id='last3' to='server' type='get'><query xmlns='jabber:iq:last'/></iq>`
-
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
-
singpolyma
moparisthebest: iq response doesn't depend on presence