Commit 5c77e14e authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Fixed #deliver(Packet) to include the packet contents.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@630 b35dd754-fafc-0310-a699-88a17e54d16e
parent 3d8faa45
......@@ -180,8 +180,8 @@ public class SocketConnection extends BasicConnection {
}
else {
synchronized (writer) {
// packet.send(xmlSerializer, 0);
try {
xmlSerializer.write(packet.getElement());
xmlSerializer.flush();
}
catch (IOException e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment