[SPARK-1019] Fixed nickname setting to be "nick" as it is in spec.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@10466 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Daniel Henninger
2008-06-02 13:06:14 +00:00
committed by dhenninger
parent a4516253cf
commit 4c21c86422

View File

@ -150,7 +150,7 @@ public class TransportUtils {
attributes.put("password", password);
}
if (nickname != null) {
attributes.put("nickname", nickname);
attributes.put("nick", nickname);
}
registration.setAttributes(attributes);