Wojtek

Results 362 comments of Wojtek

You can have decoders for both YourDecoder and SCRAM, so new users would use SCRAM and old users would use YourDecoder. But you can prompt users to update their passwords,...

Hmm... it's because we support upgrading only from 3 "big" versions back, thus you could upgrade to 8.2.* from 7.2.x (7.2 -> 8.0 -> 8.1). If you want to upgrade...

@davidemarrone yes, my bad. Please see my previous commend regarding version upgrade compatibility.

Considering that you relayed on lowercase matching and also that existing `MD*` endoders/decoders are deprecated and will be removed in the future, I would recommend using your custom decoder: `CUSTOM_AUTH`

> this should be documentated, it would be nice that command `./scripts/tigase.sh upgrade-schema etc/tigase.conf` checks if the schema is too old and in that case stop the process [The check...

Could you please share exact steps you did to compile the Tigase and complete output? In a nutshell, you should clone the repository, checkout the 8.3.0 tag and simply run...

What do you mean "fails to open"? Do you have any errors in the log? Do you have all the dependencies (including http-api component) in the classpath? Does Tigase starts...

What are you trying to achieve? `tigase-server` is the core server component. `tigase-server-distribution` (https://github.com/tigase/tigase-server-distribution) is a project responsible for bringing all required components and building distribution package. You can easily...

You should follow those steps: 1) add relevant component sources in the same project as `tigase-server` 2) add them to `tigase-server` `pom.xml` as dependencies (with corresponding versions) IDEA should pick...

> Can't 'from' be empty? I only ran to 'sess man' and didn't continue running anymore, and there was no error reported. Online and offline messages cannot be sent to...