Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/bytestreams/socks5
Florian Schmaus 35317a19bd Remove ConnectionListener from Socks5BytestreamManager
and use weak references.

Disabling the Socks5Manager every time the connection is terminated, and
re-enabling it when it got connected again causes unwanted side
effects. Like adding a new feature to the ServiceDiscoveryManager causes
an update of the entity's capabilities, which then triggers a new outgoing
presence (announcing the new caps version).

SMACK-671
2015-05-24 22:33:26 +02:00
..
packet Substitute 'packet' with 'stanza(/packet)' in javadoc 2015-03-21 09:36:28 +01:00
provider Fix BytestreamsProvider: Mode is optional 2015-03-07 20:51:23 +01:00
InitiationListener.java Fix incoming file transfers 2015-03-02 15:56:26 +01:00
Socks5BytestreamListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
Socks5BytestreamManager.java Remove ConnectionListener from Socks5BytestreamManager 2015-05-24 22:33:26 +02:00
Socks5BytestreamRequest.java Add XMPPConnection.sendStanza(Stanza) 2015-03-04 21:46:44 +01:00
Socks5BytestreamSession.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
Socks5Client.java Enable more 'checkstyle' checks 2014-08-15 23:17:45 +02:00
Socks5ClientForInitiator.java Remove ConnectionListener from Socks5BytestreamManager 2015-05-24 22:33:26 +02:00
Socks5Proxy.java Improve Socks5 Bytestreams 2014-08-19 19:00:43 +02:00
Socks5Utils.java Add SCRAM-SHA1 support 2014-10-21 15:03:48 +02:00