Smack/smack-core/src/main/java/org/jivesoftware/smack/c2s
Florian Schmaus d33a5a23c3 [core] Introduce Builder.failOnUnknownStates() and unit tests
The previous approach of emitting a severe log message when a
state (descriptor) was unknown was misleading. There are valid cases
where some states are not known, if, for example, a module was
explicitly disabled.

Using Builder.failOnUnknownStates() in unit tests is far cleaner, as
the existence of unknown states is tested in a controlled environment:
one where are states are supposed to be known.
2021-07-06 14:06:39 +02:00
..
internal Rework WebSocket code 2021-01-25 19:56:54 +01:00
ModularXmppClientToServerConnection.java Bump ErrorProne to 2.5.1 and refactor Providers a bit 2021-01-29 09:26:15 +01:00
ModularXmppClientToServerConnectionConfiguration.java [core] Introduce Builder.failOnUnknownStates() and unit tests 2021-07-06 14:06:39 +02:00
ModularXmppClientToServerConnectionModule.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
ModularXmppClientToServerConnectionModuleDescriptor.java Rework WebSocket code 2021-01-25 19:56:54 +01:00
StreamOpenAndCloseFactory.java Rework WebSocket code 2021-01-25 19:56:54 +01:00
XmppClientToServerTransport.java Add smack-websocket-java11 2021-02-14 20:34:40 +01:00
package-info.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00