mirror of
https://github.com/igniterealtime/Spark.git
synced 2026-02-04 07:55:30 +00:00
SPARK-2355: unbanUser(): JidCreate.bareFrom()
This commit is contained in:
committed by
Guus der Kinderen
parent
d9d8694ba2
commit
010a33ac67
@ -457,7 +457,7 @@ public class GroupChatParticipantList extends JPanel {
|
||||
|
||||
protected void unbanUser(String jidString) {
|
||||
try {
|
||||
Jid jid = JidCreate.from(jidString);
|
||||
BareJid jid = JidCreate.bareFrom(jidString);
|
||||
chat.grantMembership(jid);
|
||||
} catch (XMPPException | SmackException | XmppStringprepException | InterruptedException e) {
|
||||
groupChatRoom.getTranscriptWindow().
|
||||
|
||||
Reference in New Issue
Block a user