1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-22 03:52:06 +01:00

Commit graph

  • 3ff553549a [SmackFuture] Invoke the callbacks at most once Florian Schmaus 2022-02-02 12:44:04 +0100
  • 4cdb4acf26 [core] Fix IQProvider javadoc cmeng-git 2022-01-24 08:12:12 +0800
  • 7fad14ac0c [jingle] Improve Jingle <reason/> support Florian Schmaus 2022-01-29 23:09:06 +0100
  • c06cf72337 [core] Support IqProvider in SmackTestUtil Florian Schmaus 2022-01-29 21:47:04 +0100
  • 0e637068e6 [core] Factor PacketParserUtils.parseIqData() in extra method Florian Schmaus 2022-01-29 21:46:44 +0100
  • 1dae0c0c32 [core] Use Enum.toString() in XmlStringBuilder.attribute(String, Enum<?>) Florian Schmaus 2022-01-22 11:08:35 +0100
  • 1a727c152e [core] Improve warning message of ExceptionThrowingCallbackWithHint Florian Schmaus 2022-01-22 10:24:01 +0100
  • 5f75d141ff Merge branch '4.4' Florian Schmaus 2021-12-27 21:25:24 +0100
  • 5c46451cd2 [xdata] Add BooleanFormField.getValueAsBooleanOrNull() Florian Schmaus 2021-12-27 21:19:05 +0100
  • 940d7bf02a [xdata] Adjust behavior of BooleanFormField.getValueAsBoolean() Florian Schmaus 2021-12-27 21:17:57 +0100
  • 45a4987818 [smack-debug] Factor duplicate code into its own method Florian Schmaus 2021-12-22 09:39:16 +0100
  • ae2394ea83
    Merge pull request #507 from guusdk/enhanced-debugger-performance Florian Schmaus 2021-12-22 09:16:46 +0100
  • 8be1568a5d Increase performance of EnhancedDebugger Guus der Kinderen 2021-12-21 15:37:21 +0100
  • 178e82a3aa
    Merge pull request #506 from Flowdalic/gssapi-no-password Florian Schmaus 2021-12-21 13:37:31 +0100
  • 817dc0ed3a Prevent password enforcement for SASL GSSAPI Florian Schmaus 2021-12-21 12:46:08 +0100
  • b3637101ce [sinttest] Use MultiUserChat.getMyRoomJid() in integration test Florian Schmaus 2021-12-20 22:40:55 +0100
  • e530db2e6d [muc] Add MultiUserChat.getMyRoomJid() Florian Schmaus 2021-12-20 22:40:37 +0100
  • 56ca31b156 [sinttset] AbstractMultiUserChatIntegrationTest cleanups Florian Schmaus 2021-12-20 22:40:13 +0100
  • 56c66f17d8 [sinttest] MultiUserChatEntityIntegrationTest cleanups Florian Schmaus 2021-12-20 22:39:45 +0100
  • e51cf47b29 [sinttest] Additional tests for § 6 of XEP-0045 Dan Caseley 2021-08-22 16:31:58 +0100
  • 993a307222 Add o.j.smackx.softwareinfo.form.SoftwareInfoForm to startup classes Florian Schmaus 2021-12-17 09:51:19 +0100
  • 182d01a4b0 [softwareinfo] Register urn:xmpp:dataforms:softwareinfo's field types Florian Schmaus 2021-12-15 20:14:49 +0100
  • e1845a52ca [formtypes] Add FormFieldRegistry.register(String, FormField.Type, String...) Florian Schmaus 2021-12-15 20:14:18 +0100
  • 89ef46525e Merge branch '4.4' Florian Schmaus 2021-12-13 21:51:42 +0100
  • fc7fc10c69 [pubsub] Allow for character data before <item/>'s payload Florian Schmaus 2021-12-13 21:49:15 +0100
  • e39adff40f [muc] Only notify() about processed self-presence once Florian Schmaus 2021-12-13 21:20:40 +0100
  • d1273532ce [muc] Correctly processes self-presences Florian Schmaus 2021-12-13 21:15:30 +0100
  • 10a2687ff1 [sinttest] Allow the selection of individual test *methods* Florian Schmaus 2021-12-13 21:08:45 +0100
  • 69a55aaa84 [sinttest] Evaluate compatibilityMode property Florian Schmaus 2021-12-13 21:04:32 +0100
  • def7c91e6a [sinttest] Introduce dirty hack in performActionAndWaitForPresence() Florian Schmaus 2021-12-13 21:03:40 +0100
  • 4e2d0035ac [sinttest] Increase 'try' block in MultiUserChatRolesAffiliations*Test Florian Schmaus 2021-12-13 20:52:22 +0100
  • 400a2b2564 [sinttest] Use popular desktop OS in SoftwareInfoIntegrationTest values Florian Schmaus 2021-12-13 20:51:33 +0100
  • 33e8053258 [sinttest] Remove unnecessary catch in UserTuneIntegrationTest Florian Schmaus 2021-12-13 20:50:56 +0100
  • 819ed87a17 [sinttest] Wait for notification filter to propagate Guus der Kinderen 2020-10-12 16:58:33 +0200
  • e3c50aeeb7 Bump PGPainless to 1.0.0-rc6 Florian Schmaus 2021-12-07 19:29:08 +0100
  • 11cc2d8d77 [core] Align behavior of getParserFor(InputStream) and getParserFor(Reader) Florian Schmaus 2021-11-30 10:49:55 +0100
  • cad63bc107 Merge branch '4.4' Florian Schmaus 2021-11-09 15:30:02 +0100
  • 8736e3e434 [core] Remove erroneous "assert !connected" in connect() Florian Schmaus 2021-11-05 10:19:26 +0100
  • 61d56aa06a
    Merge pull request #441 from guusdk/remove-caps-changed-listener Florian Schmaus 2021-11-04 13:30:19 +0100
  • fdffd58d25 Add method to remove registered CAPS listener Guus der Kinderen 2020-10-14 16:21:22 +0200
  • f611941dcf
    Merge pull request #480 from guusdk/sint_improve-notinroster Florian Schmaus 2021-11-04 09:46:18 +0100
  • f2c2f45f18 [jiveproperties] Use DoOnce utility to log "JavaObject not enabled" Florian Schmaus 2021-11-01 19:27:22 +0100
  • 7dc8cc176e [core] Add DoOnce utility Florian Schmaus 2021-11-01 19:27:09 +0100
  • 2628dc328c Merge tag '4.4.4' Florian Schmaus 2021-11-01 18:10:53 +0100
  • 403890d988 Smack 4.4.5-SNAPSHOT Florian Schmaus 2021-11-01 18:10:35 +0100
  • 5731e61782 Smack 4.4.4 Florian Schmaus 2021-11-01 17:54:01 +0100
  • 22cf7bace8 [resources] Rename get-contributors.sh to generate-notice-file Florian Schmaus 2021-11-01 17:53:01 +0100
  • 18b25902c4
    Merge pull request #505 from vanitasvitae/bumpPgpainless Florian Schmaus 2021-11-01 17:27:07 +0100
  • 53d385ab93
    Bump PGPainless to 0.2.19 Paul Schaub 2021-10-29 21:44:32 +0200
  • fa88f78232 Merge branch '4.4' Florian Schmaus 2021-10-25 17:00:28 +0200
  • 22b2efc6a6 Update NOTICE file Florian Schmaus 2021-10-25 17:00:14 +0200
  • 7fd300888e
    Merge pull request #504 from JonathanLennox/StanzaBuilder-remove-extension Florian Schmaus 2021-10-25 16:58:49 +0200
  • 4ae3fbb073 Add removeExtension methods to StanzaBuilder. Jonathan Lennox 2021-10-22 19:55:25 +0000
  • 447c1304cf
    Merge pull request #503 from jitsi/bugfix/4.4/bosh-connection2 Florian Schmaus 2021-10-21 13:35:09 +0200
  • d8ce2d335b Add missing stream namespace to xml declaration Ingo Bauersachs 2021-10-20 22:24:41 +0200
  • 8c87daa7b4 Merge branch '4.4' Florian Schmaus 2021-10-20 19:03:38 +0200
  • d0be6a6216 [build] Remove OSS Sonatype Snapshot repository Florian Schmaus 2021-10-20 19:02:19 +0200
  • 6d0a0ff2f4 Merge branch '4.4' Florian Schmaus 2021-10-20 16:29:45 +0200
  • f03f2c75f8
    Merge pull request #502 from abyss638/accept_empty_form_label_backport_from_master Florian Schmaus 2021-10-20 16:29:14 +0200
  • 19270a2eca Accept an empty string as the label value Simon Abykov 2021-10-19 17:34:13 +0100
  • bd528d2c32
    Merge pull request #493 from abyss638/accept_empty_form_label Florian Schmaus 2021-10-19 20:46:55 +0200
  • 1956048811 Accept an empty string as the label value Simon Abykov 2021-10-19 17:34:13 +0100
  • e842195b71 Merge branch '4.4' Florian Schmaus 2021-10-19 14:33:21 +0200
  • ab92bc4b40
    Merge pull request #501 from Flowdalic/fix-redundant-namespaces Florian Schmaus 2021-10-19 14:29:18 +0200
  • 0fa6d88575
    Merge pull request #500 from jitsi/bugfix/4.4/error-stanzagetter Florian Schmaus 2021-10-19 14:29:11 +0200
  • a0f97707d8
    Merge pull request #499 from jitsi/feature/4.4/osgi Florian Schmaus 2021-10-19 14:28:59 +0200
  • 7199003f98
    Merge pull request #498 from jitsi/bugfix/4.4/bosh-connection Florian Schmaus 2021-10-19 14:10:44 +0200
  • 9fb7d6d97c
    Merge pull request #497 from jitsi/bugfix/4.4/sasl-anonymous Florian Schmaus 2021-10-19 14:09:39 +0200
  • ad6e285346
    Merge pull request #496 from damencho/fix-destroy-4.4 Florian Schmaus 2021-10-19 14:09:27 +0200
  • dac8b728b4
    Merge pull request #492 from Flowdalic/start-local-socks5-proxy Florian Schmaus 2021-10-19 14:08:57 +0200
  • 2ff53abef3
    Merge pull request #494 from Flowdalic/mux-race-condition Florian Schmaus 2021-10-19 14:08:32 +0200
  • d25bd811dc
    Merge pull request #491 from Flowdalic/assert-not-end-document Florian Schmaus 2021-10-19 14:08:16 +0200
  • 6f67553fcf [jingle] Add unit test to check that there are no redundant namespaces Florian Schmaus 2021-10-19 11:34:07 +0200
  • 453ca6aeb0 [jingle] Make Jingle.Builder extend IqBuilder Florian Schmaus 2021-10-19 11:32:51 +0200
  • a3840659aa [jingle] Mimic Manager.connection() in JingleTransportManager Florian Schmaus 2021-10-19 11:31:08 +0200
  • b243a40e26 [core] Pass down the XML environment in IQChildElementXmlStringBuilder Florian Schmaus 2021-10-19 11:29:23 +0200
  • 585bcb4dc8 [jingle] Add empty element optimization for <content/> Florian Schmaus 2021-10-19 11:16:35 +0200
  • 27ff37fa98 Add getter for the stanza associated with the exception Ingo Bauersachs 2021-10-17 16:06:41 +0200
  • b675aac81b Make Smack jars OSGi bundles Ingo Bauersachs 2021-10-17 15:57:48 +0200
  • 8074ddd60a Fix BOSH connection establishment Ingo Bauersachs 2021-10-16 21:22:42 +0200
  • 9b339efbc1 Prevent password enforcement for SASL anonymous Ingo Bauersachs 2021-10-16 21:09:01 +0200
  • 820adf8865 [muc] Also process destory message if it contains <status/> Дамян Минков 2021-10-12 13:06:05 -0700
  • 105c74b22b [muc] Call userHasLeft() *after* the leave presence was sent Florian Schmaus 2021-10-05 20:47:35 +0200
  • 52a49769f9 [muc] Check for self-presence first in presence listener Florian Schmaus 2021-10-05 20:42:42 +0200
  • ec456399b5 [carbons] Remove erroneous assert statement in connectionClosed() Florian Schmaus 2021-09-27 14:14:01 +0200
  • ae4ff244a3 [muc] Check mucServicedDiscoInfo for null in serviceSupportsStableIds() Florian Schmaus 2021-09-27 13:56:15 +0200
  • 49ad8c0954 [disco] Add DisocverInfo.nullSafeContainsFuture(DiscoverInfo, CharSequence) Florian Schmaus 2021-09-27 13:55:52 +0200
  • b57cf8375f [socks5] Remove stale null check Florian Schmaus 2021-09-13 18:25:44 +0200
  • 09710b3203 [socks5] Fix javadoc of getLocalStreamHost() Florian Schmaus 2021-09-13 18:23:59 +0200
  • 55299fb7e7 [core] Assert that 'event' is not END_DOCUMENT in forwardToEndTagOfDepth() Florian Schmaus 2021-09-13 10:10:55 +0200
  • 8ae5ef1f51 [socks5] Ensure that the local SOCKS5 proxy is running (if enabled) Florian Schmaus 2021-09-13 09:55:15 +0200
  • 1564b98d60
    Merge pull request #490 from JonathanLennox/update-securitymode-docs Florian Schmaus 2021-09-10 09:04:52 +0200
  • f0a0796d33 Update documentation of default SecurityMode. Jonathan Lennox 2021-09-09 17:28:25 +0000
  • bc281d84a7
    Merge pull request #487 from fenuz/feature/multiversion_mam_support Florian Schmaus 2021-08-26 17:15:38 +0200
  • 5b857a1b82 [mam] Support multiple versions of MAM Support multiple version of MAM and do discovery of the version of MAM supported by the archive. Currently supported MAM versions are v1 and v2. Frank Matheron 2021-08-26 16:43:34 +0200
  • 3f2418dec7 [core] Fix spelling errors in code comment within PacketParserUtils Florian Schmaus 2021-08-25 22:54:23 +0200
  • c13f4ccac3 [mam] Fix MamPrfsIQProviderTest Florian Schmaus 2021-08-25 22:52:26 +0200
  • 613f1afcab [mam] Delete unused local variable 'iqType' in MamPrefsIQProvider Florian Schmaus 2021-08-25 22:48:31 +0200
  • 001985647a Merge branch '4.4' Florian Schmaus 2021-08-23 17:55:32 +0200
  • 0d73c21945 [pubsub] FormNode(Provider) should not fail if there is no DataForm Florian Schmaus 2021-08-23 17:39:59 +0200