Re: XMPP SPAM

2015-11-09 Thread Sergio Durigan Junior
On Monday, November 09 2015, Simon Josefsson wrote: > I'm running my own jabberd2 server since a couple of months. For the > past 2-3 weeks I've been starting to receive XMPP spam (a couple of > times per week). Is there some configuration that could help here, or > do how people handle this?

Migration from jabberd2 (a.k.a. XEP-0227)

2014-04-22 Thread Sergio Durigan Junior
Hi there, I am migrating one of my servers from jabberd2 to prosody, and since there isn't an automatic migration tool I have to make the conversion using XEP-0227. However, jabberd2 doesn't seem to implement this. I'd like to know if someone else has faced this problem before, and what do you

Re: jabberd2 encryption HOWTO

2013-11-04 Thread Sergio Durigan Junior
On Monday, November 04 2013, Justin T. Pryzby wrote: If you mean in C2S: id require-starttls='1'. You can also set ssl-port5223/ssl-port, which will naturally reject anything that's not valid SSL (different from xmpp+starttls). Also, if you want to allow *only* encrypted connections between

Re: [PATCH] Implement hashed passwords for SQLite3 storage

2013-10-30 Thread Sergio Durigan Junior
On Wednesday, October 30 2013, Tomasz Sterna wrote: Dnia 2013-10-30, śro o godzinie 03:37 -0200, Sergio Durigan Junior pisze: The patch is indeed a copy-and-paste of the code which adds this security in other backends. I also made a little cleanup in the check_password function

[PATCH] Implement hashed passwords for SQLite3 storage

2013-10-29 Thread Sergio Durigan Junior
Hi there, I'm a(n) (almost) happy Jabberd2 user :-). I say almost because unfortunately it lacks any kind of security for storing passwords when using the SQLite3 storage backend. While taking a look at your website and resources, I found this: https://github.com/jabberd2/jabberd2/issues/27