-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[xmppclient] regression: host parameter required #18007
Comments
Let me see if I can fix this. |
Hello, I have the same behavior on Openhabian 4.3.2. It happened after the upgrade. |
Sorry it took so long. Created a new JAR that should fix this case. Please download it from the linked PR and test it:
|
I'm getting following error:
but since the fix was already merged, maybe I'll just wait for next release and test then. |
Better wait for the release as the issue you have is related to how karaf handles dependency's in the addon folder. It is not related to this fix. |
Expected Behavior
The
host
parameter should not be required anddomain
should be used as default (as documented).Current Behavior
Since last update (debian bookworm) the configuration as in example above stopped working. The log says:
Possible Solution
I think the regression comes from recent change in xmpp binding.
Looks like the
if (!host.isBlank())
condition doesn't work as expected ifhost
is missing.For now my workaround is:
Steps to Reproduce (for Bugs)
host=...
from xmpp bridge configuration.Your Environment
The text was updated successfully, but these errors were encountered: