summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2015-06-05Add DeliveryReceiptRequest & DeliveryReceiptAlan Young
2015-05-27Add the functionality for processing of URL.Tarun Gupta
2015-05-26Add functionality for UUID Generator.Tarun Gupta
2015-05-13Make sure Stroke clears write buffer before disconnectingAlex Clayton
2015-05-05Fix default initialisationKevin Smith
2015-05-01Make SecurityLabelsCatalog items visible as a List (they are anyway)Alan Young
2015-05-01Add parser & serializer for SecurityLabel & SecurityLabelsCatalogAlan Young
2015-05-01Revisit handling of JavaConnection race conditions.Alan Young
2015-04-20Avoid potential double-adding of "lastConsumed" count to "bytesConsumed"Nick Hudson
2015-04-10Add GetDiscoItemsRequestAlan Young
2015-04-10Remove unused imports & fix some uses of generics.Alan Young
2015-04-10Throw exception for missing payload serializer.Alan Young
2015-04-10Changes to support MUCController first cutAlan Young
2015-04-10Checkpoint - A bunch of initial stuff for AndroidAlan Young
2015-04-02Fix copyright header on DateTimeKevin Smith
2015-04-02Use specific Local.US for date-time strings for protocol use.Alan Young
2015-03-19Add functionality for ChatState.Tarun Gupta
2015-03-18Add Copyright Information for CapsInfo.Tarun Gupta
2015-03-12Add functionality for CapsInfoTarun Gupta
2015-01-14Don't use bytesConsumed from SSLEngineResultNick Hudson
2015-01-13Don't call wakeup on closed selectorsNick Hudson
2014-12-14Changes to improve handling of unknown field typesTim Robbings
2014-12-02Add MAMFinSerializer to FullPayloadSerializerCollectionAlex Clayton
2014-11-26Bring Stroke inline with Swiften with respect to MAMAlex Clayton
2014-10-28Stroke FormField refactoringTim Robbings
2014-10-24Don't disregard data that arrives on network just prior to socket closingNick Hudson
2014-10-24Fix JavaConnection to emit onDataWritten when it writes data to the socketNick Hudson
2014-10-17Don't use SSLv3 in JSSEContextNick Hudson
2014-08-19Add SubjectSerializerAlex Clayton
2014-08-08Update stroke as per swiften wrt getting certificate chainGurmeen Bindra
2014-08-04Stroke to use default Trust Store provided by Java for Trust AnchorsGurmeen Bindra
2014-07-24Apply a Connector timeout even if not using SRV lookupsNick Hudson
2014-07-22Make Stroke return peer certificate chain, rather then just EE certificateNick Hudson
2014-07-17Use common function for date time in all classesGurmeen Bindra
2014-06-27Fix incorrect initialisation of jid_ field inside IQRouterNick Hudson
2014-06-26Import SimpleEventLoop into strokeAlex Clayton
2014-05-26Added MAM parsers, serializers and tests.Richard Maudsley
2014-04-22Move hardcoded XMPP SRV information from Connector into CoreClientNick Hudson
2014-03-07PubSub parsers and serializers, plus manager and test code.Richard Maudsley
2014-02-03Check sender on incoming IQ responsesNick Hudson
2013-12-05Fix possible ClassCastException when restricting ciphersNick Hudson
2013-11-09Allow /etc/hosts to override DNS host lookupsAlex Clayton
2013-10-30Re-implement DNS lookup to use dnsjava rather than JNDINick Hudson
2013-10-25Log data and exception message when error occursGurmeen Bindra
2013-10-15Revert "synchronized" patch and fix use of ByteArray inside JavaConnectionNick Hudson
2013-10-08Fix synchronization problem in ByteArrayNick Hudson
2013-09-23Don't crash if server doesn't send cert in TLS handshakeNick Hudson
2013-09-19Fix PlatformDomainNameResolve DomainNameAddressQueryAlex Clayton
2013-09-18Update NetworkFactories to own TLSContextFactory as per SwiftenNick Hudson
2013-09-02Changes to handle close notify gracefullyNick Hudson