Florian Schmaus
|
e2d206e741
|
Introduce XMPPConnection.add(Message|Presence)Interceptor
add deprecate addStanzaInterceptor().
|
2019-10-25 21:41:55 +02:00 |
|
Florian Schmaus
|
5db6191110
|
Introduce StanzaBuilder
As first step to immutable Stanza types.
|
2019-10-25 21:41:55 +02:00 |
|
Florian Schmaus
|
1a3067c89b
|
Enable werror for javadoc and fix javadoc issues
|
2019-08-30 12:08:30 +02:00 |
|
Florian Schmaus
|
476fdf99a1
|
Inroduce AsyncButOrdered
|
2018-04-08 21:21:50 +02:00 |
|
Florian Schmaus
|
193688e553
|
Merge branch '4.2'
|
2018-03-28 12:51:28 +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
|
d6be4a7782
|
Set Java source and target compatibility to Java 8
Fixes SMACK-801.
|
2018-02-10 14:11:27 +01:00 |
|
Florian Schmaus
|
5333bde2e8
|
Merge branch '4.2'
|
2018-02-10 12:14:09 +01:00 |
|
Florian Schmaus
|
278c15d52d
|
Deprecate some chat2 ChatManager APIs
because their functional interfaces clashes. This helps to prepare
Smack for Java 8 where such a construct results in a compile time error.
|
2018-02-10 12:10:19 +01:00 |
|
Thomas
|
b70e80b1ad
|
Keep 4.1.9 chat.sendMessage(String) behavior
chat2.Chat.send(String) should have the same behavior as chat.Chat.sendMessage(String)
|
2017-08-11 10:30:05 +02:00 |
|
Florian Schmaus
|
08e897113d
|
Add CustomImportOrder checkstyle rule
And matching ImportOrder settings for Eclipse in
resources/eclipse/smack.importorder
|
2017-06-14 17:12:43 +02:00 |
|
Florian Schmaus
|
4c646436a5
|
Bump "Error Prone" to 2.0.15
and fix a few things :)
|
2017-02-11 16:16:41 +01:00 |
|
Florian Schmaus
|
bf1e07e672
|
Fix chat2.ChatManager's message filter
Thanks to Andras Csete for pointing this out.
|
2017-02-02 12:46:50 +01:00 |
|
Florian Schmaus
|
d47463a533
|
Deprecate Chat API, introduce new Chat API
Also add (From|To)TypeFilter and update/fix the documentation in a few places.
|
2017-01-11 19:48:22 +01:00 |
|