#ejabberd — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #ejabberd, aggregated by home.social.
-
I'm on #XMPP again! This time using @ejabberd
#jabber #ejabberd #selfHosted #selfhosting #selfhost #homelab
-
I'm on #XMPP again! This time using @ejabberd
#jabber #ejabberd #selfHosted #selfhosting #selfhost #homelab
-
I'm on #XMPP again! This time using @ejabberd
#jabber #ejabberd #selfHosted #selfhosting #selfhost #homelab
-
I'm on #XMPP again! This time using @ejabberd
#jabber #ejabberd #selfHosted #selfhosting #selfhost #homelab
-
I'm on #XMPP again! This time using @ejabberd
#jabber #ejabberd #selfHosted #selfhosting #selfhost #homelab
-
It is one thing to convince your friends to use XMPP, it is another to have them easily be able to sign up their friends too.
https://txw.ca/mod-signup-keyword/
This is a mod for ejabberd which allows in-band registration with a fixed pre-shared key. It replaces the standard mod_register.
So your friends can pass this PSK to their trusted friends, and they can sign up for an account, and pass it to their trusted friends.
An XMPP Client needs to surface a UI element for the PSK to be entered, and returned to the ejabberd server. I’ve tested it with my hobby client, Mach.
-
It is one thing to convince your friends to use XMPP, it is another to have them easily be able to sign up their friends too.
https://txw.ca/mod-signup-keyword/
This is a mod for ejabberd which allows in-band registration with a fixed pre-shared key. It replaces the standard mod_register.
So your friends can pass this PSK to their trusted friends, and they can sign up for an account, and pass it to their trusted friends.
An XMPP Client needs to surface a UI element for the PSK to be entered, and returned to the ejabberd server. I’ve tested it with my hobby client, Mach.
-
It is one thing to convince your friends to use XMPP, it is another to have them easily be able to sign up their friends too.
https://txw.ca/mod-signup-keyword/
This is a mod for ejabberd which allows in-band registration with a fixed pre-shared key. It replaces the standard mod_register.
So your friends can pass this PSK to their trusted friends, and they can sign up for an account, and pass it to their trusted friends.
An XMPP Client needs to surface a UI element for the PSK to be entered, and returned to the ejabberd server. I’ve tested it with my hobby client, Mach.
-
It is one thing to convince your friends to use XMPP, it is another to have them easily be able to sign up their friends too.
https://txw.ca/mod-signup-keyword/
This is a mod for ejabberd which allows in-band registration with a fixed pre-shared key. It replaces the standard mod_register.
So your friends can pass this PSK to their trusted friends, and they can sign up for an account, and pass it to their trusted friends.
An XMPP Client needs to surface a UI element for the PSK to be entered, and returned to the ejabberd server. I’ve tested it with my hobby client, Mach.
-
It is one thing to convince your friends to use XMPP, it is another to have them easily be able to sign up their friends too.
https://txw.ca/mod-signup-keyword/
This is a mod for ejabberd which allows in-band registration with a fixed pre-shared key. It replaces the standard mod_register.
So your friends can pass this PSK to their trusted friends, and they can sign up for an account, and pass it to their trusted friends.
An XMPP Client needs to surface a UI element for the PSK to be entered, and returned to the ejabberd server. I’ve tested it with my hobby client, Mach.
-
Filed two more extensions for ejabberd to my ongoing project at NLnet. Fingers crossed!
-
Filed two more extensions for ejabberd to my ongoing project at NLnet. Fingers crossed!
-
Filed two more extensions for ejabberd to my ongoing project at NLnet. Fingers crossed!
-
Filed two more extensions for ejabberd to my ongoing project at NLnet. Fingers crossed!
-
Filed two more extensions for ejabberd to my ongoing project at NLnet. Fingers crossed!
-
Har under en tid testat #xmpp som protokoll för vår familjechatt istället för #signal. Har installerat #prosody och #ejabberd för att utvärdera. Resultat: Prosody är något enklare att installera och konfigera, ejabberd är mer skalbart. Kommer fortsätta med ejabberd ett tag, den har även inbyggd voip med #turn #sturn som är intressant samt cluster som jag ännu inte testat.
-
Got three(!) PRs merged today! 🥳
Next version of ejabberd will feature:
* new command `generate_reset_token` in case someone forgot their password
* web-admin interface for invite tokens, lists all existing invites, lets them browse, sort and filter, execute commands
* if landing page configured there’s now a start page that lets any user create invites using their account name and password (if allowed) -
Got three(!) PRs merged today! 🥳
Next version of ejabberd will feature:
* new command `generate_reset_token` in case someone forgot their password
* web-admin interface for invite tokens, lists all existing invites, lets them browse, sort and filter, execute commands
* if landing page configured there’s now a start page that lets any user create invites using their account name and password (if allowed) -
Got three(!) PRs merged today! 🥳
Next version of ejabberd will feature:
* new command `generate_reset_token` in case someone forgot their password
* web-admin interface for invite tokens, lists all existing invites, lets them browse, sort and filter, execute commands
* if landing page configured there’s now a start page that lets any user create invites using their account name and password (if allowed) -
Got three(!) PRs merged today! 🥳
Next version of ejabberd will feature:
* new command `generate_reset_token` in case someone forgot their password
* web-admin interface for invite tokens, lists all existing invites, lets them browse, sort and filter, execute commands
* if landing page configured there’s now a start page that lets any user create invites using their account name and password (if allowed) -
Got three(!) PRs merged today! 🥳
Next version of ejabberd will feature:
* new command `generate_reset_token` in case someone forgot their password
* web-admin interface for invite tokens, lists all existing invites, lets them browse, sort and filter, execute commands
* if landing page configured there’s now a start page that lets any user create invites using their account name and password (if allowed) -
New command to generate a password reset token for folks who have lost theirs. So far this is a rather ugly process where you’d have to set a temporary password. But can’t really enforce the temporary nature of it.
-
New command to generate a password reset token for folks who have lost theirs. So far this is a rather ugly process where you’d have to set a temporary password. But can’t really enforce the temporary nature of it.
-
New command to generate a password reset token for folks who have lost theirs. So far this is a rather ugly process where you’d have to set a temporary password. But can’t really enforce the temporary nature of it.
-
New command to generate a password reset token for folks who have lost theirs. So far this is a rather ugly process where you’d have to set a temporary password. But can’t really enforce the temporary nature of it.
-
New command to generate a password reset token for folks who have lost theirs. So far this is a rather ugly process where you’d have to set a temporary password. But can’t really enforce the temporary nature of it.
-
Is there any way to setup OAuth2 authentication on self-hosted ejabberd (where ejabberd acts as a client and delegates authentication to an external identity provider)?
Prosody seems to have modules for that, but I feel like migrating might be a pain...
-
Is there any way to setup OAuth2 authentication on self-hosted ejabberd (where ejabberd acts as a client and delegates authentication to an external identity provider)?
Prosody seems to have modules for that, but I feel like migrating might be a pain...
-
Is there any way to setup OAuth2 authentication on self-hosted ejabberd (where ejabberd acts as a client and delegates authentication to an external identity provider)?
Prosody seems to have modules for that, but I feel like migrating might be a pain...
-
Is there any way to setup OAuth2 authentication on self-hosted ejabberd (where ejabberd acts as a client and delegates authentication to an external identity provider)?
Prosody seems to have modules for that, but I feel like migrating might be a pain...
-
Is there any way to setup OAuth2 authentication on self-hosted ejabberd (where ejabberd acts as a client and delegates authentication to an external identity provider)?
Prosody seems to have modules for that, but I feel like migrating might be a pain...
-
Heh, my personal infrastructure has grown yet again... Caddy as webserver (with HTTP/1.1, HTTP/2 and HTTP/3), this GoToSocial instance, VaultWarden, Stalwart for mail, calendar and contacts and now eJabberd for instant messaging. GoToSocial, Stalwart and eJabberd all are tied into Postgresql for their databases. All nicely running on a Hetzner CCX13 instance with room to spare. Maybe an NTFY server next? #SelfHosted #Caddy #GoToSocial #VaultWarden #Stalwart #eJabberd #Postgresql #DataPrivacy #DataSovereignty
-
Heh, my personal infrastructure has grown yet again... Caddy as webserver (with HTTP/1.1, HTTP/2 and HTTP/3), this GoToSocial instance, VaultWarden, Stalwart for mail, calendar and contacts and now eJabberd for instant messaging. GoToSocial, Stalwart and eJabberd all are tied into Postgresql for their databases. All nicely running on a Hetzner CCX13 instance with room to spare. Maybe an NTFY server next? #SelfHosted #Caddy #GoToSocial #VaultWarden #Stalwart #eJabberd #Postgresql #DataPrivacy #DataSovereignty
-
Heh, my personal infrastructure has grown yet again... Caddy as webserver (with HTTP/1.1, HTTP/2 and HTTP/3), this GoToSocial instance, VaultWarden, Stalwart for mail, calendar and contacts and now eJabberd for instant messaging. GoToSocial, Stalwart and eJabberd all are tied into Postgresql for their databases. All nicely running on a Hetzner CCX13 instance with room to spare. Maybe an NTFY server next? #SelfHosted #Caddy #GoToSocial #VaultWarden #Stalwart #eJabberd #Postgresql #DataPrivacy #DataSovereignty
-
Heh, my personal infrastructure has grown yet again... Caddy as webserver (with HTTP/1.1, HTTP/2 and HTTP/3), this GoToSocial instance, VaultWarden, Stalwart for mail, calendar and contacts and now eJabberd for instant messaging. GoToSocial, Stalwart and eJabberd all are tied into Postgresql for their databases. All nicely running on a Hetzner CCX13 instance with room to spare. Maybe an NTFY server next? #SelfHosted #Caddy #GoToSocial #VaultWarden #Stalwart #eJabberd #Postgresql #DataPrivacy #DataSovereignty
-
Heh, my personal infrastructure has grown yet again... Caddy as webserver (with HTTP/1.1, HTTP/2 and HTTP/3), this GoToSocial instance, VaultWarden, Stalwart for mail, calendar and contacts and now eJabberd for instant messaging. GoToSocial, Stalwart and eJabberd all are tied into Postgresql for their databases. All nicely running on a Hetzner CCX13 instance with room to spare. Maybe an NTFY server next? #SelfHosted #Caddy #GoToSocial #VaultWarden #Stalwart #eJabberd #Postgresql #DataPrivacy #DataSovereignty
-
Migrated my #ejabberd to the sqlite storage. At least I hope so🤞
Now I should have more than 2Gb of storage for the notes to myself -
Migrated my #ejabberd to the sqlite storage. At least I hope so🤞
Now I should have more than 2Gb of storage for the notes to myself -
Migrated my #ejabberd to the sqlite storage. At least I hope so🤞
Now I should have more than 2Gb of storage for the notes to myself -
Migrated my #ejabberd to the sqlite storage. At least I hope so🤞
Now I should have more than 2Gb of storage for the notes to myself -
Since my new XMPP upload server implementation "Rusty Filer" has been working great on trashserver.net since two weeks, I present to you:
The first release of Rusty Filer! https://codeberg.org/thomas.leister/rusty-filer/releases/tag/v1.0.0 🥳
It has the same features as Prosody Filer, but it also available as a deb package and via a apt repository (for simple deployment and automatic updates!).
If you run into any issues using this server, let me know in the Codeberg issues.
#xmpp #ejabberd #prosody #rust #rustyFiler #jabber #codeberg #opensource #software
-
Since my new XMPP upload server implementation "Rusty Filer" has been working great on trashserver.net since two weeks, I present to you:
The first release of Rusty Filer! https://codeberg.org/thomas.leister/rusty-filer/releases/tag/v1.0.0 🥳
It has the same features as Prosody Filer, but it also available as a deb package and via a apt repository (for simple deployment and automatic updates!).
If you run into any issues using this server, let me know in the Codeberg issues.
#xmpp #ejabberd #prosody #rust #rustyFiler #jabber #codeberg #opensource #software
-
Since my new XMPP upload server implementation "Rusty Filer" has been working great on trashserver.net since two weeks, I present to you:
The first release of Rusty Filer! https://codeberg.org/thomas.leister/rusty-filer/releases/tag/v1.0.0 🥳
It has the same features as Prosody Filer, but it also available as a deb package and via a apt repository (for simple deployment and automatic updates!).
If you run into any issues using this server, let me know in the Codeberg issues.
#xmpp #ejabberd #prosody #rust #rustyFiler #jabber #codeberg #opensource #software
-
Since my new XMPP upload server implementation "Rusty Filer" has been working great on trashserver.net since two weeks, I present to you:
The first release of Rusty Filer! https://codeberg.org/thomas.leister/rusty-filer/releases/tag/v1.0.0 🥳
It has the same features as Prosody Filer, but it also available as a deb package and via a apt repository (for simple deployment and automatic updates!).
If you run into any issues using this server, let me know in the Codeberg issues.
#xmpp #ejabberd #prosody #rust #rustyFiler #jabber #codeberg #opensource #software
-
Since my new XMPP upload server implementation "Rusty Filer" has been working great on trashserver.net since two weeks, I present to you:
The first release of Rusty Filer! https://codeberg.org/thomas.leister/rusty-filer/releases/tag/v1.0.0 🥳
It has the same features as Prosody Filer, but it also available as a deb package and via a apt repository (for simple deployment and automatic updates!).
If you run into any issues using this server, let me know in the Codeberg issues.
#xmpp #ejabberd #prosody #rust #rustyFiler #jabber #codeberg #opensource #software
-
-
-
-
Ob @mailbox_org irgendwann dem XMPP-Server auf den neuesten Stand bringt und per IPv6 erreichbar macht?
-
Ob @mailbox_org irgendwann dem XMPP-Server auf den neuesten Stand bringt und per IPv6 erreichbar macht?
-
Ob @mailbox_org irgendwann dem XMPP-Server auf den neuesten Stand bringt und per IPv6 erreichbar macht?
-
Ob @mailbox_org irgendwann dem XMPP-Server auf den neuesten Stand bringt und per IPv6 erreichbar macht?