Wojtek
Wojtek
Great it worked. One thing I would recommend to ease with development and maintenance would be creating dedicated maven project with your code, build it (create jar file) and then,...
Hi, How do you run postgresql? Via docker as well? If so you should make your postgres container and tigase container use the same dedicated network (see https://github.com/tigase/tigase-xmpp-server-docker/#dedicated-network) and then...
I would recommend switching to one deployed in docker as well - makes maintenance easier, especially if your other tools also rely on docker. As for your use-case, accessing host...
> # NOTE: Tigase has new home at [tigase.dev/tigase/_server/server-core/](https://tigase.dev/tigase/_server/server-core/~issues) - please submit all issues/pull-requests there! @junkeritechnepal With the above docker-compose file you shouldn't need to change anything and `DB_HOST=db` is...
Thank you for detailed description and analysis. We will investigate it further. (ref: #server-1343)
There is no list of supported versions (with list of EOL dates). In general, we follow rather simple path: we support latest major stable version (in this case 8) with...
Each account has to enable MessageArchiving. You can force saving messages by configuring default and required archiving level: https://docs.tigase.net/projects/tigase-tigase-message-archiving/en/latest/Configuration.html#setting-default-value-of-archiving-level-for-message-on-a-server
@dikiw311 why do you terminate (swipe away) the application? This only causes more problems - longer startup and higher battery drain overal!
Hi, Siskin simply states that there wasn't any response from the server hence issue with connection. Have you correctly set DNS entries? Can you connect with other clients? From this...
I would say it's a problem with ejabberd installation/deployment. I would suggest either asking for the help from ejabberd developers or trying Tigase XMPP Server.