Compare commits

..

1 commit

Author SHA1 Message Date
801c6492c3 XMPP addon is created 2025-11-22 00:12:31 +00:00

View file

@ -83,12 +83,7 @@ The `auto_login` option is **disabled by default** and requires:
**Custom XMPP credentials** are stored per-user in the database:
- Passwords are base64-encoded (basic obfuscation)
- **For production**, implement proper encryption:
- Use `openssl_encrypt()` with AES-256-CBC
- Store encryption key in `config/local.config.php`
- Rotate keys periodically
- Users should use **separate XMPP passwords**, not their Friendica password
- Consider implementing 2FA or app-specific passwords
### OMEMO Encryption