John Livingston

Results 131 comments of John Livingston

I just tested on firefox. I was not able to reproduce. I waited 33 minutes with the tab in the background. If you can, can you try with firefox (I...

Ok thanks, that helps. Was the browser tab in the background? Or always displayed?

I think it may be related to https://github.com/conversejs/converse.js/issues/2770

Are you using the builtin prosody mode? I don't think you can do this. But you can set the room in moderated mode: - open the chatroom in fullscreen -...

Ok, I see. I don't know if there is such a feature with XMPP. I can't find anything. I know that this issue tracker is followed by https://github.com/jcbrand , who...

> Sorry, I'm not aware of such a feature for XMPP. > > The tricky part would be to route the messages to moderators and then to let them approve/deny...

See comments here: https://github.com/JohnXLivingston/peertube-plugin-livechat/blob/1ea9feaab4088071a9fe2df724e57f4387b3d4fc/server/lib/prosody/config/content.ts#L232-L235

No, your issue @germanfung seems to be the same as https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/56 . Please try to add http://localhost:9000 in the setting «Peertube url for API calls» (supposing your Peertube is listening...

Should be ok: https://framacolibri.org/t/peertube-plugin-livechat-v1-0-1-is-out/11140/11? Only one thing to fix: the Prosody process is running twice. I need to find how to prevent the system to start the process automatically.

Note for myself, try this: https://askubuntu.com/questions/779554/how-to-install-apt-package-without-starting-systemd-process ```bash apt-get download prosody sudo dpkg --unpack prosody.deb ```