mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-07 11:31:10 +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. |
||
|---|---|---|
| .. | ||
| integration-test/java/org/jivesoftware/smackx | ||
| main | ||
| test | ||
| testFixtures/java/org/jivesoftware/util | ||