mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 18:59:41 +02: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…
Add table
Add a link
Reference in a new issue