I'm trying to write tests for the XMPP Connection config stuff, to make sure
that the pins are working for the supported domains, and the cipher suites are
being test. And I'm wondering whether I can move this line into 
initConnection():

    //disable compression based on statement by Ge0rg
    mConfig.setCompressionEnabled(false);

Its odd because its the only ConnectionConfiguration item that is set after
the ConnectionConfiguration instance is handed to the XMPPConnection.  Does
this have to be?  Can I move this line to before the ConnectionConfiguration
is given to the XMPPConnection, i.e.:

    mConfig.setCompressionEnabled(false);
    mConnection = new MyXMPPConnection(mConfig)

.hc

-- 
PGP fingerprint: 5E61 C878 0F86 295C E17D  8677 9F0F E587 374B BE81
https://pgp.mit.edu/pks/lookup?op=vindex&search=0x9F0FE587374BBE81
_______________________________________________
Guardian-dev mailing list

Post: [email protected]
List info: https://lists.mayfirst.org/mailman/listinfo/guardian-dev

To Unsubscribe
        Send email to:  [email protected]
        Or visit: 
https://lists.mayfirst.org/mailman/options/guardian-dev/archive%40mail-archive.com

You are subscribed as: [email protected]

Reply via email to