1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-18 09:24:49 +02:00
Smack/smack-extensions/src
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
..
integration-test/java/org/jivesoftware/smackx Add XMPPConnection.sendStanza(Stanza) 2015-03-04 21:46:44 +01:00
main Remove ConnectionListener from Socks5BytestreamManager 2015-05-24 22:33:26 +02:00
test Substitute 'packet' with 'stanza(/packet)' in javadoc 2015-03-21 09:36:28 +01:00