-
r4v3r23
MattJ: so OMEMO has no legal issues?
-
MSavoritias (fae,ve)
The specification no. Its up to you what implementation you use.
-
pulkomandy
hello, how can I check what features my client advertises in its disco replies? for example can I check if https://xmpp.org/extensions/xep-0199.html is there?
- FXTIA
-
MattJ
pulkomandy, pretty much every XEP has a "Determining support" section: https://xmpp.org/extensions/xep-0199.html#support
-
pulkomandy
Yes, my question is, how can I test if my client is implementing this correctly
-
MattJ
Send it a disco query?
-
pulkomandy
(I use gloox, it implements some things for me but I don't know if it advertises them in disco by default)
-
pulkomandy
I guess I need another client which can do that and show me the results
-
MattJ
Sure, anything with an XML console for example
-
nephele
I think gajim has an xml console for that pulkomandy
-
pulkomandy
yes, but I don't have a linux or windows machine where I can run that here. I guess I can try in poezio
-
Link Mauve
pulkomandy, /disco you@your-server/Renga will print the list of identities and features.
-
pulkomandy
let me fix poezio packaging on Haiku first...
-
pulkomandy
ok, fixed a dozen Python dependencies and now it complains that I'm running it as root. That should not be a problem on Haiku, there are no other users to run it as...
-
nephele
you could run it as another user if you wanted to... :)
-
nephele
there are severall linux apps that perform that check for "security". I guess they are also now facing issues when running in a linux namespace...
-
pulkomandy
14:06:27 Error> Unknown command (disco)
-
pulkomandy
I guess the poezio version of Haiku is too old?
-
pulkomandy
well it's 0.13 which seems to be the latest available
-
pulkomandy
ah I needed to load the plugin. now I get service-unavailable, probably I did something wrong
-
pulkomandy
What kind of delay is considered reasonable for xep-0410 (muc self-ping)? The spec says "an adequate amount of silence (e.g. 15 minutes)", am I going to run into problems if I do it, for example, after 30 seconds of inactivity? The idea is to implement a delay-meter I will show in the GUI by measuring the response time to the ping, so updating that only every 15 minutes wouldn't be great
-
moparisthebest
pulkomandy: depends, if your internet is a battery powered radio that's not going to be very friendly
-
pulkomandy
That's technically any laptop with wifi, right?
-
moparisthebest
Yes, though I actually don't know the impact of that with WiFi... I know it's rather expensive with LTE
-
Zash
What's the use case?
-
pulkomandy
In my case, knowing when my TCP stack has crashed, but probably I can do that by just pinging my server. Also, I don't know, but the IRC client I'm trying to replace has it, so I should have it too
-
Link Mauve
pulkomandy, you need /load disco before, it’s a plugin for I don’t remember which reason.
-
pulkomandy
Yes I got it working. The disco item I wanted is already advertised by gloox and I also discovered that my client was pretending to be a bot
-
Link Mauve
Ah.