Skip to content
Snippets Groups Projects
Commit 3c0fa279 authored by srosse's avatar srosse
Browse files

OO-359: add the user to the roster with the extended username

parent 61859c93
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ public class SmackInstantMessagingImpl extends LogDelegator implements InstantMe
logDebug("Adding user to roster group::" + groupId + " username: " + addedUsername);
return buddyGroupService.addUserToSharedGroup(groupId, addedUsername);
return buddyGroupService.addUserToSharedGroup(groupId, imUsername);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment