1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-21 19:42:05 +01:00

Commit graph

  • e3425706d9 [github ci] Remove Java 15, as its no longer provided Florian Schmaus 2023-03-17 20:35:14 +0100
  • 24782558d6 [sinttest] Properly handle AbstractSmackSpecificLowLevelIntegrationTest Florian Schmaus 2023-03-17 20:26:29 +0100
  • 6d2216858c [sinttest] Cleanup method signature in ModularXmppClientToServerConnectionLowLevelIntegrationTest Florian Schmaus 2023-03-17 20:25:34 +0100
  • f78eade4da Merge branch '4.4' Florian Schmaus 2023-03-17 18:20:20 +0100
  • 2e79a6b718
    Merge pull request #558 from Flowdalic/iq-error-with-child-element Florian Schmaus 2023-03-17 18:18:28 +0100
  • bf3a27df9a [core] Fix ErrorIQ not showing potential original IQ child Florian Schmaus 2023-03-08 17:40:29 +0100
  • 9ec67611a0
    Merge pull request #560 from Flowdalic/ubuntu-22.04 Florian Schmaus 2023-03-17 18:01:51 +0100
  • 3ba1aba2e3 [github ci]: Disable Java 8 (potentially temprorary) Florian Schmaus 2023-03-17 17:52:33 +0100
  • ef0fc01505 Rename ELEMENT 'candidate-activated' to 'activated' per XEP-0260 cmeng-git 2023-02-27 06:46:41 +0800
  • d93fbacc35
    Merge pull request #546 from bgrozev/fix-npe-when-missing-x Florian Schmaus 2023-03-17 17:45:43 +0100
  • 27c8016522
    Merge pull request #551 from Flowdalic/internet-address-ignore-zone-id Florian Schmaus 2023-03-17 17:45:09 +0100
  • d565354dea [jingle] Ignore IP Zone ID is transport candidates Florian Schmaus 2023-02-12 16:07:13 +0100
  • f00e585f3d [github ci]: Bump to Ubuntu 22.04 Florian Schmaus 2023-03-10 09:16:52 +0100
  • 6da9773bbf Add null check for mucUser. Boris Grozev 2023-01-30 11:19:58 -0600
  • dee34b5efc [core] Add InternetAddress.fromIgnoringZoneId(String) Florian Schmaus 2023-02-12 16:06:53 +0100
  • 6a90300ef6
    Merge pull request #550 from Flowdalic/break-loop-in-webscoket-disconnect Florian Schmaus 2023-02-11 15:18:29 +0000
  • 507345ed7a
    Merge pull request #549 from Flowdalic/sinttest-uncon-con-source Florian Schmaus 2023-02-11 15:18:24 +0000
  • 324e54b81b [websocket-java11] Prevent infinite recursion in disconnect() Florian Schmaus 2023-02-11 13:21:35 +0100
  • a2a22883d2 [websocket] Override AbstractWebSocket.toString() Florian Schmaus 2023-02-11 16:12:05 +0100
  • c5bb15c631 [sinttest] Add UnconnectedConnectionSource for low-level tests Florian Schmaus 2023-02-09 20:36:25 +0100
  • 92f1fe647b [websocket] Factor out known websocket ports in private static fields Florian Schmaus 2023-02-03 20:57:27 +0100
  • ae2c53f78c
    Merge pull request #543 from guusdk/websocket-default-port Florian Schmaus 2023-02-03 20:54:32 +0100
  • 3a84a1ff47 s/ the the / the /g Guus der Kinderen 2023-01-19 16:16:12 +0100
  • 07f157b00f
    Merge pull request #547 from Flowdalic/docs-to-javadoc Florian Schmaus 2023-02-03 20:43:35 +0100
  • c9a9982cef Migrate markdown documentation to javadoc Florian Schmaus 2023-02-03 09:36:54 +0100
  • 3f13d90a56 Websocket implicit discovery should use common ports Guus der Kinderen 2023-01-19 12:31:58 +0100
  • 5295a856e4
    Merge pull request #541 from Flowdalic/drop-in-ordered-listener Florian Schmaus 2022-10-05 11:44:11 +0200
  • 92f253cc74 [core] Replace AbstractXMPPConnection.inOrderListeners Florian Schmaus 2022-09-28 13:52:58 +0200
  • f65cf45b5c [README] Fix MUC badge Florian Schmaus 2022-09-02 16:48:57 +0200
  • 875fb7fcfd Merge branch '4.4' Florian Schmaus 2022-09-02 16:17:12 +0200
  • 9486fd6176 [muc] Remove stale comment from MultiUserChat.userHashLeft() Florian Schmaus 2022-09-02 16:13:49 +0200
  • c232ca5cb0 Update README Florian Schmaus 2022-08-30 22:05:51 +0200
  • 5455cfb3d2 Merge branch '4.4' Florian Schmaus 2022-08-30 21:54:49 +0200
  • c081585c26
    Merge pull request #539 from tharkum/4.4 Florian Schmaus 2022-08-30 22:53:36 +0300
  • fbd5761296 [muc] Fix removal of the MUC's main presence interceptor Andrey Volykhin 2022-08-30 07:05:16 +0000
  • 9eee3b8d76 [muc] Fix GroupChatInviation's constructor Florian Schmaus 2022-08-07 17:03:05 +0200
  • e87da18495 Bump Bouncy Castle to 1.71 Florian Schmaus 2022-08-07 16:59:47 +0200
  • 167af86f79 [core] Make ExtensionElementFilter's constructor public Florian Schmaus 2022-08-07 16:55:41 +0200
  • 2c05754018
    Merge pull request #533 from Flowdalic/send-non-blocking Florian Schmaus 2022-08-03 17:57:08 +0200
  • 5e1cd62021 [muc] Null-check GroupChatInviation's 'roomAddress' argument Florian Schmaus 2022-08-03 17:39:30 +0200
  • c8d0e65ccc [java8-full] Add BoshConnectionTest Florian Schmaus 2022-08-03 16:59:00 +0200
  • e768bc8bfb [bosh] Allow for file to be 'null' Florian Schmaus 2022-08-03 16:58:31 +0200
  • 6eb1004d38 [bosh] Properly implement isSecureConnection() Florian Schmaus 2022-08-03 16:58:12 +0200
  • c77948bb91 Add non-blocking send Florian Schmaus 2022-06-02 15:55:24 +0200
  • 711d7d92bd [muc] Use EntityBareJid instead of String in GroupChatInvitation Florian Schmaus 2022-08-01 21:54:37 +0200
  • ccf60b018e
    Merge pull request #534 from vanitasvitae/bumpPGPainless Florian Schmaus 2022-07-31 10:02:59 +0200
  • b7dd26af05
    Bump pgpainless-core to 1.3.1 bumpPGPainless Paul Schaub 2022-06-29 15:46:17 +0200
  • 8c359eed16 Smack 4.4.7-SNAPSHOT Florian Schmaus 2022-06-29 10:18:40 +0200
  • a82ae41c22 Smack 4.4.6 Florian Schmaus 2022-06-29 09:31:08 +0200
  • 44ad01a346
    Merge pull request #532 from Flowdalic/gradlew Florian Schmaus 2022-06-07 08:56:27 +0200
  • 4f72eca21c Add gradle wrapper Florian Schmaus 2022-06-06 15:53:53 +0200
  • 6be3eb194a Merge branch '4.4' Florian Schmaus 2022-06-07 08:41:46 +0200
  • 382ec723a8
    Merge pull request #531 from Flowdalic/truely-async-sends Florian Schmaus 2022-06-06 10:01:28 +0200
  • 66370c7ef5 [core] Add SmackConfiguration.TRUELY_ASYNC_SENDS Florian Schmaus 2022-06-02 09:41:23 +0200
  • 52a3490e07
    Merge pull request #530 from Flowdalic/fix-bosh-url Florian Schmaus 2022-05-26 20:21:14 +0200
  • 8ebe453363 [bosh] Fix BOSHConfiguration.getURI() Florian Schmaus 2022-05-26 19:52:20 +0200
  • 70d0843dd8 Merge branch '4.4' Florian Schmaus 2022-05-26 18:13:29 +0200
  • c9af6576c0
    Merge pull request #529 from Flowdalic/fix-sd-memleak Florian Schmaus 2022-05-26 18:11:54 +0200
  • 69e81b748e [disco] Only perform entity capabilities work if there are any listeners Florian Schmaus 2022-05-26 15:41:40 +0200
  • 5b6dd8e3f7 [disco] Fix memory leak in ServiceDiscoveryManager Florian Schmaus 2022-05-26 15:18:21 +0200
  • c84ac4b2ae Merge branch '4.4' Florian Schmaus 2022-05-23 12:32:29 +0200
  • f402a9d12d
    Merge pull request #528 from Flowdalic/fix-mux-presence-interceptor Florian Schmaus 2022-05-23 12:30:58 +0200
  • 60fee7b318 [muc] Fix Presence interceptors Florian Schmaus 2022-05-21 13:42:22 +0200
  • e51bfb1dbe Merge branch '4.4' Florian Schmaus 2022-05-18 21:46:19 +0200
  • aa441d743c [bosh] Use ConnectionConfiguration.getHostString() in BOSHConfiguration Florian Schmaus 2022-05-18 21:45:32 +0200
  • 00bcbff5ee [core] Add ConnectionConfiguration.getHostString() Florian Schmaus 2022-05-18 21:45:00 +0200
  • 9b6e209b5f
    Merge pull request #526 from damencho/fix-bosh-ip-address-4.4 Florian Schmaus 2022-05-18 16:50:16 +0200
  • d0db485c24 fix: Bosh configuration when bosh URI contains IP address. Дамян Минков 2022-05-18 08:08:47 -0500
  • 70abd8a182 Merge branch '4.4' Florian Schmaus 2022-04-30 15:16:24 +0200
  • 881ebe731d [core] Fix typo in javadoc Florian Schmaus 2022-04-30 15:15:51 +0200
  • 1f5326abb2 [core] Inline waitForConditionOrConnectionException Florian Schmaus 2022-04-30 15:08:44 +0200
  • 0e0c0a4093 [tcp] Fix handling in connection exceptions when resuming a stream Florian Schmaus 2022-04-30 15:06:15 +0200
  • ef003bbc5c
    Merge pull request #523 from jitsi/remove-legacy-iqprovider Florian Schmaus 2022-04-03 11:58:48 +0200
  • 4efa707028 Replace legacy IQProvider with IqProvider Ingo Bauersachs 2022-04-01 22:06:18 +0200
  • 78ffcae880 Merge branch '4.4' Florian Schmaus 2022-03-06 21:46:10 +0100
  • 95ff591c14 [xdata] Only emit warning about unregistered fields once per field Florian Schmaus 2022-03-06 21:44:33 +0100
  • 2ae4c4410a
    Merge pull request #521 from vanitasvitae/bumpPGPainless Florian Schmaus 2022-03-04 07:55:47 +0100
  • 3b8ebb24c7 Add SLF4J 2.0+ Neustradamus 2022-02-17 06:14:44 +0100
  • b769be516e
    Bump PGPainless to 1.1.1, Bouncy Castle to 1.70 Paul Schaub 2022-03-03 10:31:04 +0100
  • 01cd0507b6 Smack 4.5.0-alpha2-SNAPSHOT Florian Schmaus 2022-03-02 22:54:05 +0100
  • ea601d0f9f Smack 4.5.0-alpha1 Florian Schmaus 2022-03-02 22:41:29 +0100
  • f07c8919cd Merge tag '4.4.5' Florian Schmaus 2022-03-02 22:40:30 +0100
  • 162d8ba30b Smack 4.4.6-SNAPSHOT Florian Schmaus 2022-03-02 22:22:16 +0100
  • cccf3ce5f3 Smack 4.4.5 Florian Schmaus 2022-03-02 19:30:01 +0100
  • 229a6edb1b Switch to CHANGELOG.md Florian Schmaus 2022-03-02 18:36:40 +0100
  • a15110694a Merge branch '4.4' Florian Schmaus 2022-02-18 21:30:42 +0100
  • 4d026d8ae8 [jingle] Add element and text to JingleReason's XML cmeng-git 2022-02-13 15:58:37 +0800
  • 3885153ea1
    Merge pull request #518 from Flowdalic/ssl-context-config Florian Schmaus 2022-02-18 21:28:31 +0100
  • ba2e36dbc3 [core] Deprecate some SSLContext config options and add KeyManager option Florian Schmaus 2022-02-17 11:59:03 +0100
  • 4622d00d9e [tcp] Unravel SSLSocketFactory.createSocket() invocation Florian Schmaus 2022-02-17 11:58:02 +0100
  • cd70e7aa5a
    Merge pull request #513 from maniac103/tone-down-roster-error-logging Florian Schmaus 2022-02-15 17:01:25 +0100
  • aafc24a966 Conditionally reduce severity of roster reload error logging Danny Baumann 2022-02-07 14:36:45 +0100
  • 91a1825eb8
    Merge pull request #514 from Mtodiy/log_uploading_failure Florian Schmaus 2022-02-10 16:54:24 +0100
  • 1b0e19f699 Add custom HttpUploadExceptions for more information in case of IOExceptions Micha 2022-02-09 18:32:46 +0100
  • 4a83d2957e Merge branch '4.4' Florian Schmaus 2022-02-06 17:48:08 +0100
  • 4e715a35e5
    Merge pull request #512 from bgrozev/fix-smack-reactor-select Florian Schmaus 2022-02-06 17:47:50 +0100
  • 67a5c3a41a [core] Correctly handle due time of '0' in SmackReactor Boris Grozev 2022-02-04 12:29:38 -0600
  • ad9867ebdf Merge branch '4.4' Florian Schmaus 2022-02-03 08:43:32 +0100
  • 5cd7a6c60e
    Merge pull request #509 from Flowdalic/jingle-reason-extension-element Florian Schmaus 2022-02-03 07:58:29 +0100
  • e25be8fea4
    Merge pull request #510 from Flowdalic/future-invoke-at-most-once Florian Schmaus 2022-02-03 07:58:19 +0100