1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-15 20:19:39 +02:00

Commit graph

  • fc39ac88bd Add support for retrieving PubSub Node affiliations Florian Schmaus 2014-07-09 12:57:51 +02:00
  • b0825f73fd Fix TLSUtils.AcceptAllTrustManager Florian Schmaus 2014-07-09 09:42:31 +02:00
  • bdf9a75c4f Use XmlStringBuilder in RosterPacket and XMPPError Florian Schmaus 2014-07-07 12:29:59 +02:00
  • ed7dc1800d Throw IllegalStateException in StringUtils.hash() Florian Schmaus 2014-07-07 00:08:37 +02:00
  • e469601468 Do not hardcode the char[] length in StringUtils Florian Schmaus 2014-07-07 00:03:11 +02:00
  • 8b16c49a31 Remove Packet.ID_NOT_AVAILABLE Florian Schmaus 2014-07-06 23:57:06 +02:00
  • f671b9e781 Use CharSequence instead of String in parseContent() Florian Schmaus 2014-07-06 21:10:40 +02:00
  • 54b18e3575 Make XHMTMLExtensionProvider use parseElement() Florian Schmaus 2014-07-05 15:04:35 +02:00
  • 94a16ba41e Merge branch '4.0' Florian Schmaus 2014-07-05 14:37:22 +02:00
  • d8d88d9abd Make XHTMLText use XmlStringBuidler Florian Schmaus 2014-07-05 14:19:31 +02:00
  • 4477561d4b Replace references to 'smack.jar' Florian Schmaus 2014-07-05 12:04:40 +02:00
  • 8526f8ab29 Introduce packet.Element Florian Schmaus 2014-07-05 11:58:13 +02:00
  • f05b208120 Remove some duplicate IQ code Florian Schmaus 2014-07-04 23:51:00 +02:00
  • afd1f6bc36 Remove some duplicate code from smackx.filetransfer Florian Schmaus 2014-07-04 23:15:59 +02:00
  • 09425609af Refactor FileTransfer(Manager|Negotiator) Florian Schmaus 2014-07-02 00:17:04 +02:00
  • fdaf7940fb Remove decorators for "Legacy Delayed Delivery" Florian Schmaus 2014-06-30 13:36:49 +02:00
  • 08a232bff3 Only include the jars of the actual version in distirbutionZip Florian Schmaus 2014-06-27 12:22:45 +02:00
  • 1fb8a50b79 Improve documentation Florian Schmaus 2014-06-27 08:41:32 +02:00
  • 0f7365bc8a Use jxmpp 0.1.0 (non-SNAPSHOT) Florian Schmaus 2014-06-26 22:58:47 +02:00
  • f39519dbbe Disable uploadArchives for the root project Florian Schmaus 2014-06-26 22:44:31 +02:00
  • 73c64dc06a Record some more useful attributes in manifest Florian Schmaus 2014-06-22 18:18:04 +02:00
  • 609c225865 Add smack-resolver-minidns Florian Schmaus 2014-06-22 22:35:38 +02:00
  • 1f6d0fa415 Use BufferedReader to read version Florian Schmaus 2014-06-22 23:14:11 +02:00
  • 1d21285d24 Update JIRA URL Florian Schmaus 2014-06-22 22:44:00 +02:00
  • 56222d6ee2 Improve parseContent() and parseContentDepth() Florian Schmaus 2014-06-18 09:06:48 +02:00
  • 26b5bc0212 Properly escape Bookmarks and FormField XML Florian Schmaus 2014-06-19 11:48:01 +02:00
  • 2ce7656180 Fix PrivateDataResult.getChildElementXML() Florian Schmaus 2014-06-18 19:45:14 +02:00
  • 298822eaef Make smack-resolver-javax an OSGi ServiceComponent Florian Schmaus 2014-06-17 18:01:36 +02:00
  • a77adc018b Enable linkSource, use and JavaSE javadoc for javadocAll Florian Schmaus 2014-06-17 12:08:36 +02:00
  • 46f4a553e0 Add javadoc to SmackException.ConnectionException Florian Schmaus 2014-06-17 11:00:05 +02:00
  • 02651c668f Improve HostAddress, make some members final Florian Schmaus 2014-06-17 10:52:49 +02:00
  • 37279eaa06 Add ohloh stats to README.md Florian Schmaus 2014-06-14 18:42:55 +02:00
  • eec0df386c s/JEP/XEP/ Florian Schmaus 2014-06-14 11:45:38 +02:00
  • 273c2d7da9 Fix PingManager, use 'nextPingIn' to schedule Florian Schmaus 2014-06-12 16:12:04 +02:00
  • 3d926a034c Fix documentation to use correct XMPPConnection names Florian Schmaus 2014-06-11 16:20:24 +02:00
  • 1de2da8ec4 Update README.html Florian Schmaus 2014-06-11 16:17:34 +02:00
  • 6e8b51c088 Add missing 4.0.0 Changelog Florian Schmaus 2014-06-11 16:16:59 +02:00
  • 3367105552 Smack 4.0.1-SNAPSHOT Florian Schmaus 2014-06-12 18:43:36 +02:00
  • fe51a17324 MessageEventManager's PacketFilter should ignore error type messages Florian Schmaus 2014-06-10 18:56:50 +02:00
  • 92bf90d059 Use new PacketExtensionFilter constructor Florian Schmaus 2014-06-10 18:54:53 +02:00
  • 1b2231be0b Add PacketExtensionFilter(PacketExtension) constructor Florian Schmaus 2014-06-10 18:52:46 +02:00
  • b083449cc3 Throw more exceptions when parsing Presences Florian Schmaus 2014-06-10 18:40:15 +02:00
  • 009057e2e2 Streamline String to Enum transformation Florian Schmaus 2014-06-10 18:35:24 +02:00
  • 0fe263106a Fix MessageTypeFilter.ERROR Florian Schmaus 2014-06-10 17:59:13 +02:00
  • 3e18a23e47 Merge branch '4.0' Florian Schmaus 2014-06-07 12:24:51 +02:00
  • 120be69a30 Smack 4.0.0 4.0.0 Florian Schmaus 2014-06-07 12:18:59 +02:00
  • 9be0c480e3 Change IQ.Type to enum Júlio Cesar Bueno Cotta 2014-06-05 21:20:45 -03:00
  • 91fa7a8219 Add missing mechanism-too-weak SASL Error Florian Schmaus 2014-06-05 20:52:10 +02:00
  • 36a86f2dfc Improve getMultipleRecipientServiceAddress Florian Schmaus 2014-06-05 15:05:11 +02:00
  • 0680553ef7 Make getMulitipleRecipientServiceAddress() more robust Florian Schmaus 2014-06-05 14:49:56 +02:00
  • 944ac37fc3 Remove getConfiguration() from XMPPConnection Júlio Cesar Bueno Cotta 2014-06-04 22:27:16 -03:00
  • 445d175a2e Use fixed versions instead of dynamic dependencies Florian Schmaus 2014-06-03 13:10:43 +02:00
  • c7db63612c Remove javadoc references to code now in JXMPP Florian Schmaus 2014-06-02 16:59:45 +02:00
  • 8bf30b960c Don't remove the MUC listeners after a disconnect Florian Schmaus 2014-06-02 16:58:53 +02:00
  • 12b9e9d507 Add AndroidDebugger as possible debugger Florian Schmaus 2014-06-01 12:24:50 +02:00
  • f67d655fe7 Use jxmpp-core (0.1.0-alpha1-SNAPSHOT) Florian Schmaus 2014-06-01 12:23:13 +02:00
  • f05f6bf901 Fix lost sharedManfiest configuration in build.xml Florian Schmaus 2014-05-30 22:35:18 +02:00
  • 8977f5b3f0 Improve TLS/SSL support Florian Schmaus 2014-05-29 09:21:04 +02:00
  • 8cc2a76e7f Refactor Message Event (XEP-22) code to current design Florian Schmaus 2014-05-29 21:04:56 +02:00
  • c3ae73472e Do not filter groupchat messages without body Florian Schmaus 2014-05-29 17:47:30 +02:00
  • e9b47d4164 Smack 4.0.0-rc3-SNAPSHOT Florian Schmaus 2014-05-29 17:49:43 +02:00
  • 2a091debc1 Add FlexiblePacketTypeFilter Florian Schmaus 2014-05-29 16:05:20 +02:00
  • c606530e22 Add .travis.yml Florian Schmaus 2014-05-27 08:14:31 +02:00
  • ca4fbcf2b0 Make PacketReader and PacketWriter nested classes Florian Schmaus 2014-05-26 22:02:04 +02:00
  • 6fd4bb850e Remove schedule() from XMPPConnection interface Florian Schmaus 2014-05-26 17:36:00 +02:00
  • 3647a7fce5 Improve parsing. Add method for de-serializing Strings Florian Schmaus 2014-05-25 23:31:58 +02:00
  • beecb8a675 Make XMPPConnection an interface Florian Schmaus 2014-05-25 12:28:08 +02:00
  • 6dd180e9d3 Improve Entity Capabilities code Florian Schmaus 2014-05-25 17:49:17 +02:00
  • 47d9146c76 Update Maven repositories in README.md Florian Schmaus 2014-05-25 11:01:52 +02:00
  • f69e81d7ea Smack 4.1.0-alpha1-SNAPSHOT Florian Schmaus 2014-05-24 16:02:28 +02:00
  • 183ecb5542 Smack 4.0.0-rc2 4.0.0-rc2 Florian Schmaus 2014-05-24 11:45:02 +02:00
  • d790db5729 Don't throw an IOException if IBBStream got closed by the remote Florian Schmaus 2014-05-20 14:18:47 +02:00
  • a19181ce04 Make XMPPConnection.schedule() protected Florian Schmaus 2014-05-21 21:43:16 +02:00
  • 1302dbe9cb Re-use executorService as listenerExecutor Florian Schmaus 2014-05-21 20:50:45 +02:00
  • f4f7eca7ca Shutdown listenerExecutor to prevent the Thread from leaking Florian Schmaus 2014-05-21 13:02:32 +02:00
  • f1f7713513 Introduced unchangedEntries in Roster logic Florian Schmaus 2014-05-17 10:43:30 +02:00
  • 9a61c75ab0 Make Roster.hasValidSubscriptionType() static Florian Schmaus 2014-05-17 09:45:20 +02:00
  • c80a4044e6 Replace deprecated Z(Input|Output)Stream Florian Schmaus 2014-05-15 16:44:34 +02:00
  • 4c76f2652d Reworked OSGi support of Smack (SMACK-343) Florian Schmaus 2014-05-15 15:04:46 +02:00
  • 541b8b3798 Update Presence.java Jared DiCioccio 2014-05-12 12:38:28 -04:00
  • 98333e362d Add 'null' check to parseContentDepth Florian Schmaus 2014-05-11 10:18:49 +02:00
  • e0b8577930 Make IQ attributes final in parseIQ() Florian Schmaus 2014-05-11 10:15:14 +02:00
  • de6eb4b21c Tell Gradle to download javadoc Florian Schmaus 2014-05-11 09:38:13 +02:00
  • 90ea9ba2fc Make ProviderManager static Florian Schmaus 2014-05-11 09:27:41 +02:00
  • 0111be1a04 Fix description of subprojects POMs file Florian Schmaus 2014-05-10 21:00:40 +02:00
  • 82654cd15e Use StringBuilder in parseContentDepth() Florian Schmaus 2014-05-10 10:53:03 +02:00
  • 5618da4e23 Add parseContentDepthTest() Florian Schmaus 2014-05-10 10:51:45 +02:00
  • ecccfe61af Reset usingTLS in XMPPTCPConnection.shutdown() Florian Schmaus 2014-05-10 10:26:48 +02:00
  • 7a5533c823 Fix NPE in DiscoverInfo.Identities XmlStringBuilder Florian Schmaus 2014-05-07 12:46:24 +02:00
  • 07d6b9203c Synchronize PacketWriter shutdown Florian Schmaus 2014-05-05 17:45:40 +02:00
  • 74d188aabb Fix appendix in smack-core Florian Schmaus 2014-05-05 10:34:34 +02:00
  • 39c837190d Don't make non-core packages a fragment bundle Florian Schmaus 2014-05-05 09:59:21 +02:00
  • 0e664863d9 Add newlines to smack-core/build.gradle Florian Schmaus 2014-05-05 09:56:52 +02:00
  • f940d72fcd Move duplicate code into XMPPConnection Florian Schmaus 2014-05-04 20:31:25 +02:00
  • 7d72b9b770 Fix NPE in JavaxResolver Florian Schmaus 2014-05-03 11:17:51 +02:00
  • 9484fb9259 Update javadoc for (get|set)CustomSSLContext() Florian Schmaus 2014-04-29 22:48:05 +02:00
  • 42f2eae8fb Make sendPacket throw NotConnectedException Florian Schmaus 2014-05-03 10:23:57 +02:00
  • 7041e90522 Properly sync PacketWriter's queue Florian Schmaus 2014-04-30 14:05:52 +02:00
  • ed8b80c2ff Synchronize bindingRequired Florian Schmaus 2014-04-30 12:28:56 +02:00
  • fd532be9b6 Fix unfiledEntries not updating Florian Schmaus 2014-04-29 15:15:59 +02:00