Currently the root is "." in case of a local deployment (i.e. when JABBER_NET_ROOT environment variable wasn't defined).
That's not right for /reference/ directory. We should therefor replace root in a parameters argument of MetadataFormat.Generate call with ".." in case of a local deployment.
Currently the
root
is"."
in case of a local deployment (i.e. whenJABBER_NET_ROOT
environment variable wasn't defined).That's not right for
/reference/
directory. We should therefor replaceroot
in aparameters
argument ofMetadataFormat.Generate
call with".."
in case of a local deployment.