Florian Schmaus
|
476fdf99a1
|
Inroduce AsyncButOrdered
|
2018-04-08 21:21:50 +02:00 |
|
Florian Schmaus
|
2efec89050
|
Rename XMPPError to StanzaError
Fixes SMACK-769.
|
2018-04-07 22:59:25 +02:00 |
|
Florian Schmaus
|
f11134dc4c
|
Remove deprecated reconnection callbacks in ConnectionListener
Fixes SMACK-776.
|
2018-04-07 21:15:20 +02:00 |
|
Florian Schmaus
|
0a99291d59
|
Make asyncGo() and schedule() static
in AbstractXMPPConnection.
|
2018-04-07 21:11:55 +02:00 |
|
Florian Schmaus
|
9b5dafe541
|
Enable LeftCurly checkstyle check
|
2018-04-06 10:25:06 +02:00 |
|
Florian Schmaus
|
5a841ff0a8
|
Remove support for classpath:org.jivesoftware.smack/disabledClasses
when initalizing Smack.
|
2018-04-06 10:25:06 +02:00 |
|
Florian Schmaus
|
f73641da5a
|
Better exception messages on Smack initialization
|
2018-04-06 10:25:06 +02:00 |
|
Florian Schmaus
|
f48b761c33
|
Log exception when handling debugEnable
|
2018-04-06 10:25:06 +02:00 |
|
Florian Schmaus
|
ac5508ae37
|
Remove deprecated CustomSmackConfiguration on intialization
|
2018-04-06 10:25:06 +02:00 |
|
Florian Schmaus
|
6a42d5baff
|
Rework FileUtils
|
2018-04-06 10:25:06 +02:00 |
|
Florian Schmaus
|
b443958bee
|
Remove setting to disable legacy session establishment
|
2018-04-02 13:27:01 +02:00 |
|
Florian Schmaus
|
ad87243060
|
Globally 's;stanza(/packet);stanza;'
|
2018-03-31 14:17:30 +02:00 |
|
Florian Schmaus
|
1d12be1644
|
Add XMPPConnection.sendIqRequestAndWaitForResponse(IQ)
|
2018-03-31 14:15:46 +02:00 |
|
Florian Schmaus
|
a9ca1a0989
|
Enable ModifierOrder checkstyle check
Fixes SMACK-812
|
2018-03-29 12:35:11 +02:00 |
|
Florian Schmaus
|
3132d9a224
|
Bump errorprone to 2.2.0
|
2018-03-28 15:56:04 +02:00 |
|
Florian Schmaus
|
b5209f4701
|
Enable RedundantModifier checkstyle check
|
2018-03-28 14:02:21 +02:00 |
|
Florian Schmaus
|
193688e553
|
Merge branch '4.2'
|
2018-03-28 12:51:28 +02:00 |
|
Florian Schmaus
|
5b9254aff5
|
Merge pull request #209 from fuentesj11/rename-deprecate-xmppconnection-methods
Rename and deprecate XMPPConnection methods
|
2018-03-28 12:11:32 +02:00 |
|
Jesus Fuentes
|
a70063dc89
|
Rename and deprecate XMPPConnection methods
Rename and deprecate XMPPConnections methods as described in SMACK-802
|
2018-03-22 15:40:40 -05:00 |
|
Florian Schmaus
|
f42d9137b5
|
Merge branch '4.2'
|
2018-03-21 15:22:22 +01:00 |
|
Florian Schmaus
|
ac24d6737f
|
Drop CharsequenceEquals
it got duplicated into
- CharsequenceEquals
- CharSequenceEquals
with cb18056613
|
2018-03-21 15:15:08 +01:00 |
|
Florian Schmaus
|
1d438ec1c2
|
Merge pull request #214 from fuentesj11/javadoc-update
Update/fix javadocs
|
2018-03-12 16:04:05 +01:00 |
|
Jesus Fuentes
|
903f90e1c1
|
Update/fix javadocs
|
2018-03-09 07:15:46 -06:00 |
|
Florian Schmaus
|
7c9060c32b
|
Merge branch '4.2'
|
2018-02-27 08:09:34 +01:00 |
|
Florian Schmaus
|
ecc53b1bc8
|
Add Manager.schedule(Runnable, long, TimeUnit)
using Smack's scheduled executor service.
|
2018-02-26 10:24:01 +01:00 |
|
Florian Schmaus
|
4f88f23f33
|
Make scheduled executor service static
|
2018-02-26 10:23:02 +01:00 |
|
Florian Schmaus
|
cd05d5f5d8
|
Call schedule() instead of directly invoking the scheduled executor
in AbstractXMPPConnection.
|
2018-02-25 11:29:39 +01:00 |
|
Florian Schmaus
|
c90607d7db
|
Call schedule() instead of directly invoking the scheduled executor
in AbstractXMPPConnection.
|
2018-02-23 18:50:02 +01:00 |
|
Florian Schmaus
|
3bdeca44f2
|
Merge branch '4.2'
|
2018-02-23 18:35:34 +01:00 |
|
Florian Schmaus
|
72a2014572
|
Set core-pool size of single-threaded executor to zero
in AbstractXMPPConnection.
|
2018-02-23 18:22:53 +01:00 |
|
Florian Schmaus
|
a4ab6245f6
|
Make cached executor service static
|
2018-02-23 17:04:51 +01:00 |
|
Florian Schmaus
|
abdfe73006
|
Remove executorService from AbstractXMPPConnection
Reduces thread count per connection by one.
|
2018-02-23 16:48:15 +01:00 |
|
Florian Schmaus
|
793d3c47ad
|
Move TLS and SASL sync points into subclasses
In preperation of subclasses with different connection approaches.
|
2018-02-23 10:37:17 +01:00 |
|
Florian Schmaus
|
5e25491877
|
Do not send unavailable on disconnect() when not authenticated
|
2018-02-23 10:37:12 +01:00 |
|
Florian Schmaus
|
a48e8ef843
|
Merge branch '4.2'
|
2018-02-21 20:13:05 +01:00 |
|
Florian Schmaus
|
64f41364f9
|
Merge pull request #207 from vanitasvitae/descriptions
Add missing package-info.java descriptions.
|
2018-02-21 20:08:39 +01:00 |
|
|
9f47daa7ad
|
Add missing package-info descriptions.
|
2018-02-21 16:47:11 +01:00 |
|
Florian Schmaus
|
20b97eb241
|
Add javadoc to Provider
|
2018-02-21 10:37:25 +01:00 |
|
Florian Schmaus
|
6f7d6a7f50
|
Smack 4.2.3
-----BEGIN PGP SIGNATURE-----
iQGTBAABCgB9FiEEl3UFnzoh3OFr5PuuIjmn6PWFIFIFAlp7XzVfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDk3
NzUwNTlGM0EyMURDRTE2QkU0RkJBRTIyMzlBN0U4RjU4NTIwNTIACgkQIjmn6PWF
IFKdbQf8CpKmvAUqThaxSKUZKOzlH71BkneT7gdjLvDyvVLXkxZt+arC/Sx9WHXs
OqP6XxxcUKpP9SVItyikEiyq4A4EAlYbtnGcAnJ2Zc04MorEvYtfePgX29WVMKa6
VGZv4PyILAqRMBgQP6+TW++sgqB8JvlVY29e2igfM7mFjOiZdKkEPr2TZ995/XiT
07WFxo72Fe7xXWTVWx5e2hbgC+KPtUFbm0rEBQ3x3seBbRQkn2f3sm8AItj6NKvz
3W9Fzc7n+NY0l+84lX4mSB4Xq851AtOhJPeuSBijgYNM6V8yAXdCAHd0XJSiE89e
/WwRIJAxLy74WzXs0wN3IAieKQhHdw==
=/ZOL
-----END PGP SIGNATURE-----
Merge tag '4.2.3'
Smack 4.2.3
|
2018-02-10 11:56:52 +01:00 |
|
lohse
|
93683389e3
|
Bugfix in SOCKS5 authentication
Read password bytes from the correct field.
Fixes SMACK-796, introduced with 4c64643
|
2018-01-19 12:53:57 +01:00 |
|
Florian Schmaus
|
3c4225d167
|
Merge branch '4.2'
|
2017-12-25 14:16:43 +01:00 |
|
Florian Schmaus
|
34373e8710
|
Enable javadoc 'html' doclint
Also make all 'test' tasks depend on the 'javadoc' task.
Fixes SMACK-650.
|
2017-12-25 14:08:18 +01:00 |
|
Florian Schmaus
|
0cf33f9849
|
Merge branch '4.2'
|
2017-12-25 12:10:35 +01:00 |
|
Florian Schmaus
|
89c97bb46c
|
Enable javadoc 'syntax' doclint
Addresses SMACK-650 but does not yet fix it completely.
|
2017-12-25 12:09:46 +01:00 |
|
Florian Schmaus
|
0eeab74990
|
Merge branch '4.2'
|
2017-12-25 11:40:45 +01:00 |
|
Florian Schmaus
|
e5e5fca7c1
|
Merge pull request #191 from vanitasvitae/fixJavadoc
Fix javadoc issues in some packages
|
2017-12-24 14:46:02 +01:00 |
|
|
52398b535f
|
Fix javadoc issues in some packages
|
2017-12-23 20:21:19 +01:00 |
|
|
2288825b1c
|
Retain smack-core API
|
2017-12-19 15:06:40 +01:00 |
|
|
2f2c2f8663
|
Fix minor codestyle issues
|
2017-12-17 11:19:41 +01:00 |
|
Florian Schmaus
|
431e5b3c67
|
Merge branch '4.2' into master-paul-merged
|
2017-12-17 11:16:02 +01:00 |
|