Linux ARM Edge Microserver Connectivity
We are attempting to execute TWEMS (Edge Microserver) on Ubuntu running on a Pandaboard (ARM).
TWEMS fails to connect to the Always ON XMPP Server running on the ThingWorx platform side on the server. (We have confirmed that Always ON is indeed running and listening on 5222)
On analyzing logs shown on the console (as a result of changing the log_level settings in config.lua), we realized that though the parameters - host, jid and password - are being correctly read by TWEMS, TWEMS assumes the port number to be 0 (despite port number having been explicitly set to 5222) .
This seems to be an issue specific to the Linux ARM builds of TWEMS (I have tried downloading and using multiple versions of Linux ARM TWEMS and all of them seemed to be having a similar issue.
Please let us know how to get around this issue.

