1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-12 10:39:38 +02:00

Fixes in Negotiations and Listeners

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7733 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Thiago Camargo 2007-03-27 16:53:46 +00:00 committed by thiago
parent bdfec79207
commit b9b0b6134f
2 changed files with 11 additions and 21 deletions

View file

@ -110,7 +110,6 @@ public class JingleMediaTest extends SmackTestCase {
IncomingJingleSession incomingJingleSession = (IncomingJingleSession) jm1.getSession(js0.getConnection().getUser());
incomingJingleSession.removeAllStateListeners();
incomingJingleSession.accept();
Thread.sleep(15000);