mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +02:00
Implement message stanza <thread/> and <subject/> as ExtensionElement
Fixes SMACK-852.
This commit is contained in:
parent
f9fb4d7627
commit
14c351397d
8 changed files with 172 additions and 38 deletions
|
@ -336,7 +336,9 @@ public class ChatConnectionTest {
|
|||
jid = JidTestUtil.DUMMY_AT_EXAMPLE_ORG;
|
||||
}
|
||||
chatMsg.from(jid);
|
||||
chatMsg.setThread(threadId);
|
||||
if (threadId != null) {
|
||||
chatMsg.setThread(threadId);
|
||||
}
|
||||
return chatMsg;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue