mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +02:00
Fix javadoc warnings and deprecated methods
This commit is contained in:
parent
c351382c73
commit
fe3dcba9b2
11 changed files with 20 additions and 20 deletions
|
@ -101,7 +101,7 @@ public class SLF4JSmackDebugger implements SmackDebugger {
|
|||
}
|
||||
|
||||
private String getUserTitle(String user) {
|
||||
if (("@" + connection.getServiceName()).equals(XmppStringUtils.parseBareAddress(user))) {
|
||||
if (("@" + connection.getServiceName()).equals(XmppStringUtils.parseBareJid(user))) {
|
||||
return "<Anonymous>@" + connection.getServiceName();
|
||||
} else {
|
||||
return user;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue