Migrates SIP over to neomedia. (Work in progress). SDP generation.

cusax-fix
Emil Ivov 17 years ago
parent 5a64366a4a
commit ecd1043906

@ -1,26 +0,0 @@
/*
* SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package net;
/**
* @author Emil Ivov
*/
public class Test
{
public static void main(String[] args)
{
Double i = Double.NaN;
if (i == i)
{
System.out.println("i == i");
}
else
{
System.out.println("i != i");
}
}
}
Loading…
Cancel
Save