1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 00:59:39 +02:00

Fix javadoc warnings and deprecated methods

This commit is contained in:
Florian Schmaus 2014-11-02 12:12:56 +01:00
parent c351382c73
commit fe3dcba9b2
11 changed files with 20 additions and 20 deletions

View file

@ -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;