changeset 694 | cffbce08906d |
child 797 | fbd3585af53e |
693:14d5280485dc | 694:cffbce08906d |
---|---|
1 --- ../../../src/smack/org/jivesoftware/smack/ChatManager.java 2010-02-23 19:27:26.000000000 +0100 |
|
2 +++ org/jivesoftware/smack/ChatManager.java 2010-02-23 19:37:47.000000000 +0100 |
|
3 @@ -111,7 +111,9 @@ |
|
4 chat = getUserChat(message.getFrom()); |
|
5 } |
|
6 } |
|
7 - |
|
8 + if (chat == null) { |
|
9 + chat = getUserChat(StringUtils.parseBareAddress(message.getFrom())); |
|
10 + } |
|
11 if(chat == null) { |
|
12 chat = createChat(message); |
|
13 } |