XEP-0174 implementation & header() member
From: "王颖明" <wyingming@xxxxxxxxx>
Date: Mon, 19 Nov 2007 19:59:52 +0100 (CET)
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?