|
|
|
|
@ -1093,10 +1093,6 @@ protected void initialize(String screenname,
|
|
|
|
|
new InputEvtIQProvider());
|
|
|
|
|
|
|
|
|
|
//initialize the telephony operation set
|
|
|
|
|
//until we actually finish jingle, we'll have a clumsy way of
|
|
|
|
|
//enabling it through a system property.
|
|
|
|
|
if(Boolean.getBoolean("enableJingle"))
|
|
|
|
|
{
|
|
|
|
|
OperationSetBasicTelephonyJabberImpl basicTelephony
|
|
|
|
|
= new OperationSetBasicTelephonyJabberImpl(this);
|
|
|
|
|
|
|
|
|
|
@ -1160,7 +1156,6 @@ protected void initialize(String screenname,
|
|
|
|
|
|
|
|
|
|
// XEP-0251: Jingle Session Transfer
|
|
|
|
|
supportedFeatures.add(URN_XMPP_JINGLE_TRANSFER_0);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// OperationSetContactCapabilities
|
|
|
|
|
opsetContactCapabilities
|
|
|
|
|
|