mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 18:59:41 +02:00
Changes some bare JIDs with full JIDs
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2378 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
81f4029d75
commit
151c904730
2 changed files with 6 additions and 3 deletions
|
@ -80,7 +80,7 @@ public class PacketReaderTest extends SmackTestCase {
|
|||
return "<query xmlns=\"my:ns:test\"/>";
|
||||
}
|
||||
};
|
||||
iqPacket.setTo(getBareJID(1));
|
||||
iqPacket.setTo(getFullJID(1));
|
||||
iqPacket.setType(IQ.Type.GET);
|
||||
|
||||
// Send the IQ and wait for the answer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue