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

Commit graph

  • a564620383 sinttest: add 'dnsResolver' setting Florian Schmaus 2020-04-07 20:59:32 +0200
  • 5b805336ce
    Merge pull request #375 from adiaholic/junit5 Florian Schmaus 2020-04-07 17:46:19 +0200
  • d4c1216fb1 Merge branch 'master' of github.com:igniterealtime/Smack Florian Schmaus 2020-04-07 17:43:29 +0200
  • 3b27eb520f sinttest: Use Thread.sleep(15) instead of Thread.yield() Florian Schmaus 2020-04-07 16:58:21 +0200
  • 398cba330b gradle: add support for custom repo to publish to Florian Schmaus 2020-04-07 16:56:54 +0200
  • 5169e887ad Replace JUnit4 with JUnit5 in smack-extensions. adiaholic 2020-04-06 16:55:07 +0530
  • ea944a8dc6 build.gradle: remove OSGi leftovers Florian Schmaus 2020-04-07 10:02:22 +0200
  • 078cb5cc8f
    Merge pull request #366 from vanitasvitae/offlineMessage Florian Schmaus 2020-04-06 09:22:26 +0200
  • 8b0de5ff85 Introduce TLSUtils.setEnabledTlsProtocolsToRecommended(B builder) Florian Schmaus 2020-04-05 22:26:18 +0200
  • 69e9f3c044 Remove deprecated GroupChatInvitation.getFrom() Florian Schmaus 2020-04-05 22:14:27 +0200
  • 0967019a5f Remove deprecated Forwarded.getForwardedPacket() Florian Schmaus 2020-04-05 22:13:14 +0200
  • 07da9ffb48 Do not have Stanza.getExtension(String, String) return a generic type Florian Schmaus 2020-04-05 22:10:05 +0200
  • 62916b8490 Improve exception message of XmppElementUtil.getQNameFor() Florian Schmaus 2020-04-05 22:08:10 +0200
  • 8d432e2303 Add StanzaView.hasExtension(Class<? extends ExtensionElement>) Florian Schmaus 2020-04-05 19:59:24 +0200
  • 5380e5705f Remove deprecated Packet(Extension) and DefaultExtensionElement types Florian Schmaus 2020-04-05 19:12:10 +0200
  • 3382cbdf44 Delete superfluous newline in SmackInitialization Florian Schmaus 2020-04-05 18:59:28 +0200
  • 439e29a1c7 Do not import Message.Body explicitly in SmackInitialization Florian Schmaus 2020-04-05 18:59:02 +0200
  • 14c351397d Implement message stanza <thread/> and <subject/> as ExtensionElement Florian Schmaus 2020-04-05 17:51:06 +0200
  • f9fb4d7627 Remove deprecated XmlStringBuilder.rightAngelBracket() Florian Schmaus 2020-04-05 17:26:21 +0200
  • 12e20c2d6c Remove deprecated methods/fields scheduled for removal in Smack 4.4 Florian Schmaus 2020-04-04 13:03:03 +0200
  • 0cbbac90bc sinttest: use StringUtils.appendTo(Collection, StringBuilder) Florian Schmaus 2020-04-04 13:03:45 +0200
  • 6029ba875b fix-a-javadoc.sh: add FailedNonzaException Florian Schmaus 2020-04-04 13:03:36 +0200
  • e35bdb1da2 Add forgotten XEPs to extensions index.md Paul Schaub 2020-02-24 05:32:28 +0100
  • 3fb4438566 Reorder smack-extensions providers xml Paul Schaub 2020-02-24 04:32:16 +0100
  • cc636fff21 Introduce Smack's Modular Connection Architecture Florian Schmaus 2020-04-04 13:03:31 +0200
  • cec312fe64 Help With Documentation Jesus Fuentes 2020-03-16 21:51:05 -0500
  • 4dd3800d82 Remove Bouncycastle as direct dependency Florian Schmaus 2020-03-13 16:58:45 +0100
  • 4beaae7d6a disco: avoid boxing to Integer when not necessary Florian Schmaus 2020-03-13 16:41:27 +0100
  • 39a833166a Add workaround for truststores in JKS format when using Java >= 9 Florian Schmaus 2020-03-13 16:40:46 +0100
  • 863d0bf403 Fix NPE in ServiceDiscoveryManager Florian Schmaus 2020-03-09 14:41:52 +0100
  • 00dd77b346 Try to guess the default truststore and path Florian Schmaus 2020-03-09 13:39:19 +0100
  • 6440f322fe Ensure a X509TrustManager is set Florian Schmaus 2020-02-12 23:09:36 +0100
  • 9a081e621d gradle: use compileClasspath instead of compileOnly Florian Schmaus 2020-03-07 20:08:32 +0100
  • 7b002ea214 gradle: add Android jar to smack-android-extensions compile classpath Florian Schmaus 2020-03-07 20:08:01 +0100
  • f7eaa3cc9e gradle: smack-omemo(-signal) add description, remove plugins Florian Schmaus 2020-03-07 20:02:52 +0100
  • 650deda752 gradle: remove unnecessary repositories{} from smack-openpgp/build.gradle Florian Schmaus 2020-03-07 20:02:23 +0100
  • 16e438a108 Merge branch 'master' of github.com:igniterealtime/Smack Florian Schmaus 2020-02-23 19:22:38 +0100
  • 3adb6c290a travis: use gradle 6.2 Florian Schmaus 2020-02-23 18:32:37 +0100
  • 78be8f3a04 junit: bump to 5.6.0 Florian Schmaus 2020-02-23 18:30:59 +0100
  • 961e56a47c proxy: modernize code by using (ByteArrayOutput|DataInput)Stream Florian Schmaus 2019-11-18 21:08:03 +0100
  • b6ad737aa4 proxy: do not call setTcpNoDelay() but instead flush the stream Florian Schmaus 2019-11-18 19:37:10 +0100
  • be2fc23f41 proxy: make it the caller's reponsibility to close the socket Florian Schmaus 2019-11-18 17:44:08 +0100
  • 22d64ebe6b Merge remote-tracking branch 'my/master' Florian Schmaus 2020-02-23 16:59:50 +0100
  • 7b5186f651
    Merge pull request #353 from vanitasvitae/androidApiExceptionWording Florian Schmaus 2020-02-20 15:23:13 +0100
  • 80e9bcf496
    Merge pull request #361 from adiaholic/bugFix Florian Schmaus 2020-02-20 15:22:48 +0100
  • 4a6f49e414
    Merge pull request #362 from Flowdalic/errorprone-1.1.1 Florian Schmaus 2020-02-20 14:44:56 +0100
  • 876aba9866
    Merge pull request #365 from vanitasvitae/iv12 Florian Schmaus 2020-02-20 14:44:34 +0100
  • 5ed594fe73
    Prevent multi-instancing of OfflineMessageManager Paul Schaub 2020-02-17 01:43:40 +0100
  • 1051cd2640
    OMEMO: Switch to sending 12 byte IV Paul Schaub 2020-02-16 22:15:56 +0100
  • 6edbe640cb gradle: bump errorprone plugin to 1.1.1 Florian Schmaus 2020-01-28 16:20:55 +0100
  • ee3d25751d Correct ALPHABET in BASE32.java adiaholic 2020-01-28 20:19:42 +0530
  • e81c4814ed
    Make use of XmlStringBuilder in AttentionElement Paul Schaub 2020-01-06 18:41:30 +0100
  • 5fd638545d
    build.gradle: Improve android API exception message Paul Schaub 2019-12-13 16:12:18 +0100
  • a6e2523648 proxy: modernize code by using (ByteArrayOutput|DataInput)Stream Florian Schmaus 2019-11-18 21:08:03 +0100
  • 14cc0c1e41 proxy: do not call setTcpNoDelay() but instead flush the stream Florian Schmaus 2019-11-18 19:37:10 +0100
  • 7afd1fdf46 proxy: make it the caller's reponsibility to close the socket Florian Schmaus 2019-11-18 17:44:08 +0100
  • 9d626bf787 core: improve AsyncButOrdered Florian Schmaus 2019-11-08 10:14:21 +0100
  • a7a298c5d8 Use standard stanza listeners in MultiUserChat Florian Schmaus 2019-11-06 18:44:07 +0100
  • eb4c2c5572 s/occured/occurred/ Florian Schmaus 2019-10-30 12:02:36 +0100
  • b0277d7e74 Emit <starttls/> as empty element when possible Florian Schmaus 2019-10-30 11:59:51 +0100
  • 2915101843 Use isEmpty() in StringUtils.requireNullOrNotEmpty() Florian Schmaus 2019-10-30 11:56:55 +0100
  • 6d1252755b Mark more methods in Stanza as final Florian Schmaus 2019-10-30 09:23:01 +0100
  • ee699f24dd Remove DiscoverInfo.Identity(Identity) copy constructor Florian Schmaus 2019-10-30 08:24:13 +0100
  • 63a4212f7e Remove clone() from DiscoverInfo.Identity Florian Schmaus 2019-10-30 08:22:47 +0100
  • 63ba524758 Make IQ(IQ) constructor protected Florian Schmaus 2019-10-30 08:20:25 +0100
  • e2223254cf Organize imports everywhere Florian Schmaus 2019-10-29 21:12:22 +0100
  • 69767e9538 Rename AbstractIqBuilder subclasses to their designated names Florian Schmaus 2019-10-29 19:21:31 +0100
  • 6e32305987 Apply builder pattern to DiscoverInfo Florian Schmaus 2019-10-29 11:14:55 +0100
  • 36072fb25a test: created mocked connectionwith stanza factory Florian Schmaus 2019-10-29 10:40:41 +0100
  • 4b01892129 Remove unused DiscoverInfo instances in PingTest Florian Schmaus 2019-10-27 07:51:25 +0100
  • e2d206e741 Introduce XMPPConnection.add(Message|Presence)Interceptor Florian Schmaus 2019-10-25 13:57:18 +0200
  • 5db6191110 Introduce StanzaBuilder Florian Schmaus 2019-10-24 15:45:08 +0200
  • 926c5892ad Fix 260c5539b ("Add support for XEP-0118: UserTune") Florian Schmaus 2019-10-17 12:25:09 +0200
  • 260c5539b5 Add support for XEP-0118: UserTune adiaholic 2019-05-01 13:29:10 +0530
  • 8f371c5381 Fix datatype.Scalar equals() and hashCode() methods Florian Schmaus 2019-10-17 12:08:20 +0200
  • db150a850a Fix order of 'actual' and 'expected' in XmlUnitUtils Florian Schmaus 2019-10-13 23:02:53 +0200
  • 7a58862794 gradle: Ensure git command is run projectDir rather than CWD. John Haubrich 2019-10-10 08:46:47 -0400
  • b510d373b5 reactor: have synchronized block include peeking at scheduled actions Florian Schmaus 2019-10-12 10:22:31 +0200
  • 05c920ab56 Fix typo in comment Florian Schmaus 2019-10-12 10:14:17 +0200
  • e23babf147 Add Stanza.setNewStanzaId() and ensureStanzaIdSet() Florian Schmaus 2019-10-05 23:14:41 +0200
  • 133ee29150 Add XmlStringBuilderTest Florian Schmaus 2019-10-05 23:01:03 +0200
  • 30bbdf9fdb Remove deprecated methods from Stanza class Florian Schmaus 2019-10-05 12:16:41 +0200
  • f0300dc906 Remove deprecated "PacketReplyTimeout" methods in SmackConfiguration Florian Schmaus 2019-09-25 23:45:29 +0200
  • 35cf094386 sasl-javax: Do not set system properties in SASLGSSAPIMechanism Florian Schmaus 2019-09-25 23:36:21 +0200
  • eeb6c52f7e Move SASL logic into AbstractXMPPConnection Florian Schmaus 2019-09-24 23:32:08 +0200
  • c3247ef006 Use optElement() instead of optAppend() in StreamInitiation.toXML() Florian Schmaus 2019-09-24 23:29:26 +0200
  • cf48f12565 Add INSTANCE shortcut to SmackTestUtil Florian Schmaus 2019-09-24 23:28:45 +0200
  • 3ee4dd7b3a Move SASL authentication state into SASLMechanism Florian Schmaus 2019-09-24 10:19:12 +0200
  • 1d03cfdc79 checkstyle: Remove redundant whitespace check Florian Schmaus 2019-09-24 10:12:13 +0200
  • 93aaf6d8d7 Remove SASLAuthentication.init() Florian Schmaus 2019-09-23 20:00:16 +0200
  • bf538129c2 SASL: Add missing InterruptedException to "else if" cascade Florian Schmaus 2019-09-23 19:54:47 +0200
  • 5b1d2664af Clear saslException class field before throwing Florian Schmaus 2019-09-23 19:47:37 +0200
  • be0830fc8f smack-xmlparser: Improve ISE message Florian Schmaus 2019-09-23 15:18:06 +0200
  • 28ef30b4b3 smack-java7: Add missing smack-xmlparser-stax dependency Florian Schmaus 2019-09-23 15:11:22 +0200
  • b1a5509927 smack-tcp: Split dot to png into two makefile steps Florian Schmaus 2019-09-23 15:02:49 +0200
  • bd4b91fc26 Introduce AbstractXMPPConnection.outgoingStreamXmlEnvironment Florian Schmaus 2019-09-21 23:00:17 +0200
  • 002d060584 XmlStringBuilder: Map all XML serialization to appendXmlTo() Florian Schmaus 2019-09-21 22:56:20 +0200
  • 6d7b2b70e8 Add util.Consumer and use it in StateDescriptorGraph Florian Schmaus 2019-09-21 22:54:50 +0200
  • b83dacc60a Merge branch 'master' of github.com:igniterealtime/Smack master Florian Schmaus 2019-09-18 09:59:57 +0200
  • 3318a44016 XmlStringBuilder: Declare actual return type instead of supertype Florian Schmaus 2019-09-18 09:00:06 +0200