()
| 198 | } |
| 199 | |
| 200 | @Override |
| 201 | protected void finalize() throws Throwable { |
| 202 | try { |
| 203 | if (socket != null) // Forgot to logout ?! |
| 204 | quit(); |
| 205 | } finally { |
| 206 | super.finalize(); |
| 207 | } |
| 208 | } |
| 209 | |
| 210 | /** |
| 211 | * Parse the capabilities from a CAPA response. |