1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-26 05:14:49 +02:00
Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/bytestreams
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
..
ibb javadoc: s/packet/stanza/ 2015-03-24 17:15:50 +01:00
socks5 Remove ConnectionListener from Socks5BytestreamManager 2015-05-24 22:33:26 +02:00
BytestreamListener.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
BytestreamManager.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
BytestreamRequest.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00
BytestreamSession.java Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00