Unknown opened 4 years ago
|
|
Thank you for reporting this. I added it to our backlog (ref: mongodb-33)
This is a bug I'm afraid. You could try selecting "Other domain" and make sure it resolves to your destination. Can you register a user using other XMPP client?
This is correct and intentional. |
|
Our Firewall is only allowing https (port 443) and http (80, 8080) traffic. We are trying to get the secure websocket (wss) port opened. All others ports are blocked. Since Register is not taking BOSH/ Websocket url, we are not able to create user.
PSI does not take BOSH/ Websocket url so I am trying through Pidgin for which I have raised another question issue #1400 which I am following.
Can API-Key (through config.tdsl) and Authorization be kept as separate mechanism to use REST API in these kind of scenarios. So currently we are blocked, need one of the solution working so that we can move ahead. |
|
You can change Tigase configuration of c2s component to listen on opened ports - see https://docs.tigase.net/tigase-server/8.1.0/Administration_Guide/html/#_connections
Actually you should be able to access user-creation REST API with only API-KEY (which you should be able to create during installation). |
|
In section 16.3.1 Rest Module it is mentioned
I tried with below but it was not accepting it
|
|
As stated in the documentation - it was possible in the previous versions. It's not possible in Tigase XMPP Server 8.1.0 and newer. Currently the only option (without having admin user created by the installer) is to provide REST API key in the installer. |
|
The web installer (http://localhost:8080/setup/) does not have any option to enter API key. Can you clarify how in the web installer I can view this option during installation. |
|
It should have after the database is installed in step "HTTP REST - security configuration", see 6.3.5. Step Through the Installation Process |
|
The web installer screens have changed and is not update in the Administration Guide. This option to set HTTP REST configuration does not appear any more (see the options on the left). This screen should be added back and the document updated |
|
Apologies, yes - installer was simplified. Regarding issue with adding admin user with mongodb selected - it will be fixed in the future. |
|
Can you please share the link to view/track the status of this item
Can you please share the link to view/ track the status of this bug
Is this is the intended behavior of API Key? And don't you think the document should be updated correctly as it is misleading for users and you also made a mistake. Is there any plan to update/clean the whole Administration Guide document so that different sections gives the correct details. |
|
https://projects.tigase.net/issue/mongodb-33
Current SureIM client is considered legacy and is in maintenance mode. This issue is considered non-critical and won't be fixed. We are working on new web client based on our new library written in Kotlin (https://github.com/tigase/halcyon/).
We strive to maintain the documentation on pair with the code but we have limited resources. Considering Tigase XMPP Server is FREE and open source we do accept Pull Requests. |
|
I just tested tigase-server-8.2.0 and the problem still exists. Can you provide a manual fix method? |
|
You can just register the account using regular registration from the XMPP client. |
|
Thank you very much, we have completed the registration according to your prompts, using the following tools, http://localhost:8080/ui |
|
It will be fixed in version 8.2.0 |
When Installing Tigase with MongoDB the installation happens successfully without any issue.
Is this a bug? what is the way to create admin JID?