mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-03-26 00:03:12 +01:00
`mgr.getNode(...)` method is not supposed to throw any type of exception. It threw two kinds of exceptions: `NotConnectedException` and `SmackException`. By using `ThreadedDummyConnection.newInstance()` method, `NotConnectedException` can be removed. And `SmackException` can be removed by correctly building the DiscoverInfo packet. |
||
---|---|---|
.. | ||
src | ||
build.gradle |