Why is demandimport used in the first place? If I understand correctly, this function is useful for command line tools, so that they have a fast startup.
But long running GUI programs or servers have no advantage from using demandimport, or am I wrong? Why not just remove (use of) demandimport from Gajim and its plugins? Am I missing something?