1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-07-01 07:36:42 +02:00

Commit graph

  • 5c6f257027 SMACK-388 Use ScheduledExecutorService. Set ping received when pinging another entity. Refactored PacketListener and ConnectionListeners as anonymous inner-classes Florian Schmaus 2013-02-27 22:49:04 +0000
  • c6248ec000 SMACK-389 Plugable compression framework Florian Schmaus 2013-02-26 09:26:41 +0000
  • 5dea9d3ee1 SMACK-379 Removed mandatory session establishment, since it was dropped from the newer XMPP-IM RFC (a.k.a. RFC 6121) Florian Schmaus 2013-02-26 08:44:32 +0000
  • da1987a98b SMACK-376 Allow supplying a custom SSLContext for encrypted connections. Florian Schmaus 2013-02-26 08:44:17 +0000
  • c57843eeee Aligned integration test config file 'test-case.xml' settings to reflect the defaults in SmackTestCase. Renamed the file to test-case.example.xml and added remark about the usage of the file Florian Schmaus 2013-02-14 11:43:53 +0000
  • 091015aa4b SMACK-358: Support account creation parameters for LoginTest.testLoginWithNoResource() Florian Schmaus 2013-02-14 11:43:41 +0000
  • b2a0a2154b Updated eclipse settings: if else, javadoc line length Florian Schmaus 2013-02-14 11:43:24 +0000
  • 4060a97b65 SMACK-345: Improved detection of last activity. Properly synchronized access to lastMessageSent and registerd last activity namespace with ServiceDiscoveryManager. Improved LastActivity Provider Florian Schmaus 2013-02-14 00:00:54 +0000
  • ddabe436b4 PingManager: Fixed imports Florian Schmaus 2013-02-14 00:00:26 +0000
  • 577fda6e62 Makefile: added javadoc target Florian Schmaus 2013-02-14 00:00:02 +0000
  • 1a170c1561 ServiceDiscoveryManager: Use 'Set' as data structure for features to prevent reporting duplicate features Florian Schmaus 2013-02-11 17:22:42 +0000
  • 7723b9fcfd ServiceDiscoveryManager: Anounce 'disco#info' and 'disco#items' on service discovery queries in accordance with XEP-0030 Florian Schmaus 2013-02-11 17:22:31 +0000
  • c309e27853 Fix NPE in Testcases where 'createOfflineConnections() == true'. The change 13453 created the username and password array, which needs to be initilized even if the connection and the login is done manually Florian Schmaus 2013-02-07 19:10:32 +0000
  • b907d606d9 SMACK-352 removed duplicated headers, fixed svn keywords Florian Schmaus 2013-02-07 19:10:22 +0000
  • a686b4c092 Update MultiUserChat to use the correct namespace according to the latest version of XEP-0045. Newer versions for XEP-0045 (MUC) use muc#admin for all onwer related operations. Fixes SMACK-371. Credits and thanks go to Colby White for reporting this. Florian Schmaus 2013-02-07 19:08:05 +0000
  • 6bbf425157 SMACK-352 - fixed wrong header - replaced old Jive license with Apache 2.0 license - added license header to files without Florian Schmaus 2013-02-07 14:19:47 +0000
  • 14f139f642 Fixed small problem in one field and removed possible NPE on get from any field. rcollier 2013-02-07 03:57:38 +0000
  • 8c0b062629 Updates to SmackTestCase to properly provide the username and password for each connection. Test cases manually logging in now use these methods instead of wrongly assuming the username/password pattern. rcollier 2013-02-07 03:47:49 +0000
  • d1e9d81769 SMACK-341 Updated collectors to use concurrent classes. rcollier 2013-02-07 03:42:33 +0000
  • e0e92eca76 SMACK-407 Time zones now parse correctly. rcollier 2013-02-06 03:38:11 +0000
  • 04cea9e28c SMACK-395 Forgot to actually add the discovered proxies Florian Schmaus 2013-02-04 21:59:07 +0000
  • 592135c0e9 SMACK-395 Socks5BytestreamManager.establishConnection(): Don't bail out with an Exception uf the local XMPP service does not support Service Discovery (e.g. talk.google.com). Instead remember the Exception and give the local proxy (if enabled) a chance. Also compute the digest only if it's really needed, that is when streamHosts is not empty. Florian Schmaus 2013-02-04 21:36:39 +0000
  • 55893400c7 Makefile: Added integration-est target and JAVA_TOOL_OPTIONS to set the correct file encoding Florian Schmaus 2013-02-04 21:36:32 +0000
  • 4402b8c7db SMACK-391 Forgot to check in new file. rcollier 2013-02-04 15:57:01 +0000
  • 010ab0d07a VCardTest: Use VCard.equal() in order to test equality and not the String representation, since the elements within the vcard could be in a different order Florian Schmaus 2013-02-04 13:33:28 +0000
  • 0ca8b726bd PubSub SubcribeForm: Use new StringUtils.formatXEP0082Date to get the correct date string. Note that the previous used SimpleDateFormat "yyyy-MM-dd'T'HH:mm:ss.SSSZ" did not produce XEP-0082 conforming strings, since Z is replace with e.g. '+0100' whereas it should be '+01:00'. Florian Schmaus 2013-02-04 13:33:15 +0000
  • d1893d541e eclipse: removed old junit from classpath. Smack testcases need junit 3.8.2 or higher in order to run correct Florian Schmaus 2013-02-04 13:32:57 +0000
  • ca78c5be49 String.isEmpty() only comes with Android API level 9 (or higher). Switching back to old isEmptyString check, making Smack Android compatible again Florian Schmaus 2013-02-04 11:04:00 +0000
  • bfefbdb777 Implement XEP-0184 delivery notifications Florian Schmaus 2013-02-04 09:53:56 +0000
  • f0cd048635 Added check for missing field type for multi list in data forms. rcollier 2013-02-04 03:53:53 +0000
  • 457959bc88 SMACK-391 New enum to define date formats and profiles. rcollier 2013-02-04 03:52:08 +0000
  • 1d36ae8db4 SMACK-391 Moved all date parsing into StringUtils and made it much more robust in handling multiple valid and invalid formats. rcollier 2013-02-04 03:45:37 +0000
  • 2afd3bdfa3 Remove .settings from the 'all' target in Makefile Florian Schmaus 2013-02-01 17:20:38 +0000
  • 43619de7aa SMACK-377 Avoid an unnecessary DNS request by using directly the, at this point known IP, instead of using the hostname as argument for the new socket. Florian Schmaus 2013-01-31 22:31:31 +0000
  • c76ed51541 SMACK-385 Reuse the KeyStore in order to reduce memory usage. Extended ServerTrustManager with a 'stores' (Hash)Map that allows the reuse of an existing KeyStore. Before that, every call of KeyStore.getInstance() created a new instance which consumes about 250KiB. Florian Schmaus 2013-01-31 22:31:04 +0000
  • e75f45082b SMACK-270 MultiUserChat relied on finalize() being called in order to remove packet listeners and the association with RoomListenerMultiplexor. The PacketListeners are referenced by Connection, which meant that MultiUserChat is always strongly reachable until the connection dies. This patch introduces an new MultiUserChat.cleanup() method that is called when userHashLeft() is triggered. Florian Schmaus 2013-01-31 22:30:49 +0000
  • a75d2d7d0d SMACK-375 Properly escape Strings in DiscoverInfo and DiscoverItems for XML. Florian Schmaus 2013-01-31 22:30:36 +0000
  • 401c37bd28 SMACK-404 Changed StringUtils.decodeBase64(String) behavior so that the method does not try to detect and decompress a gzip-compressed input. Refactored every use of the Base64.(de|en)code* methods to use the StringUtils (de|en)codeBase64 methods instead. Florian Schmaus 2013-01-29 22:49:20 +0000
  • e3f84cdbe6 Eclipse config: Disable 'save actions' Florian Schmaus 2013-01-29 22:49:07 +0000
  • 054656c771 Add eclipse configuration and Makefile. The eclipse configuration can be activated with the 'eclipse' make target ('make eclipse'). Florian Schmaus 2013-01-29 22:04:09 +0000
  • d8f11a0b71 SMACK-388 register PingProvider with smack.providers. The static register code was removed with 13406 (http://fisheye.igniterealtime.org/changelog/smack?cs=13406) Florian Schmaus 2013-01-28 09:57:09 +0000
  • 7fa65f74ed SMACK-403 Correct location of the Forwarded Provider Florian Schmaus 2013-01-28 09:49:13 +0000
  • 2a1f4e8376 SMACK-403 add support for Florian Schmaus 2013-01-28 09:38:02 +0000
  • b9fe598129 fix typo in PingManager.getInstanceFor() function name Florian Schmaus 2013-01-26 09:47:39 +0000
  • 704ef1f9dc PingManager: Don't register IQProvider since this is done by smack.providers already. This line was actually a leftover from aSmack development. Florian Schmaus 2013-01-25 00:13:40 +0000
  • 63ba2be8c9 build.xml: Added jar-test-smackx target and let test-unit depend on that, so that clean calls of 'ant test-unit' won't fail. Florian Schmaus 2013-01-21 11:35:56 +0000
  • d88f82f92d build.xml: Fixed accidentially deleted 'junit-' at target test-unit Florian Schmaus 2013-01-21 11:35:37 +0000
  • 5b7b13c43f Whitespace fixes in build.xml Florian Schmaus 2013-01-21 10:35:20 +0000
  • 767d93894e Enabled smackx unit tests for 'test-unit' target Florian Schmaus 2013-01-21 10:34:54 +0000
  • 4018fa3c7b SMACK-388 Moved PingProvider, Ping and Pong under ../smackx/ping package Florian Schmaus 2013-01-15 19:56:25 +0000
  • 6e141eeb68 PingManager: removed debug message that claims to be a error message Florian Schmaus 2013-01-11 10:30:52 +0000
  • e1bb5a6123 SMACK-278: Call socket.close() in XMPPConnection.shutdown() before closing the reader and writer streams. This basically prevents the deadlock reported in SMACK-278. Florian Schmaus 2013-01-06 14:02:44 +0000
  • 3c2eaba840 KeepAliveTask: Increased the initial heartbeat dealy in order to prevent a heartbeat timeout in high latency situations (mobile environments)" Florian Schmaus 2013-01-06 14:02:35 +0000
  • 7770511111 Fixed typo Florian Schmaus 2013-01-06 14:01:52 +0000
  • cd15d7499d Fix erroneous cast from byte to int in IBBInputStream's read() method. The casted value needs to be masked with 0xff, because bytes in java are signed (two's complement) Florian Schmaus 2013-01-05 12:53:45 +0000
  • e4621df621 test-case.xml: Whitespace fixes, changed serverhost to localhost to reflect the settings in source code. This also makes it easier for new Smack developers to run the tests. Florian Schmaus 2013-01-04 11:47:59 +0000
  • efacd34b2e Fix issue with Socks5ProxyTest: The read() method throws an Exception if the socket is closed. Catch this Exception and report the testcase as successful. Florian Schmaus 2013-01-04 11:47:53 +0000
  • 8c14f0cb55 Added XEP-199 aka. "XMPP Ping" support to smack. Fixes SMACK-388. Florian Schmaus 2013-01-04 11:43:35 +0000
  • 9cd16fe3dd SMACK-374 Added patch to fix memory leak. rcollier 2012-11-22 02:51:51 +0000
  • 012e1252e2 SMACK-392 Updated test targets in ant build. Fix integration tests and added target for unit tests. rcollier 2012-11-22 02:05:04 +0000
  • fc3ec2ab8a SMACK-390 Log exception in parsing extensions of Presence. Valid Presence will still be returned with extensions missing. rcollier 2012-10-30 01:53:44 +0000
  • e08c8afe44 SMACK-363 Applied code cleanup patches for many generics related issues. rcollier 2012-10-26 10:47:55 +0000
  • 6dc64671e2 Merge of 3.2 stream back into trunk rcollier 2012-02-07 04:32:59 +0000
  • bd60bcbc97 Build fix for release rcollier 2012-02-05 01:51:29 +0000
  • a92d37a32b SMACK-349 Couple of fixes to test cases based on changes in base64 encoding buffer sizes. 3.2.2 rcollier 2012-01-27 21:30:09 +0000
  • 62ce8e85dd SMACK-362 Added check for no values on form. rcollier 2011-12-21 14:58:48 +0000
  • c60184f852 SMACK-343 Added bnd wrap task to build to generate OSGi attributes in the manifest files. rcollier 2011-12-21 14:27:06 +0000
  • 2115a6b545 Moved the EmbeddedExtensionProvider from smackx to smack, since it is not tied to extensions but is a simple utility for aiding in parsing of custom cabinets. rcollier 2011-12-19 17:28:57 +0000
  • 298841cf54 Moved the EmbeddedExtensionProvider from smackx to smack, since it is not tied to extensions but is a simple utility for aiding in parsing of custom cabinets. rcollier 2011-12-19 17:26:47 +0000
  • be3b4ae9ef Updated url in javadoc. Changed from jabber to xmpp. rcollier 2011-12-19 15:45:24 +0000
  • 01d444ac78 SMACK-353 Fix thread leak issue. rcollier 2011-12-19 15:43:52 +0000
  • e16cb2b4cc SMACK-354 Provide milliseconds in timestamp colum debugwindow Applied the smack-354-debug_milliseconds.patch Tim Jentz 2011-12-16 13:39:24 +0000
  • 197548b548 SMACK-346 Return correct error code on file transfer refusal rcollier 2011-10-09 01:58:56 +0000
  • 55f4eb68be SMACK-349 The correct byte size is now calculated for outgoing ibb streams, taking into account the base64 encoding. rcollier 2011-10-09 01:38:09 +0000
  • 3b47f94b35 SMACK-263 Applied patch for setting file info for transfer rcollier 2011-10-08 03:48:29 +0000
  • c96be693dc Moved utility class to the core, since it is not extension related and useful for all code. rcollier 2011-09-21 23:57:34 +0000
  • 3f89df061d Merged the 3.2 branch back into trunk. rcollier 2011-09-09 01:26:22 +0000
  • ec66d6ea52 Added a few more tests for pubsub configuration rcollier 2011-09-08 21:32:06 +0000
  • fdd60122d3 SMACK-348 Updated broken links. rcollier 2011-08-18 03:44:41 +0000
  • eda09cb3ca SMACK-324 Applied recommended patch to remove improper stanza construction. rcollier 2011-08-18 03:28:05 +0000
  • 98d03d2d75 Just cleaning up an import used in the javadoc. rcollier 2011-08-15 01:28:15 +0000
  • 50bf29b122 Updates for Release of 3.2.1 3.2.1 rcollier 2011-07-04 19:51:43 +0000
  • 87ccd0b1c2 clear all rows button now clears all rows patch by lemon Wolf Posdorfer 2011-06-29 07:58:13 +0000
  • 402b430291 SMACK-230 Added synchronization since disconnect can be called from multiple threads. rcollier 2011-06-23 19:55:10 +0000
  • da5434505b SMACK-129 - Added a property in smack-config file for the default packet collector size and set it much lower than the previous default. Also made the max size for packet collectors configurable from the constructor. rcollier 2011-06-18 18:18:03 +0000
  • 0c88e19d3b SMACK-273 if RoomListenerMultiplexor is null also return a new one for this connection Wolf Posdorfer 2011-06-01 07:41:17 +0000
  • a71d8960e8 SMACK-329 changed <br>-Tag to xhtml compliant <br/>-tag Wolf Posdorfer 2011-06-01 07:39:05 +0000
  • 5e8f1c029b adding Generics to Iterators without Wolf Posdorfer 2011-05-30 11:31:02 +0000
  • a12167ebfc SMACK-338 this should use IBB as fallback protocol if available Holger Bergunde 2011-05-23 14:11:35 +0000
  • 3558b1bbcb SMACK-324 removed non base64 char from SASL response packet. Holger Bergunde 2011-05-12 07:32:46 +0000
  • 22d04c26e3 Merge trunk (3.2 release) up to the 3.2 branch for development on 3.2.x releases. rcollier 2011-05-12 02:06:35 +0000
  • 84c43c4fdd Updated all version info for 3.2 release. 3.2.0 rcollier 2011-05-04 23:41:24 +0000
  • acd98830b7 Fixed import linked in javadoc rcollier 2011-04-29 11:41:12 +0000
  • 8f1d8b50dd Updated the build to use Java 1.6 rcollier 2011-04-29 02:37:50 +0000
  • 85e5402979 SMACK-330 Added missing node attribute in the item element for pubsub. rcollier 2011-04-29 02:36:58 +0000
  • 1df6aaadf3 SMACK-330 Added missing node attribute in the item element for pubsub. rcollier 2011-04-29 02:36:16 +0000
  • f90b43a87c SMACK-325 patched the diff to ReconnectionManager manually. Holger Bergunde 2011-03-31 06:35:59 +0000
  • 750cfa64b0 Fixed bug with setting the form value in ConfigureForm.setChildrenAssociationPolicy. It was trying to set a single string value instead of a list. rcollier 2011-03-30 02:34:21 +0000
  • 2c55c2ac65 SMACK-334 FileTransferNegotiator now passes the correct type in the stream-method variable. rcollier 2011-03-30 00:43:35 +0000
  • 8a8b8ccd79 SMACK-163 Fixed NPE in accessing form field information. rcollier 2011-03-29 00:44:38 +0000