Art

Results 28 comments of Art

Also, please submit all new issues onto https://tigase.dev as new issues and updates on GitHub are not transferred over to the new system.

I agree, generally. However, certain features require significant effort to implement and maintain them in a working condition. Sometimes, the effort and cost associated with the work cannot be justified....

Hi, thank you for updating the issue. Just so you know. We have migrated onto [Tygrys](https://tygrys.one/) platform. All our projects are available at https://tigase.dev/ address and the Tigase SiskinIM project...

Hi, thank you for reporting the issue. Just so you know. We have migrated onto [Tygrys](https://tygrys.one) platform. All our projects are available at https://tigase.dev address and the Tigase server project...

Yes, there is an API in Tigase server specifically for this use-case. More over, in most cases, you do not even need to add a new plugin. There is a...

If you are interested in this approach, I suggest you look at the documentation for more details: https://docs.tigase.net/en/latest/Tigase_Administration/Security/_Security.html?highlight=custom#custom-authentication-connectors

@lorenz the best and the correct way to ensure all software works together and is compatible, is when everybody follows the spec. Suggesting to deviate from the spec to be...

Also, on the `WARNING` level the information printed out in the log is very brief providing no information what is this related to or what is this error about: ```log...

Ok, in such a case how can I get the exact error from the response? My code is like this: ```kotlin vcardModule.retrieveVCard(jid).response { result -> result.onSuccess { vcard -> println("Received...