Summary | init() method is called in notifyOnDisconnect() in clientbase.cpp |
Queue | gloox |
Queue Version | 1.0.3 |
Type | Bug |
State | Unconfirmed |
Priority | 2. Medium |
Owners | |
Requester | perez.didac (at) gmail (dot) com |
Created | 08/28/2013 (3677 days ago) |
Due | |
Updated | |
Assigned | |
Resolved |
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ init() method is called in notifyOnDisconnect() in clientbase.cpp
Queue ⇒ gloox
I do not understand why init() is called in the method void
ClientBase::notifyOnDisconnect( ConnectionError e ). Maybe I am wrong
but I am having errors when deleting the inherited class from
ClientBase, since disconnection causes this call to the init() method.