mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Add MultiUserChat.toString()
This commit is contained in:
parent
ca687087d5
commit
cba681a967
1 changed files with 5 additions and 0 deletions
|
@ -2091,4 +2091,9 @@ public class MultiUserChat {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "MUC: " + room + "(" + connection.getUser() + ")";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue