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

Commit graph

  • eec0df386c s/JEP/XEP/ Florian Schmaus 2014-06-14 11:45:38 +0200
  • 273c2d7da9 Fix PingManager, use 'nextPingIn' to schedule Florian Schmaus 2014-06-12 16:12:04 +0200
  • 3d926a034c Fix documentation to use correct XMPPConnection names Florian Schmaus 2014-06-11 16:20:24 +0200
  • 1de2da8ec4 Update README.html Florian Schmaus 2014-06-11 16:17:34 +0200
  • 6e8b51c088 Add missing 4.0.0 Changelog Florian Schmaus 2014-06-11 16:16:59 +0200
  • 3367105552 Smack 4.0.1-SNAPSHOT Florian Schmaus 2014-06-12 18:43:36 +0200
  • fe51a17324 MessageEventManager's PacketFilter should ignore error type messages Florian Schmaus 2014-06-10 18:56:50 +0200
  • 92bf90d059 Use new PacketExtensionFilter constructor Florian Schmaus 2014-06-10 18:54:53 +0200
  • 1b2231be0b Add PacketExtensionFilter(PacketExtension) constructor Florian Schmaus 2014-06-10 18:52:46 +0200
  • b083449cc3 Throw more exceptions when parsing Presences Florian Schmaus 2014-06-10 18:40:15 +0200
  • 009057e2e2 Streamline String to Enum transformation Florian Schmaus 2014-06-10 18:35:24 +0200
  • 0fe263106a Fix MessageTypeFilter.ERROR Florian Schmaus 2014-06-10 17:59:13 +0200
  • 3e18a23e47 Merge branch '4.0' Florian Schmaus 2014-06-07 12:24:51 +0200
  • 120be69a30 Smack 4.0.0 4.0.0 Florian Schmaus 2014-06-07 12:18:59 +0200
  • 9be0c480e3 Change IQ.Type to enum Júlio Cesar Bueno Cotta 2014-06-05 21:20:45 -0300
  • 91fa7a8219 Add missing mechanism-too-weak SASL Error Florian Schmaus 2014-06-05 20:52:10 +0200
  • 36a86f2dfc Improve getMultipleRecipientServiceAddress Florian Schmaus 2014-06-05 15:05:11 +0200
  • 0680553ef7 Make getMulitipleRecipientServiceAddress() more robust Florian Schmaus 2014-06-05 14:49:56 +0200
  • 944ac37fc3 Remove getConfiguration() from XMPPConnection Júlio Cesar Bueno Cotta 2014-06-04 22:27:16 -0300
  • 445d175a2e Use fixed versions instead of dynamic dependencies Florian Schmaus 2014-06-03 13:10:43 +0200
  • c7db63612c Remove javadoc references to code now in JXMPP Florian Schmaus 2014-06-02 16:59:45 +0200
  • 8bf30b960c Don't remove the MUC listeners after a disconnect Florian Schmaus 2014-06-02 16:58:53 +0200
  • 12b9e9d507 Add AndroidDebugger as possible debugger Florian Schmaus 2014-06-01 12:24:50 +0200
  • f67d655fe7 Use jxmpp-core (0.1.0-alpha1-SNAPSHOT) Florian Schmaus 2014-06-01 12:23:13 +0200
  • f05f6bf901 Fix lost sharedManfiest configuration in build.xml Florian Schmaus 2014-05-30 22:35:18 +0200
  • 8977f5b3f0 Improve TLS/SSL support Florian Schmaus 2014-05-29 09:21:04 +0200
  • 8cc2a76e7f Refactor Message Event (XEP-22) code to current design Florian Schmaus 2014-05-29 21:04:56 +0200
  • c3ae73472e Do not filter groupchat messages without body Florian Schmaus 2014-05-29 17:47:30 +0200
  • e9b47d4164 Smack 4.0.0-rc3-SNAPSHOT Florian Schmaus 2014-05-29 17:49:43 +0200
  • 2a091debc1 Add FlexiblePacketTypeFilter Florian Schmaus 2014-05-29 16:05:20 +0200
  • c606530e22 Add .travis.yml Florian Schmaus 2014-05-27 08:14:31 +0200
  • ca4fbcf2b0 Make PacketReader and PacketWriter nested classes Florian Schmaus 2014-05-26 22:02:04 +0200
  • 6fd4bb850e Remove schedule() from XMPPConnection interface Florian Schmaus 2014-05-26 17:36:00 +0200
  • 3647a7fce5 Improve parsing. Add method for de-serializing Strings Florian Schmaus 2014-05-25 23:31:58 +0200
  • beecb8a675 Make XMPPConnection an interface Florian Schmaus 2014-05-25 12:28:08 +0200
  • 6dd180e9d3 Improve Entity Capabilities code Florian Schmaus 2014-05-25 17:49:17 +0200
  • 47d9146c76 Update Maven repositories in README.md Florian Schmaus 2014-05-25 11:01:52 +0200
  • f69e81d7ea Smack 4.1.0-alpha1-SNAPSHOT Florian Schmaus 2014-05-24 16:02:28 +0200
  • 183ecb5542 Smack 4.0.0-rc2 4.0.0-rc2 Florian Schmaus 2014-05-24 11:45:02 +0200
  • d790db5729 Don't throw an IOException if IBBStream got closed by the remote Florian Schmaus 2014-05-20 14:18:47 +0200
  • a19181ce04 Make XMPPConnection.schedule() protected Florian Schmaus 2014-05-21 21:43:16 +0200
  • 1302dbe9cb Re-use executorService as listenerExecutor Florian Schmaus 2014-05-21 20:50:45 +0200
  • f4f7eca7ca Shutdown listenerExecutor to prevent the Thread from leaking Florian Schmaus 2014-05-21 13:02:32 +0200
  • f1f7713513 Introduced unchangedEntries in Roster logic Florian Schmaus 2014-05-17 10:43:30 +0200
  • 9a61c75ab0 Make Roster.hasValidSubscriptionType() static Florian Schmaus 2014-05-17 09:45:20 +0200
  • c80a4044e6 Replace deprecated Z(Input|Output)Stream Florian Schmaus 2014-05-15 16:44:34 +0200
  • 4c76f2652d Reworked OSGi support of Smack (SMACK-343) Florian Schmaus 2014-05-15 15:04:46 +0200
  • 541b8b3798 Update Presence.java Jared DiCioccio 2014-05-12 12:38:28 -0400
  • 98333e362d Add 'null' check to parseContentDepth Florian Schmaus 2014-05-11 10:18:49 +0200
  • e0b8577930 Make IQ attributes final in parseIQ() Florian Schmaus 2014-05-11 10:15:14 +0200
  • de6eb4b21c Tell Gradle to download javadoc Florian Schmaus 2014-05-11 09:38:13 +0200
  • 90ea9ba2fc Make ProviderManager static Florian Schmaus 2014-05-11 09:27:41 +0200
  • 0111be1a04 Fix description of subprojects POMs file Florian Schmaus 2014-05-10 21:00:40 +0200
  • 82654cd15e Use StringBuilder in parseContentDepth() Florian Schmaus 2014-05-10 10:53:03 +0200
  • 5618da4e23 Add parseContentDepthTest() Florian Schmaus 2014-05-10 10:51:45 +0200
  • ecccfe61af Reset usingTLS in XMPPTCPConnection.shutdown() Florian Schmaus 2014-05-10 10:26:48 +0200
  • 7a5533c823 Fix NPE in DiscoverInfo.Identities XmlStringBuilder Florian Schmaus 2014-05-07 12:46:24 +0200
  • 07d6b9203c Synchronize PacketWriter shutdown Florian Schmaus 2014-05-05 17:45:40 +0200
  • 74d188aabb Fix appendix in smack-core Florian Schmaus 2014-05-05 10:34:34 +0200
  • 39c837190d Don't make non-core packages a fragment bundle Florian Schmaus 2014-05-05 09:59:21 +0200
  • 0e664863d9 Add newlines to smack-core/build.gradle Florian Schmaus 2014-05-05 09:56:52 +0200
  • f940d72fcd Move duplicate code into XMPPConnection Florian Schmaus 2014-05-04 20:31:25 +0200
  • 7d72b9b770 Fix NPE in JavaxResolver Florian Schmaus 2014-05-03 11:17:51 +0200
  • 9484fb9259 Update javadoc for (get|set)CustomSSLContext() Florian Schmaus 2014-04-29 22:48:05 +0200
  • 42f2eae8fb Make sendPacket throw NotConnectedException Florian Schmaus 2014-05-03 10:23:57 +0200
  • 7041e90522 Properly sync PacketWriter's queue Florian Schmaus 2014-04-30 14:05:52 +0200
  • ed8b80c2ff Synchronize bindingRequired Florian Schmaus 2014-04-30 12:28:56 +0200
  • fd532be9b6 Fix unfiledEntries not updating Florian Schmaus 2014-04-29 15:15:59 +0200
  • 10e82fae45 Add log statements to Roster Florian Schmaus 2014-04-29 14:52:03 +0200
  • 6e12409b82 Make roster push and presence packet filter static final Florian Schmaus 2014-04-29 14:51:01 +0200
  • 9fd0961c32 Simplified Roster Florian Schmaus 2014-04-29 14:12:49 +0200
  • 2375c59791 Extend JivePropertiesManager Florian Schmaus 2014-04-28 20:22:46 +0200
  • 91fd15ad86 Prefix subprojects with 'smack-' Florian Schmaus 2014-04-28 19:27:53 +0200
  • b6fb1f3743 Notify PacketReader in case of TLS exceptions Florian Schmaus 2014-04-28 18:18:28 +0200
  • 5a19668544 Add Eclipse-(PatchFragment|ExtensibleAPI) manifest data Florian Schmaus 2014-04-28 17:42:23 +0200
  • bc176d72a3 Throw exceptions of SSLSocket.startHandshake() in connect() Florian Schmaus 2014-04-28 08:29:12 +0200
  • ddb47c2d60 Don't throw XmlPullParserException Florian Schmaus 2014-04-28 17:35:07 +0200
  • 06c6546d2e Strip 'smack-' prefix from artifacts Florian Schmaus 2014-04-28 17:10:53 +0200
  • 858492b177 Fix OSGi Bundle-Version Florian Schmaus 2014-04-28 11:22:42 +0200
  • 656b1c70be Only send scheduled Pings if no Pong was received Florian Schmaus 2014-04-28 11:07:14 +0200
  • 854489e785 No need to synchronize bindingRequired Florian Schmaus 2014-04-27 15:52:49 +0200
  • 874a22489e Remove resource binding out of sasl auth Florian Schmaus 2014-04-27 12:27:12 +0200
  • d17f64ed9a Improve stream compression for TCP connections Florian Schmaus 2014-04-27 11:39:38 +0200
  • 9b235d0d8f Improve javadoc of Java7ZlibInputOutputStream Florian Schmaus 2014-04-27 11:04:15 +0200
  • 86ad192bea Log connectionClosedOnError exceptions Florian Schmaus 2014-04-26 19:42:26 +0200
  • 790ebeca33 Make PacketReader.resetParser() throw the exception Florian Schmaus 2014-04-26 19:08:50 +0200
  • a613d5f574 Improve PacketReader startup() Florian Schmaus 2014-04-26 19:00:58 +0200
  • 76ce883ef3 Simplify PacketReader wait/notify code Florian Schmaus 2014-04-26 18:47:47 +0200
  • 2cd7bbadc5 Remove try/catch in startTLSReceived Florian Schmaus 2014-04-26 18:13:33 +0200
  • 08cec251c7 Add missing HOXT entry in toc.html Florian Schmaus 2014-04-26 17:34:07 +0200
  • 6e08a10186 Move Packet 'properties' from core to extensions Florian Schmaus 2014-04-26 15:43:58 +0200
  • c2b214f8d8 Remove reply timeout from RemoteCommand Florian Schmaus 2014-04-23 09:56:32 +0200
  • f5276a78c2 Fix javadoc of useCompression() Florian Schmaus 2014-04-23 09:50:39 +0200
  • 069e7d7e60 Use connection specific reply timeout value Florian Schmaus 2014-04-23 09:49:05 +0200
  • 439f4cd291 Use volatile instead of synchronized Florian Schmaus 2014-04-23 09:43:48 +0200
  • 0996a44a61 Replace sync block with sync method Florian Schmaus 2014-04-23 09:43:22 +0200
  • 5b8fd51345 Replace printStackTrace() with call to Logger Florian Schmaus 2014-04-23 09:37:16 +0200
  • cf6076ce43 Remove unnecessary try/catch blocks in DirectoryRosterStore Florian Schmaus 2014-04-23 09:31:52 +0200
  • 4e43292f1d Don't overwrite SSLSocket settings Florian Schmaus 2014-04-22 22:50:17 +0200
  • e2bca403e0 Improve proceedTLSReceived() documentation Florian Schmaus 2014-04-22 22:45:20 +0200