create conversation with bare jid
This commit is contained in:
parent
0b8032dbd6
commit
2f02d8d398
|
@ -254,7 +254,7 @@ public class ConferenceDetailsActivity extends XmppActivity implements OnConvers
|
|||
|
||||
protected void startConversation(User user) {
|
||||
if (user.getJid() != null) {
|
||||
Conversation conversation = xmppConnectionService.findOrCreateConversation(this.mConversation.getAccount(),user.getJid(),false);
|
||||
Conversation conversation = xmppConnectionService.findOrCreateConversation(this.mConversation.getAccount(),user.getJid().toBareJid(),false);
|
||||
switchToConversation(conversation);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue