1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-23 06:42:05 +01:00

Commit graph

  • b252fc808a build.gradle: Use not-deprecated methods Florian Schmaus 2018-03-27 22:08:16 +0200
  • 7d7b4e6e53 Bump jacoco to 0.8.1 Florian Schmaus 2018-03-27 19:07:03 +0200
  • a70063dc89 Rename and deprecate XMPPConnection methods Jesus Fuentes 2018-02-28 08:02:55 -0600
  • a9bf2a3504 Put ChatStateManager in INSTANCES in getInstanceFor() Florian Schmaus 2018-03-22 17:08:23 +0100
  • d6cc291252 Move listeners into constructor in ChatStateManager Florian Schmaus 2018-03-22 17:07:32 +0100
  • a3d430f334 Migrate the ChatState package to chat2 API Paul Schaub 2018-03-08 12:07:12 +0100
  • f42d9137b5 Merge branch '4.2' Florian Schmaus 2018-03-21 15:22:22 +0100
  • ac24d6737f Drop CharsequenceEquals Florian Schmaus 2018-03-21 15:15:08 +0100
  • 5a29be4c67 Use Jid in pubsub.Subscription Florian Schmaus 2018-03-21 14:47:22 +0100
  • ffaca31178 Use XmlStringBuilder for pubsub.Subscription Florian Schmaus 2018-03-21 14:46:53 +0100
  • 713f0438df Fix the Jingle IQ action attribute in jingle-old Matteo Campana 2018-03-14 16:40:14 +0100
  • 3a264777bd Use AnimalSniffer to check for Android API compatiblity Florian Schmaus 2018-03-07 07:50:48 +0100
  • dddf62763e Also store unavailable presences in the map for non-Roster presences Florian Schmaus 2018-03-10 10:43:44 +0100
  • 1fd03c396a Make Roster's non-roster presence second-level map bounded Florian Schmaus 2018-03-09 16:00:18 +0100
  • 1d438ec1c2
    Merge pull request #214 from fuentesj11/javadoc-update Florian Schmaus 2018-03-12 16:04:05 +0100
  • 1ac918c8d5
    Fix typos, reformat table and use https links Paul Schaub 2018-03-12 15:34:23 +0100
  • b81f8fe18e Add support for XEP-0372: References Paul Schaub 2018-03-12 13:37:19 +0100
  • 903f90e1c1 Update/fix javadocs Jesus Fuentes 2018-03-09 07:15:46 -0600
  • 2e4ce965cd
    Merge pull request #208 from fuentesj11/documentation-review Florian Schmaus 2018-03-04 17:21:46 +0100
  • b7e7aeee9e Reset Java source compatibility to 1.7 (Java 7) Florian Schmaus 2018-03-03 12:16:16 +0100
  • 7791e53454 Fix found typos Jesus Fuentes 2018-02-28 07:30:18 -0600
  • 7c9060c32b Merge branch '4.2' Florian Schmaus 2018-02-27 08:09:34 +0100
  • 32262a9c54 Proofread Getting Started documentation Son Goku 2018-02-26 08:18:43 -0600
  • 27808e9e8c Make PingManager use Manager.schedule() Florian Schmaus 2018-02-26 10:24:35 +0100
  • ecc53b1bc8 Add Manager.schedule(Runnable, long, TimeUnit) Florian Schmaus 2018-02-26 10:24:01 +0100
  • 4f88f23f33 Make scheduled executor service static Florian Schmaus 2018-02-26 10:23:02 +0100
  • cd05d5f5d8 Call schedule() instead of directly invoking the scheduled executor Florian Schmaus 2018-02-25 11:29:39 +0100
  • 1b58581ca0
    Fixed typo. Guus der Kinderen 2018-02-24 14:02:10 +0100
  • 42c2e4d077 Remove stanza ID ack'ed listeneres after max 3 instead of 12 hours Florian Schmaus 2018-02-23 18:53:47 +0100
  • c90607d7db Call schedule() instead of directly invoking the scheduled executor Florian Schmaus 2018-02-23 18:50:02 +0100
  • 3bdeca44f2 Merge branch '4.2' Florian Schmaus 2018-02-23 18:35:34 +0100
  • 72a2014572 Set core-pool size of single-threaded executor to zero Florian Schmaus 2018-02-23 18:22:53 +0100
  • a4ab6245f6 Make cached executor service static Florian Schmaus 2018-02-23 17:04:51 +0100
  • abdfe73006 Remove executorService from AbstractXMPPConnection Florian Schmaus 2018-02-23 16:48:15 +0100
  • 20014d56b4 Use true/false instead of 1/0 in boolean type FormFields Florian Schmaus 2018-02-23 11:50:54 +0100
  • 793d3c47ad Move TLS and SASL sync points into subclasses Florian Schmaus 2018-02-20 09:01:11 +0100
  • 5e25491877 Do not send unavailable on disconnect() when not authenticated Florian Schmaus 2018-02-20 09:44:05 +0100
  • 1bd3469fec Also set persist items to true in PubSubIntegrationTest Florian Schmaus 2018-02-22 15:05:12 +0100
  • 026f3a2f8c Merge branch '4.2' Florian Schmaus 2018-02-22 14:54:48 +0100
  • e1eb2d4ef1 Remove package-info.java from test code Florian Schmaus 2018-02-22 14:16:04 +0100
  • 4bf5c0c714 Suppress 'unsused' warning in SpoilerTest Florian Schmaus 2018-02-22 09:31:24 +0100
  • c1e557e1d4 Add NAMESPACE field to SpoilerElement Florian Schmaus 2018-02-22 09:03:53 +0100
  • bde6239c26 Return empty map in SpoilerElement.getSpoilers() instead of null Florian Schmaus 2018-02-22 09:03:33 +0100
  • 4292659f22 Use StringUtils in SpoilerElement Florian Schmaus 2018-02-22 09:03:09 +0100
  • 81f599425a Make SDM a field in SpoilerManager Florian Schmaus 2018-02-22 09:02:28 +0100
  • ce19ea4114 Add support for XEP-0382: Spoiler Messages Paul Schaub 2018-02-22 08:51:54 +0100
  • a729a7c43b Add support for XEP-0394: Message Markup Paul Schaub 2018-02-21 20:49:01 +0100
  • b3b76b9ff4 Add support for XEP-0359: Stable and Unique Stanza IDs Paul Schaub 2018-02-21 20:28:26 +0100
  • ec4be1963a Deprecate legacy disco-publish API of ServiceDiscoveryManager Florian Schmaus 2018-02-21 20:25:44 +0100
  • 41f5cf8435 Remove unused LOGGER from ServiceDiscoveryManager Florian Schmaus 2018-02-21 20:21:10 +0100
  • a48e8ef843 Merge branch '4.2' Florian Schmaus 2018-02-21 20:13:05 +0100
  • 79cb639f93 Improve PubSubIntegrationTest.simplePubSubNodeTest() Florian Schmaus 2018-02-21 20:01:18 +0100
  • 98708d67a2 Make ServiceDiscoveryManager.findService() consider all services Florian Schmaus 2018-02-21 19:55:01 +0100
  • 64f41364f9
    Merge pull request #207 from vanitasvitae/descriptions Florian Schmaus 2018-02-21 20:08:39 +0100
  • a1f9ede5fb
    Merge pull request #204 from knightcube/patch-2 Florian Schmaus 2018-02-21 20:06:27 +0100
  • 9f47daa7ad
    Add missing package-info descriptions. Paul Schaub 2018-02-21 16:47:11 +0100
  • 245a3b3851 Use the correct ad-hoc action in ServiceAdministrationManager Florian Schmaus 2018-02-21 16:34:03 +0100
  • 20b97eb241 Add javadoc to Provider Florian Schmaus 2018-02-21 10:37:25 +0100
  • ec95bd4422 Prevent race condition in ecaps test (#206) Paul Schaub 2018-02-20 15:52:04 +0100
  • 6ff68b40dc
    Fixed typos Rajat Kumar Gupta 2018-02-16 08:48:27 +0530
  • e38f80b3cb Improve ConsistentColor API Florian Schmaus 2018-02-10 21:03:17 +0100
  • e0af3db189 Add support for XEP-0392: Consistent Color Generation Paul Schaub 2018-02-07 14:21:44 +0100
  • 8e3d3a7d14 Fix copy and paste issue in processing.md Killer 2018-02-07 10:55:31 +0530
  • e00ebd2141 Smack 4.3.0-beta2-SNAPSHOT Florian Schmaus 2018-02-10 18:16:14 +0100
  • 3210baeebd Smack 4.3.0-beta1 Florian Schmaus 2018-02-10 14:53:53 +0100
  • d6be4a7782 Set Java source and target compatibility to Java 8 Florian Schmaus 2018-02-10 14:11:27 +0100
  • 5333bde2e8 Merge branch '4.2' Florian Schmaus 2018-02-10 12:14:09 +0100
  • 278c15d52d Deprecate some chat2 ChatManager APIs Florian Schmaus 2018-02-10 12:08:40 +0100
  • 6f7d6a7f50 Merge tag '4.2.3' Florian Schmaus 2018-02-10 11:56:52 +0100
  • 6dfc20ee5e Rename "Packet (Reader|Writer)" to just Reader or Writer Florian Schmaus 2018-02-09 10:26:42 +0100
  • dfe5c5c09f Smack 4.2.4-SNAPSHOT Florian Schmaus 2018-02-07 21:44:59 +0100
  • 1de9d3dee0 Smack 4.2.3 Florian Schmaus 2018-02-07 21:19:01 +0100
  • dfaee56415
    Merge pull request #197 from vanitasvitae/fixMucDoc Florian Schmaus 2018-02-06 11:10:43 +0100
  • 4ca2f84d41
    Fix typo in example Paul Schaub 2018-01-23 16:31:43 +0100
  • 77c0865326
    Merge pull request #196 from cl90/4.2 Florian Schmaus 2018-01-19 13:21:55 +0100
  • 93683389e3 Bugfix in SOCKS5 authentication lohse 2018-01-19 11:38:17 +0100
  • ae46f653fd Fix for extra quote in workgroup IQs dave-stanley 2018-01-02 15:42:33 +0000
  • 3c4225d167 Merge branch '4.2' Florian Schmaus 2017-12-25 14:09:51 +0100
  • 34373e8710 Enable javadoc 'html' doclint Florian Schmaus 2017-12-25 12:51:41 +0100
  • 0cf33f9849 Merge branch '4.2' Florian Schmaus 2017-12-25 12:10:35 +0100
  • 89c97bb46c Enable javadoc 'syntax' doclint Florian Schmaus 2017-12-25 12:09:46 +0100
  • 0eeab74990 Merge branch '4.2' Florian Schmaus 2017-12-25 11:40:45 +0100
  • e5e5fca7c1
    Merge pull request #191 from vanitasvitae/fixJavadoc Florian Schmaus 2017-12-24 14:46:02 +0100
  • 2d102e2dd5
    Merge pull request #190 from vanitasvitae/retainAPI Florian Schmaus 2017-12-24 14:44:13 +0100
  • 52398b535f
    Fix javadoc issues in some packages Paul Schaub 2017-12-23 20:21:19 +0100
  • e1acf0cfd2
    Retain smack-jingle-old API Paul Schaub 2017-12-19 15:06:55 +0100
  • 2288825b1c
    Retain smack-core API Paul Schaub 2017-12-19 15:06:40 +0100
  • 2f2c2f8663 Fix minor codestyle issues Paul Schaub 2017-12-13 23:10:11 +0100
  • 431e5b3c67 Merge branch '4.2' into master-paul-merged Florian Schmaus 2017-12-17 11:16:02 +0100
  • cb18056613 Fix minor codestyle issues Paul Schaub 2017-12-13 23:10:11 +0100
  • 200f90ffdc Add IpAddressUtilTest Florian Schmaus 2017-12-16 12:37:29 +0100
  • 517fc6e0f2 Add assert to IpAddressUtil.isIPv4LiteralAddress(String) Florian Schmaus 2017-12-16 12:37:11 +0100
  • 5147f6e915 Fix IPAddressUtil.isIPv4LiteralAddress(String) Florian Schmaus 2017-12-16 12:36:02 +0100
  • 63dd9953fc Improve HTTP File Upload SlotProvider Florian Schmaus 2017-12-10 15:29:57 +0100
  • 3a7c20ce54 Add more HTTP File Upload SlotProvider tests Florian Schmaus 2017-12-10 14:23:11 +0100
  • 0a0066c806 Fix XEP-0363 HTTP File Upload elements Florian Schmaus 2017-12-09 14:35:35 +0100
  • 36a278eeca Add javadoc to HTTP File Upload API Florian Schmaus 2017-12-09 10:35:32 +0100
  • e1615ee7d3 Eliminate stray 'g' in experimental.providers Florian Schmaus 2017-12-07 17:55:18 +0100
  • 9863b9c458 Use ResolverResult.getResolutionUnsuccessfulException() in MiniDnsResolver Florian Schmaus 2017-12-05 20:52:42 +0100
  • a25971d02b Add AffiliationsExtensionTest Florian Schmaus 2017-12-05 20:39:34 +0100