Smack/smack-core/src/main/java/org
Florian Schmaus 8020fc1416 Make IQRequestHandler the only option to handle IQ requests
Previously StanzaListeners and Collectors where able to receive IQ of
type 'get' or 'set' (i.e., IQ requests) when no IQRequestHandler was
registered. By moving the 'return' statement one level down, even
listeners/collectors won't receive them.
2017-08-16 21:06:23 +02:00
..
jivesoftware/smack Make IQRequestHandler the only option to handle IQ requests 2017-08-16 21:06:23 +02:00