mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
Add XMPPConnection.sendStanza(Stanza)
and deprecate sendPacket().
This commit is contained in:
parent
183af99ffb
commit
ed4fa3390f
58 changed files with 183 additions and 167 deletions
|
@ -46,7 +46,7 @@ public class GroupChatInvitationTest extends SmackTestCase {
|
|||
Message message = new Message(getBareJID(1));
|
||||
message.setBody("Group chat invitation!");
|
||||
message.addExtension(invitation);
|
||||
getConnection(0).sendPacket(message);
|
||||
getConnection(0).sendStanza(message);
|
||||
|
||||
Thread.sleep(250);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue