Call connection creation listeners from within AbstractXMPPConnection's constructor
Description
At the moment every subclass of AbstractXMPPConnection (BOSH, TCP, Dummy, …) call the connection creation listeners themselves. Ideally this would be done in the last line of code of AbstractXMPPConnection's constructor.
At the moment every subclass of AbstractXMPPConnection (BOSH, TCP, Dummy, …) call the connection creation listeners themselves. Ideally this would be done in the last line of code of AbstractXMPPConnection's constructor.
Related Discussion: https://community.igniterealtime.org/message/246563#246563