Projects tigase _server server-core Issues #94
Components with names in upper-case doesn't work (#94)
Closed
wojciech.kapcia@tigase.net opened 1 decade ago
  • configure component name in init.properties (@--comp-name-@) and use in the name at least one upper-case character

  • trying to use the component over XMPP results in following error:

<iq from="muc.domain" type="error" to="admin@domain/resource">
<query xmlns="http://jabber.org/protocol/disco#info"/>
<error type="cancel" code="404">
<remote-server-not-found xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
<text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" xml:lang="en">S2S - destination host not found</text>
</error>
</iq>
Artur Hefczyc commented 1 decade ago

The Tigase configuration manager should convert it all to lower case when loading configuration. This applies to both component names and vhosts.

Artur Hefczyc commented 1 decade ago

Applied in changeset tigase-server|commit:5b9b32fe7f5c182db5ce260f99a872e1d8544f03.

Artur Hefczyc commented 1 decade ago

Applied in changeset heliostech:commit:5b9b32fe7f5c182db5ce260f99a872e1d8544f03.

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
RedmineID
462
Version
tigase-server-5.2.0
Estimation
8h
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#94
Please wait...
Page is in error, reload to recover