Smack/smack-core/src
Florian Schmaus b5daee3032 Include the full content in UnparsedResultIQ
In order to prevent

<iq to='...' from='...' type='result' id='1'>
  <mynode xmlns='my:namespace' myattr='...'>
    <somenode\>
  </mynode>
</iq>

showing up as UnparsedResultIQ like this:

<iq to='...' from='...' type='result' id='1'>
  <somenode\>
</iq>
2014-10-30 13:21:36 +01:00
..
integration-test Rework Smack Provider design 2014-10-08 16:01:14 +02:00
main Include the full content in UnparsedResultIQ 2014-10-30 13:21:36 +01:00
test Remove hashCode/equals from Message and Packet 2014-10-28 15:11:48 +01:00