1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-24 12:34:52 +02:00

Commit graph

  • c07f41c119 debug: show active tab on Smack debugger startup Jesus 2020-04-11 12:17:42 -0500
  • 5c5dfedce2
    Merge pull request #383 from adiaholic/docFix Florian Schmaus 2020-04-17 21:02:28 +0200
  • 72b9f79692
    Merge pull request #385 from adiaholic/bugFix Florian Schmaus 2020-04-17 21:02:14 +0200
  • 22cff274bb Remove unexpected MucNotJoinedException from MultiUserChat.leave() adiaholic 2020-04-17 20:10:45 +0530
  • c3c14cfdb9 gradle: remove nonStrictJavadocProjects Florian Schmaus 2020-04-17 10:29:40 +0200
  • 0f7b7df1f0 muc: fix roomDestroyed() callback Florian Schmaus 2020-04-16 21:59:19 +0200
  • 20aaef2628 muc: remove 'joined' boolean from MultiUserChat, use myRoomJid instead Florian Schmaus 2020-04-16 21:44:55 +0200
  • 26ab832452 muc: only call userHasLeft() at one site Florian Schmaus 2020-04-16 21:40:06 +0200
  • ab2822be3e muc: also set myRoomJid to null if we have left the room Florian Schmaus 2020-04-16 21:39:52 +0200
  • c519dd1213 muc: do check for equality twice Florian Schmaus 2020-04-16 21:38:55 +0200
  • e2e228fc93 muc: synchronize Stats.create(Integer) Florian Schmaus 2020-04-16 21:20:53 +0200
  • fa643f12d5 muc: add MUC status code 33 Florian Schmaus 2020-04-16 21:20:35 +0200
  • 162651821e sinttest: log unexpected Throwables thrown by runTests() Florian Schmaus 2020-04-15 19:44:16 +0200
  • da5f59a996 Remove superfluous ' "" +' statements Florian Schmaus 2020-04-15 09:35:13 +0200
  • 77d12d4758 fastening: set ENABLED_BY_DEFAULT to false Florian Schmaus 2020-04-15 09:34:04 +0200
  • cda764d62d Merge branch 'master' of github.com:igniterealtime/Smack Florian Schmaus 2020-04-15 09:30:04 +0200
  • 4f3d89e666
    Merge pull request #355 from vanitasvitae/messageFastening Florian Schmaus 2020-04-15 09:29:02 +0200
  • 38c77fd573 Correct erroneous documentation adiaholic 2020-04-14 16:16:04 +0530
  • cbc2024875 sinttest: print smack version Florian Schmaus 2020-04-14 09:20:43 +0200
  • 7f2e8b793a
    Merge pull request #379 from akrherz/travis Florian Schmaus 2020-04-13 23:03:51 +0200
  • ad13effe41
    Merge pull request #382 from vanitasvitae/typo Florian Schmaus 2020-04-13 23:03:34 +0200
  • f3e93cef32 core: do not init() closingStreamReceived sync point in initState() Florian Schmaus 2020-04-13 22:50:02 +0200
  • dd248adb28 sinttest: delcare boolean in WaitForClosingStreamElementTest Florian Schmaus 2020-04-13 22:49:31 +0200
  • 6c3cd53567 pep: improve pep event filter Florian Schmaus 2020-04-13 22:36:36 +0200
  • 7f027bd339 pep: Use EventItemsExtensionFilter Florian Schmaus 2020-04-13 21:27:56 +0200
  • 2c6f444bab pubsub: Add EventItemsExtensionFilter Florian Schmaus 2020-04-13 21:27:45 +0200
  • 50da46ffda core: Add ExtensionElementFilter Florian Schmaus 2020-04-13 21:27:31 +0200
  • 5114f6dfa4 core: remove deprecated methods in PacketUtil Florian Schmaus 2020-04-13 21:25:28 +0200
  • fb7054bbe7 core: delete deprecated ToFilter Florian Schmaus 2020-04-13 20:54:04 +0200
  • 988954a9db core: delete deprecated filters Florian Schmaus 2020-04-13 20:52:07 +0200
  • aea95d3401 sinttest: also check for length of subdescriptions varargs Florian Schmaus 2020-04-13 20:46:59 +0200
  • c49999b933 core: add shortcut via hash in EqualsUtil Florian Schmaus 2020-04-13 20:01:20 +0200
  • 4f609b855c geoloc: make GeoLocation implement hashCode() and equals(Object) Florian Schmaus 2020-04-13 20:00:36 +0200
  • f5c412a98f geoloc: GeoLocation constructor should have Builder as sole paramter Florian Schmaus 2020-04-13 19:59:22 +0200
  • 905d5dc102
    Fix typo in XmppElementUtil Paul Schaub 2020-04-13 18:18:31 +0200
  • e0f7ddf5a8
    Add support for XEP-0422: Message Fastening Paul Schaub 2020-04-13 18:17:26 +0200
  • 72a9cb65a6 OriginIdElement: Add proper equals() method Paul Schaub 2019-12-16 07:13:16 +0100
  • 9b20e2efd8 sinttest: signal failure if geoloc element does not match Florian Schmaus 2020-04-13 15:28:17 +0200
  • 6d9936a0a6 geoloc: do not set error in integration test Florian Schmaus 2020-04-13 15:27:43 +0200
  • 340bcb2d12 pep: improve API, add PepEventListener Florian Schmaus 2020-04-13 15:26:46 +0200
  • 7c2f9e3603 pep: cleanup pep users API Florian Schmaus 2020-04-13 12:14:32 +0200
  • 32ae0d8826 geoloc: make global setter static Florian Schmaus 2020-04-13 10:52:58 +0200
  • 5d5fd1a964 omemo: fix javadoc issue with OracleJDK8 Florian Schmaus 2020-04-13 10:47:03 +0200
  • 2b41a67028 sinttest: only append subdescriptions if there are any Florian Schmaus 2020-04-12 22:17:12 +0200
  • 268425854a resolver-dnsjava: bump to dnsjava 3.0 series Florian Schmaus 2020-04-12 22:14:26 +0200
  • 5d10afbb11 resolver-dnsjava: change description Florian Schmaus 2020-04-12 22:14:05 +0200
  • e8fef260e6 sinttest: migrate to JUnit5, drop JUnit4 Florian Schmaus 2020-04-12 21:54:18 +0200
  • fdeaaf368e
    Merge pull request #350 from adiaholic/pepOverPubsub Florian Schmaus 2020-04-12 19:20:04 +0200
  • 31d69b07f9
    Merge pull request #354 from vanitasvitae/smackomemoStyleFixes Florian Schmaus 2020-04-12 19:18:42 +0200
  • 5438fb7b33 core: add hint towards StanzaView.getExtension(Class) Florian Schmaus 2020-04-12 12:16:36 +0200
  • d498cd8499 core: re-add Stanza.getExtension(String, String) and mark deprecated Florian Schmaus 2020-04-12 12:13:32 +0200
  • 7bc2ebb731 core: fix javadoc of Stanza.getExtensionElement(String, String) Florian Schmaus 2020-04-12 12:12:57 +0200
  • 7a57bb7c09 Rename Stanza.getExtension(String, String) to getExtensionElement() Florian Schmaus 2020-04-12 12:09:04 +0200
  • 9879dea0bf Refer to static fields by their declaring type Florian Schmaus 2020-04-12 12:08:31 +0200
  • 0479a75d1d Remove unnecessarily suppressed warnings Florian Schmaus 2020-04-12 12:07:59 +0200
  • de0f3cd06c extensions: comment out unfinished jingle util test Florian Schmaus 2020-04-12 12:07:32 +0200
  • e63ba07e5c Cast with generic declared Florian Schmaus 2020-04-12 12:07:02 +0200
  • 8c4513a618 dox: make setDefaultDnsOverXmppResolver() static Florian Schmaus 2020-04-12 12:06:18 +0200
  • c10a56dc84 mam: remove unused import Florian Schmaus 2020-04-12 12:06:00 +0200
  • 516c68bdb4 test: remove InitExtensions Florian Schmaus 2020-04-12 09:34:08 +0200
  • 28e763f938 extensions/experimental: line separator according to import order Florian Schmaus 2020-04-12 09:33:14 +0200
  • 463dfac48d extensions: finish conversion to JUnit5, drop JUnit4 Florian Schmaus 2020-04-11 22:10:19 +0200
  • 4ccced906e core: add SuppressWarnings("static-method") to getReactor() Florian Schmaus 2020-04-11 22:07:16 +0200
  • b5f9d4d7a3 Introduce test fixtures Florian Schmaus 2020-04-11 21:59:21 +0200
  • 4a99f7252c gradle: remove 'java' plugin Florian Schmaus 2020-04-11 18:06:03 +0200
  • 2c83c73005 core: Avoid ClassCastException in getExtension(Class) Florian Schmaus 2020-04-11 18:04:15 +0200
  • d0a393118c
    update Travis-CI badge on README.md akrherz 2020-04-11 10:36:58 -0500
  • 594d2f5238 sinttest: convert LoginIntegrationTest to Junit5 Florian Schmaus 2020-04-11 12:18:18 +0200
  • adfca965b5 Merge branch 'master' of github.com:igniterealtime/Smack Florian Schmaus 2020-04-10 21:10:20 +0200
  • 993bed07ef readme: replace IRC badge with XMPP MUC badge Florian Schmaus 2020-04-10 19:52:43 +0200
  • 79b9c7b934 sinttest: add testDisconnectedNeverConnected for modular connection Florian Schmaus 2020-04-09 21:09:42 +0200
  • e68b89d266 sinttest: rename and move ModularXmppClientToServerConnection test Florian Schmaus 2020-04-09 21:07:41 +0200
  • 85af4a022d compression: remove Android SDK level < 19 compatiblity Florian Schmaus 2020-04-09 20:54:36 +0200
  • 53c28f72ad
    Merge pull request #351 from adiaholic/docFix Florian Schmaus 2020-04-09 17:23:16 +0200
  • 390f7823e1 mam: add javadoc for parameter Florian Schmaus 2020-04-09 15:22:33 +0200
  • b8b084970e mam: remove deprecated method in MamManager Florian Schmaus 2020-04-09 15:21:50 +0200
  • 1e5ea1fdbe mam: remove dead code in MamManager Florian Schmaus 2020-04-09 15:20:00 +0200
  • 353e43407f mam: support of advanced configuration Florian Schmaus 2020-04-09 15:15:27 +0200
  • bf92712f4c legacy: merge workgroup.providers into legacy.providers Florian Schmaus 2020-04-08 21:44:45 +0200
  • f1dd925844 Mark code from the old integration-test dir as migration candidates Florian Schmaus 2020-04-08 21:19:25 +0200
  • f329b447f2 Delete some outdated code from the old integration-test dir Florian Schmaus 2020-04-08 21:17:59 +0200
  • 57d7ac4d5d Remove smack-compression-jzlib Florian Schmaus 2020-04-08 20:57:02 +0200
  • 5579567572 core: use addCompressionHandler() instead directly adding to the list Florian Schmaus 2020-04-08 20:54:05 +0200
  • 4991c952e7 Correct code example inside UserTuneElement. adiaholic 2019-10-20 17:42:53 +0530
  • eaa94be7e6
    Merge pull request #356 from vanitasvitae/improveAttention Florian Schmaus 2020-04-09 14:28:54 +0200
  • e70506152e
    Merge pull request #357 from vanitasvitae/nicktest Florian Schmaus 2020-04-09 14:28:08 +0200
  • 48d5ef9522 Improve readability by fixing wrong indentation levels Paul Schaub 2020-01-06 20:01:04 +0100
  • 6d0bf04c1e Improve Javadoc readability by adding separating lines Paul Schaub 2019-12-13 18:30:43 +0100
  • 85ff749d89 Use StringBuilder instead of String concatenation Paul Schaub 2019-12-13 18:28:09 +0100
  • 2391cffa97 Avoid returning empty set of deviceIds in caching store Paul Schaub 2019-12-13 18:26:40 +0100
  • a8b2446042 Fix javadoc issues Paul Schaub 2019-12-13 18:25:46 +0100
  • b5caf13c8a
    Add Nick JUnit test Paul Schaub 2020-04-08 22:15:29 +0200
  • ffbd97ff10
    Add AttentionElementTest Paul Schaub 2020-04-08 22:09:13 +0200
  • 340e186cf6 Make use of pep instead of pubsub in GeoLocationManager adiaholic 2019-10-20 16:30:38 +0530
  • 10aee6c787 http-file-upload: make order of parameters more logical Florian Schmaus 2020-04-08 14:33:09 +0200
  • e2d393d00d tcp: add newline for better readability Florian Schmaus 2020-04-07 23:13:50 +0200
  • 51b167c0d4 tcp: do not flush after writing the SM ack Florian Schmaus 2020-04-07 23:13:03 +0200
  • bfff412112 tcp: increase unack'ed stanza queue size, decrease ack request limit Florian Schmaus 2020-04-07 23:10:35 +0200
  • 9c7f62ec07
    Merge pull request #319 from adiaholic/SMACK-867 Florian Schmaus 2020-04-08 14:30:35 +0200
  • dfa61c3058 Extend HttpFileUploadManager with InputStream parameter adiaholic 2019-05-08 19:28:13 +0530