Externalservicediscovery / temporary username is constructed in reverse order

Hi Guus,

in Service.java , why is the getCredentialsFor( JID user ) method building the temporary username in reverse order of what turn server is expecting (temporary-username=“timestamp” + “:” + “username”)

Thanks.