1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-12-16 18:11:08 +01:00

[SMACK-220] - New Jingle Based Screen Share API

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@8144 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Thiago Camargo 2007-05-02 19:55:59 +00:00 committed by thiago
parent 8e08a8ba4a
commit d3ce024c79
17 changed files with 1729 additions and 1 deletions

View file

@ -909,7 +909,8 @@ public class JingleManagerTest extends SmackTestCase {
System.out.println(valCounter());
assertTrue(valCounter() == 8);
//Thread.sleep(15000);
Thread.sleep(15000);
}
catch (Exception e) {