summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2012-10-18Trying to quieten down PMD's complaining a little bitKevin Smith
2012-10-18Enable compression now that zlib worksKevin Smith
2012-10-17Fix ZLib unit tests by fixing underlying hexify implementationKevin Smith
2012-10-17Catch xml parser exceptions and fail parsingKevin Smith
2012-10-02Avoid NPEsKevin Smith
2012-10-02Protect against null manual hostnamesKevin Smith
2012-10-02Don't crash when overriding the connect hostKevin Smith
2012-10-02Adding Support for SoftwareVersionResponderKevin Smith
2012-09-21Update some interfaces for consistency with Swiften.Kevin Smith
2012-09-21Remove superfluous event loopKevin Smith
2012-09-21UseTLS needs to be publicKevin Smith
2012-09-07Fixing whitespaceKevin Smith
2012-09-07Correct the equals method of JID classGurmeen Bindra
2012-08-28Improve efficiency of FormParserKevin Smith
2012-08-22Increase visibility of Client Error TypeGurmeen Bindra
2012-08-20Close socketChannel in finally blockGurmeen Bindra
2012-08-16Close DirectoryContext after receiving resultsGurmeen Bindra
2012-07-17Move DNS resolution into a thread to make the API asyncronous.Kevin Smith
2012-06-01Don't send non-integer 'h' attributes on 'a' elementsKevin Smith
2012-05-29Don't throw exceptions for receiving illegal XMLKevin Smith
2012-05-21Use the Aalto XML parser instead of XPPKevin Smith
2012-04-27MUC Administration related classesGurmeen Bindra
2012-04-27Port Classes for Storage/Private StorageGurmeen Bindra
2012-04-27Remove "max" limit on buffer size for SSL connectionsNick Hudson
2012-04-23Basic exampleKevin Smith
2012-04-20Also emit onDisconnected after a manual disconnectKevin Smith
2012-04-19Update parsing factories to allow empty namespaces, in line with SwiftenKevin Smith
2012-04-19Port MUC Payload Parsers from Swiften to StrokeGurmeen Bindra
2012-04-19Port MUC Payload Serializers from Swiften to StrokeGurmeen Bindra
2012-04-19Port elements for MUC AdministrationGurmeen Bindra
2012-04-19Port Presence Sender from Swiften to StrokeGurmeen Bindra
2012-04-19Add Signal and Slot classes with 3 parametersGurmeen Bindra
2012-04-19Add a copy constructor to Presence and Stanza + compare method in JIDGurmeen Bindra
2012-04-19Port Error parser Tests to stroke from SwiftenGurmeen Bindra
2012-03-29Make CoreClient.getSessionCertificate more robustNick Hudson
2012-03-29Port Error Parser to strokeGurmeen Bindra
2012-03-19Add "isTLSEncrypted" and "getPeerCertificate" to CoreClientNick Hudson
2012-03-19Update CoreClient to be a bit more in line with SwiftenNick Hudson
2012-03-19Fix yet more of Remko's curly bitsKevin Smith
2012-03-13Fix up mistakes in previous patchNick Hudson
2012-03-13Update JavaConnection to use SocketChannel rather than SocketNick Hudson
2012-03-08Implement "CertificateWithKey" and add support for setting client certificatesNick Hudson
2012-03-07Stringprep JIDs through icu4jKevin Smith
2012-03-07Using JZlib for compression, as features we need aren't in Java until 1.7Kevin Smith
2012-03-07Turn on TLS ability (and fix problems discovered while testing this)Nick Hudson
2012-02-23Fix Stroke to allow empty valuesMili Verma
2012-02-23Allow non-standard ports on internal interface methodKevin Smith
2012-02-14Add parsing of XMPP and SRV subjectAltNames to JavaCertificateNick Hudson
2012-02-13Tidying up based on feedback from patch for initial TLS implementationNick Hudson
2012-02-13Update ByteArray with "readFromFile" implementation and more javadocNick Hudson