mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 10:49:41 +02:00
Rename and deprecate XMPPConnection methods
Rename and deprecate XMPPConnections methods as described in SMACK-802
This commit is contained in:
parent
72a2014572
commit
a70063dc89
15 changed files with 103 additions and 23 deletions
|
@ -134,7 +134,7 @@ public class EntityCapsTest extends AbstractSmackIntegrationTest {
|
|||
@SmackIntegrationTest
|
||||
public void testPreventDiscoInfo() throws Exception {
|
||||
final String dummyFeature = getNewDummyFeature();
|
||||
conOne.addPacketSendingListener(new StanzaListener() {
|
||||
conOne.addStanzaSendingListener(new StanzaListener() {
|
||||
|
||||
@Override
|
||||
public void processStanza(Stanza stanza) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue