summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2016-03-22Tidy XEP-0141 codeAlex Clayton
2016-03-22Don't allow JIDs with explicitly empty resourcesAlex Clayton
2016-03-22Add signal for VCard Retrieval Error in VCardManager.Alex Clayton
2016-03-22Try to fix possible race condition in Connector and ProxiedConnection.Alex Clayton
2016-03-16Support early IBB use in Jingle File TransferAlex Clayton
2016-03-16Add FileWriteBytestream class and test.Alex Clayton
2016-03-16Allow null values for Message bodyAlex Clayton
2016-03-16Add destroy methods to IncomingJingleFileTransfer and OutgoingJingleFileTrans...Alex Clayton
2016-03-15Add destroy method to WhitespacePingLayer.Alex Clayton
2016-03-15Add getRemoteAddress() method to Connection.Alex Clayton
2016-03-15Add description to FileTransferAlex Clayton
2016-03-15Only calculate S5B candidates if supported by recipientAlex Clayton
2016-03-15Fix handling when client certificate is missingAlex Clayton
2016-03-14Add getter for TLSContext in TLSConnection.Alex Clayton
2016-03-14Add FileTransfer.getState methodAlex Clayton
2016-03-14Add methods to PresenceOracle.Alex Clayton
2016-03-14Add roster to PresenceOracle.Alex Clayton
2016-03-14Fix singal disconnections in DiscoServiceWalker.Alex Clayton
2016-03-14Do not flush VCard cache if IQ request returns an error.Alex Clayton
2016-03-10Fix BlockListImpl logic and add unit test.Alex Clayton
2016-03-09Add Whiteboard FunctionalityAlex Clayton
2016-03-07Add missing TLS and Base classesAlex Clayton
2016-02-29Add BOSHSessionStream classAlex Clayton
2016-02-29Finish porting on Network PackageAlex Clayton
2016-02-29Add sort method for ServiceQuery and add TestsAlex Clayton
2016-02-29Add Network Bosh ClassesAlex Clayton
2016-02-16Add the FileTransfer testsAlex Clayton
2016-02-09Finish porting S5BTransportSessionAlex Clayton
2016-02-08Add CombinedAvatarProviderTestAlex Clayton
2016-02-04Add Block Parser and SerializerAlex Clayton
2016-02-02Update FullPayloadSerializerCollectionAlex Clayton
2016-02-01Add S5BProxyRequest Serializers and ParserAlex Clayton
2016-01-28Changes to FileTransfer to be inline with current Swiften codeAlex Clayton
2016-01-27Some fixes for File Transfer PatchAlex Clayton
2016-01-21Completes FileTransfer according to Swiften.Tarun Gupta
2016-01-18Some Jingle FixesAlex Clayton
2016-01-14Completes Jingle.Tarun Gupta
2016-01-14Minor changes to PubSubManagerImpl and StanzaAckRequester.Tarun Gupta
2016-01-14More Changes to NetworksAlex Clayton
2016-01-12Make Networks equivalent with Swiften.Tarun Gupta
2015-09-17Do not override system default time-zone.Alan Young
2015-09-11Add JavaConnection.ActivityWatcher for watching connection activity.Alan Young
2015-09-11Improve efficiency of JavaConnection reads.Alan Young
2015-09-11Make JavaConnection fully event driven - no 100ms spinAlan Young
2015-08-26Add the missing initialisation for authenticator for SASL ExternalGurmeen Bindra
2015-08-21Fix code to not throw StringPrepParseException that was part of ICU jarGurmeen Bindra
2015-08-21Correct ClientSession.finish()Alan Young
2015-08-20Fix NPE in Stanza.getTimestampFrom() when Delay.getFrom() returns nullAlan Young
2015-08-19Handle case SessionStream.getTLSFinishMessage() returns null.Alan Young
2015-08-17Remove unnecessary Crypto functions from StringCodecs.Tarun Gupta