Smack/smack-tcp/src
Florian Schmaus 8db0403138 Improve writing XML elements to socket
Instead of allocating one big continuous memory block before "writing"
the XMPP stream element to the socket, write the single CharSequences of
LazyStringBuilder/XmlStringBuilder.

Also change Obserable writer to only notify the listeners after a
flush *or* if a certain limit has been reached since the last
notification. Otherwise the debugger would "print" every single XML part
as result of this change.
2015-05-21 22:41:21 +02:00
..
main Improve writing XML elements to socket 2015-05-21 22:41:21 +02:00
test/java/org/jivesoftware/smack Remove package-info.java from test packages 2015-04-05 10:48:00 +02:00