Smack/smack-core/src
Florian Schmaus 77a4867450 Change Packet.getExtensionsXML()
Remove the synchronized, as getExtensions() is properly synchronized and will
return a copy.

Return XmlStringBuilder instead of CharSequence to take advantage of
fast XmlStringBuilder.append(XmlStringBuilder).

Mark the method as final, as it should not be overwritten.
2014-11-05 20:25:51 +01:00
..
integration-test Rework Smack Provider design 2014-10-08 16:01:14 +02:00
main Change Packet.getExtensionsXML() 2014-11-05 20:25:51 +01:00
test Move is(Connected|Authenticated) and getUser() 2014-11-01 12:42:53 +01:00