Hi Jakob,
First thanks your good job of gloox!
XEP-0174 section 7 said that the stream head "SHOULD include 'to' and 'from'
address" ,my question is ,should I change the member function :void header()
to "virtual void header()"? This way I can reimplement it and could add the
attribute "from".
Am I right?