I now have a website I can deploy with make html
it's just like the good old days.
Shamelessly riding on the back of the hard yards I've been observing @quixoticgeek doing to come to this conclusion: https://cetaceanneeded.com/the-search-for-a-website-building-tool.html
I didn't actually intend to be doing this... it is a spontaneous side-project of the project of replacing Mattermost with eJabberd ... I decided I wanted to write a post documenting some hurdles in that, but couldn't face dealing with the old WordPress blog.
So, inspired by the post above, I deployed "Pelican" this evening. Which, all in all, went pretty smoothly.
First post: https://yvan.seth.id.au/posts/can-a-pelican.html
It isn't in any way integrated into an cohesive whole with the piecemeal mess I call a website at the moment. (And this isn't a huge priority right now.)
Now we'll see if I can keep up the motivation to document the #eJabberd setup.
I promised myself an early night to be lively for the allotment tomorrow, and I see it is 03:12. Ooopsies.
Home, sí, m'agrada que a joinjabber anomenin el codi Python del meu bot @xmpp com a manera alternativa d'enllaçar Mastodon amb el servidor #xmpp #Ejabberd:
https://joinjabber.org/tutorials/integration/mastodon/
Gràcies a @ButterflyOfFire que em va avisar anit.
Hi all
Do you know of any #matrix or #xmpp servers that have enabled gateways between these two protocols so that users can talk transparently with either network?
For example, servers running #ejabberd with XMPP federation and the gateway to matrix enabled.
I'm looking for concrete examples of interoperability
trashserver.net has been updated to Ejabberd 24.06
Release notes: https://www.process-one.net/blog/ejabberd-24-06/
@valhalla @raucao @snikket_im @mr_daemon
#Prosody and #Snikket have this very nice invitation feature, which is not (yet?) in #ejabberd.
We are finally going to upgrade our #ejabberd running on conversations.im, tomorrow, Saturday May 25th.
Unfortunately we won’t be able to do this without some down times throughout the day.
You can visit https://status.conversations.im/ for a simple up/down check or follow this thread for the occasional status update / progress report.
He re programat el bot @xmpp de dalt a baix. Ara ja respon en temps real les peticions de registre, estat, info o baixa del registre.
https://codeberg.org/spla/xmppbot.py/commit/e203b92c5a9e0b422611ee0180bd81603feaf6a7
I'm planning to upgrade trashserver.net to Ejabberd 24.02 later today (CET).
Expect some minutes of downtime ;-)
Oh. Ejabberd 24.02 released. It's able to connect to Matrix?
It's there! trashserver.net is on the map :)
trashserver.net was just upgraded with mod_pubsub_serverinfo by @guusdk !
This means our server will be visible in the XMPP servers map at https://xmppnetwork.goodbytes.im/webgl.html
(or: https://xmppnetwork.goodbytes.im/)
How I got it installed:
ejabberdctl modules_update_specs
ejabberdctl module_install mod_pubsub_serverinfo
Then edit ejabberd.yml and add:
mod_pubsub_serverinfo: {}
to the modules section.
Afterwards, restart:
systemctl restart ejabberd
(restart makes new connections appear in the graph) #ejabberd
trashserver.net has been upgraded to Ejabberd 23.10 - which was released some minutes ago!
Let me know if you experience any trouble with the new version.
@quinn64 There is a shared block-list service supported by #prosody #ejabberd #openfire https://xmppbl.org/ also make sure to enable mod_moderation to be able to retract messages. Join us at https://joinjabber.org for more ideas how to improve #XMPP #Jabber
Who tried the new audio call feature of #Monal? Did it work out as expected? Any quirks or bugs?
We are very much interested in your feedback!!
Just drop it below, write us an email to info@monal-im.org or join our support channel over here: xmpp:monal@chat.yax.im?join
trashserver.net was updated to Ejabberd 23.01.
New features: Probably none of your interest ;-)
Since christmas we see many new XMPP servers and users on our push servers. To ensure that our new users have as much fun as possible with Monal and XMPP in general we ask all server admins to install prosody/prosody-modules or ejabberd from bullseye-backports. Otherwise the users will e.g. not receive push messages (prosody), the battery consumption will be higher (prosody & ejabberd), or users will frequently get kicked out of MUCs (ejabberd). #xmpp #ios #monal #prosody #ejabberd #debian
ejabberd on FreedomBox didn't have the right configuration to allow sharing files from XMPP apps.
This merge request fixes the problem.
https://salsa.debian.org/freedombox-team/freedombox/-/merge_requests/2259