linkmauve
linkmauve
Yes, this one. I already have the XML logs from another XMPP client (I don’t use Pidgin), is this what you are interested in?
Here is the backend-1.log file generated by this Spectrum backend, anonymised: [backend-1.log.txt](https://github.com/EionRobb/purple-mattermost/files/1144921/backend-1.log.txt) Please tell me if you need some parts non-anonymised, or if you need me to do some other...
`{[…]}` isn’t any more valid JSON, according to the API reference you shouldn’t have any {} around it, see https://api.mattermost.com/#tag/users%2Fpaths%2F~1users~1ids%2Fpost I apparently get a different answer though, but there is...
I was always able to see buddies, but I’m still not able to join MUCs, they only contain myself, no matter the number of users joined.
Spectrum doesn’t use this blist.xml file, I’ve heard. And yes, MUC = Multi User Chat, the way channels should be represented on XMPP. This multi-team branch doesn’t include your fix,...
I never got a segfault though, it’s probably a different issue.
Since this issue got written, Prosody 0.12 [shipped mod_bookmarks](https://prosody.im/doc/modules/mod_bookmarks) and Ejabberd 23.10 [added it to mod_private](https://www.process-one.net/blog/ejabberd-23-10/), so the two most widely used servers can now be configured to synchronise bookmarks...
Hi, I can’t test on FreeBSD but I tried to reproduce on Linux and got no issue, it properly `poll()`s until either the Wayland socket has events, or one of...
So the Wayland socket. Do you see any spam in your terminal when you launch your test application with `WAYLAND_DEBUG=1` in its environment?
You are sending requests so it’s normal to get woken up, these requests are about publishing a new buffer every frame and are perfectly normal. If you don’t want to...