mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
[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:
committed by
dhenninger
parent
a4516253cf
commit
4c21c86422
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user