1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-07-03 08:32:33 +02:00

Commit graph

  • 62de78ef7c SMACK-53: create VersionProvider and VersionManager Georg Lukas 2013-11-06 17:54:30 +0100
  • 61bf5cd4ce Advanced Message Processing implementation (XEP-0079) Vyacheslav Blinov 2014-03-07 17:46:46 +0400
  • 06f88674ee SMACK-541 Fix of XHTMLExtensionProvider on Android This fixes issue there on android in XHTMLExtension bodys contained "null" instead of actual xhtml tags This happened due to difference in XPP implementation in KXmlPullParser (on Android) MXParser (in other cases) This fix replaces usage of getText method of XPP with restoration of xhtml tags using XPP api. Vyacheslav Blinov 2014-03-06 12:42:25 +0400
  • 585e20e93e Rework XMPP Date/Time related code Florian Schmaus 2014-03-03 09:44:32 +0100
  • 768700b301 Move Roster Item Exchange code to legacy project Florian Schmaus 2014-03-03 12:05:25 +0100
  • fa289eac04 Migrated Roster Item Exchange to new manager design Florian Schmaus 2014-03-03 11:53:55 +0100
  • 14b43581dc Move Jingle packet and provider under smackx.jingle Florian Schmaus 2014-03-03 11:31:06 +0100
  • 84a3fd7bd9 s/XMPPConnection/TCPConnection Florian Schmaus 2014-03-02 15:23:54 +0100
  • 07649cc758 Code cleanup in SASLMechanism Florian Schmaus 2014-03-02 14:07:28 +0100
  • 57231648c8 Remove remainders of non-SASL authentication (SMACK-446) Lars Noschinski 2014-03-05 08:44:47 +0100
  • e654eac9d5 Unify AndFilter and OrFilter Lars Noschinski 2014-03-05 08:00:01 +0100
  • 9ac882241a Process only requested roster results (SMACK-538) Lars Noschinski 2014-03-04 14:14:12 +0100
  • 6c7296a37b Add and use IQReplyFilter (SMACK-533) Lars Noschinski 2014-02-23 21:08:35 +0100
  • 980047c4e1 Create accurate filter for matching on from address (SMACK-71) Lars Noschinski 2014-03-05 00:00:02 +0100
  • 0e49b23687 Use correct namespace for MUC.getAdmins() Florian Schmaus 2014-03-01 15:36:57 +0100
  • e7963b698d PingManager should notify PingFailedListeners only once Florian Schmaus 2014-03-01 15:29:35 +0100
  • a3e64bab18 Created 'tcp' subproject for TCPConnection Florian Schmaus 2014-03-01 14:27:20 +0100
  • 790343867a Remove non-SASL authentication code (SMACK-446) Florian Schmaus 2014-02-26 21:57:42 +0100
  • 3a4e6c6d39 Add automatically scheduled pings in PingManager Florian Schmaus 2014-02-23 21:36:57 +0100
  • 54a421e84e Make JUL Loggers final (SMACK-536) Florian Schmaus 2014-02-26 21:38:02 +0100
  • f0c6d1f1d3 Properly escape PubSub item's text (SMACK-546) Florian Schmaus 2014-02-26 21:26:39 +0100
  • 2c7f1efe80 Send request after the PacketCollector was setup Florian Schmaus 2014-02-24 08:30:51 +0100
  • 3093333533 Reworked Smack initialization Florian Schmaus 2014-02-23 17:48:07 +0100
  • 4121ec2c0e Use String(String,String) constructor in SmackConfiguration Florian Schmaus 2014-02-22 14:41:19 +0100
  • 2241dae16a Remove some deprecated code Florian Schmaus 2014-02-20 16:04:20 +0100
  • 352c362e90 Remove the dependency on javax.xml.transform Florian Schmaus 2014-02-20 14:47:05 +0100
  • 24b637876f Substitute MXParser with a call to XmlPullParserFactory Florian Schmaus 2014-02-20 13:38:12 +0100
  • 4db0b101c2 Raise jbosh version to 0.7.0 Florian Schmaus 2014-02-20 13:11:10 +0100
  • b4d735e862 Cleanup of build.gradle Florian Schmaus 2014-02-19 23:26:56 +0100
  • 1a94812660 Add BOSH subproject (SMACK-187) Florian Schmaus 2014-02-19 20:06:30 +0100
  • fea2db2be7 SMACK-465: XMPPException using Java's wrapped Throwable Georg Lukas 2013-11-11 09:33:31 +0100
  • 602a8fc812 Activate the jingle subproject and move integration tests Florian Schmaus 2014-02-19 10:38:30 +0100
  • f7d3f559a2 Fix eclipse formatter settings: indentation.size=4 Florian Schmaus 2014-02-18 23:15:38 +0100
  • 7bd7b3d24c Improve packet send and result collecting API Florian Schmaus 2014-02-18 15:05:19 +0100
  • e6d5385129 Add more pom metadata Florian Schmaus 2014-02-18 10:51:24 +0100
  • 312f2f7508 Move EntityCaps and Bookmarks API in correct package Florian Schmaus 2014-02-18 10:24:59 +0100
  • 1f63ac31a5 Update README.md Florian Schmaus 2014-02-18 10:03:42 +0100
  • d069e1be64 Normalize newlines to '\n' Florian Schmaus 2014-02-17 23:58:40 +0100
  • 1e57f1c659 Activate checkstyle and add missing license headers Florian Schmaus 2014-02-17 18:57:38 +0100
  • 2e11470aee Code cleanup: unused imports, values, blocks, etc. Florian Schmaus 2014-02-16 11:01:51 +0100
  • 6dd64da930 Create new subproject 'legacy', move workgroup API into it Florian Schmaus 2014-02-16 09:53:39 +0100
  • 202be35978 Add resource URLs to README.md Florian Schmaus 2014-02-16 15:22:47 +0100
  • 207b060d78 Merge pull request #1 from SnakeDoc/master Florian Schmaus 2014-02-16 11:08:59 +0100
  • 3da34da5e7 Fix copy&paste error in intro.html Florian Schmaus 2014-02-15 22:36:52 +0100
  • 64b8cfe3dc added basic markdown readme Jason Sipula 2014-02-15 13:36:42 -0800
  • 38a3531ec6 Move privacy lists from core to extensions Florian Schmaus 2014-02-15 22:35:38 +0100
  • 2ad517b6dd Add initializer tests and move classpath files Florian Schmaus 2014-02-15 13:01:57 +0100
  • 8d3814a8a7 New API design (SMACK-545) Florian Schmaus 2014-02-15 11:35:08 +0100
  • 201152ef42 Migrate from Ant to Gradle (SMACK-265) Florian Schmaus 2014-02-14 18:13:51 +0100
  • 235eca3a3d Change xml-not-well-formed to not-well-formed Florian Schmaus 2014-02-10 14:10:36 +0100
  • acbf75a01b Remove <invalid-id> stream error (SMACK-401) Florian Schmaus 2014-02-10 14:04:36 +0100
  • 470868506f Add test-reports/ to gitignore Florian Schmaus 2014-02-10 14:01:06 +0100
  • 7bba6b7f91 Fix typo in StreamInitiation.setSesssionID() Florian Schmaus 2014-02-10 14:00:08 +0100
  • 7ba3c3d43f Add namespace attribute to XHTML-IM body tags Florian Schmaus 2014-02-10 13:51:12 +0100
  • 4bc7ce052d Remove RCS header attributes Florian Schmaus 2014-02-10 12:33:41 +0100
  • 93030c218c Remove ServerTrustManager Florian Schmaus 2014-02-10 12:07:39 +0100
  • 5f5805cd1c Merge branch '3.4' Florian Schmaus 2014-02-10 09:09:02 +0100
  • 0cec5713d1 Smack 3.4.1 3.4.1 Florian Schmaus 2014-02-09 14:09:55 +0100
  • fc26b83efd Use '-' as separator for $version.extra in build.xml Florian Schmaus 2014-02-08 13:21:55 +0100
  • 9c61c6c945 Convert Connection references to weak references Florian Schmaus 2014-02-07 13:17:36 +0100
  • 666f555733 Update eclipse project name Florian Schmaus 2014-02-07 12:40:48 +0100
  • 4c8af8c17f Don't use manager's constructor in connectionCreated Florian Schmaus 2014-02-07 12:15:04 +0100
  • 89838f5843 Format build.xml's checkcode target Florian Schmaus 2014-02-06 18:19:27 +0100
  • f9d125127b Fix javadoc Java API link Florian Schmaus 2014-02-06 18:18:27 +0100
  • f021d7efb1 Cleanup of build.xml's release target Florian Schmaus 2014-02-06 18:10:15 +0100
  • 05ccada195 Updated version for post release rcollier 2014-02-03 02:03:54 +0000
  • 52a8a835ee Generate unit test reports Florian Schmaus 2014-02-06 17:39:52 +0100
  • f125077f34 Add file local variables to build.xml Florian Schmaus 2014-02-06 10:18:27 +0100
  • 8ff5807586 Add git revision in build.xml output files Florian Schmaus 2014-02-06 10:17:40 +0100
  • c4edd1f27c Untabify build.xml Florian Schmaus 2014-02-06 09:45:26 +0100
  • 68a570b4fe Use WeakReference in MUC NodeInformationProvider Florian Schmaus 2014-02-05 20:04:13 +0100
  • 1df3841a41 Eclipse: Add build/resources to classpath Florian Schmaus 2014-02-05 19:59:57 +0100
  • 2cb3d5a0d4 Move 'new MXParser()' in try/catch block Florian Schmaus 2014-02-03 20:21:59 +0100
  • c06b0a7720 Implement support for roster versioning Lars Noschinski 2013-11-10 15:02:57 +0100
  • e7a2cad401 Add hidden default constructor to ConnectionConfiguration Florian Schmaus 2014-02-03 19:59:26 +0100
  • 7eb57d3896 build.xml: Use metainf instead of copy Florian Schmaus 2014-02-03 18:38:39 +0100
  • b5cac9c68a SMACK-286 fix unit test for newer ant versions Florian Schmaus 2014-02-03 18:25:40 +0100
  • b132dfa744 Add .gitignore Florian Schmaus 2014-02-03 17:12:46 +0100
  • b18a43920a Merge branch '3.4.0' into master Florian Schmaus 2014-02-03 10:26:33 +0100
  • ab189706ed Updated version for post release rcollier 2014-02-03 02:03:54 +0000
  • 9a2993e661 Updated versioning for release (3.4.0) 3.4.0 rcollier 2014-02-03 01:55:16 +0000
  • 719f44dfdf SMACK-534 Removed the setting of JUL properties form the default config, they now have to be enabled explicitly so as to not mess up any existing config a user might have. rcollier 2014-02-02 22:40:22 +0000
  • 1b651d4939 SMACK-534 Refactored all System.out/err and printStackTrace calls with appropriate Java util logging calls. rcollier 2014-02-02 22:39:07 +0000
  • 9bb940da4b SMACK-526 Classes marked as deprecated to discourage their usage. Pubsub should be used instead. rcollier 2014-02-01 22:40:30 +0000
  • 5bbf6cf224 SMACK-387 Added some configuration to the ChatManager to allow for different matching modes on incoming messages with no thread id. rcollier 2014-02-01 22:22:30 +0000
  • 782448b3ec SMACK-403 New constructor added with no DelayInfo. rcollier 2014-01-31 03:52:13 +0000
  • faa0f21906 SMACK-434 Added missing javadoc and some test code cleanup rcollier 2014-01-31 03:49:47 +0000
  • 33e2094fe4 SMACK-434 (and 529) Added support for experimental code, that is XEP's that have not yet made it to the draft state. rcollier 2014-01-31 03:41:25 +0000
  • e4ae5565f0 SMACK-343 Made all non core jars set the smack jar as the fragment host. rcollier 2014-01-26 14:49:45 +0000
  • 3a0b1b6197 Added some versioning to the jar files to match the versioning on the release build. rcollier 2014-01-25 22:48:44 +0000
  • fb6dbda30f SMACK-286 Fixed ant test-unit target to work with configuration changes rcollier 2014-01-22 04:00:03 +0000
  • 1c5b28cf9f SMACK-530 Moved DNSUtilTest to integration tests rcollier 2014-01-22 03:17:34 +0000
  • 2789591a5b SMACK-403 Added support for Stanza forwarding. rcollier 2014-01-22 02:25:32 +0000
  • 86df178654 SMACK-464 Updated javadoc to make method usage more clear. rcollier 2014-01-20 02:52:44 +0000
  • 722ec5a48a SMACK-461 Reverting last changes as the original deprecation marker was correct. rcollier 2014-01-20 02:45:12 +0000
  • e49c500ac3 SMACK-436 Moved workgroups to its own source location and jar since it is not (and never will be) part of the specification. rcollier 2014-01-20 02:25:35 +0000
  • 9c9eb3efe2 Added version info to the release build zip/tar file rcollier 2014-01-19 17:24:41 +0000
  • 962bd277f1 SMACK-524 Use correct block-size definition for IBB transfers Florian Schmaus 2014-01-17 11:24:07 +0000
  • c143f0de25 SMACK-525 fix NPE when initConnection() fails Florian Schmaus 2014-01-17 10:40:10 +0000
  • f155cb4d07 SMACK-286 Made ProviderManager much more configurable. rcollier 2014-01-16 05:14:39 +0000