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

Commit graph

  • 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
  • c9efa5581d
    Attempt implementing first IQs mix Paul Schaub 2020-04-05 12:12:00 +0200
  • da7d2e7e08
    Start implementing first MIX discovery methods Paul Schaub 2020-04-04 22:47:47 +0200
  • e6a1cb2f87 Add more constants Paul Schaub 2020-04-03 19:51:57 +0200
  • 1923d174e4 Wip: Add first business classes Paul Schaub 2020-03-14 13:05:53 +0100
  • 310a48f161 Add Mix Providers and tests Paul Schaub 2020-03-02 17:04:04 +0100
  • d38f1c7726 Implement LeaveElementProvider Paul Schaub 2020-02-29 01:48:15 +0100
  • 4845572aee Add MIX elements Paul Schaub 2020-02-29 01:46:54 +0100
  • 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
  • 75a2d58449 Add forgotten XEPs to extensions index.md reorderProviders Paul Schaub 2020-02-24 05:32:28 +0100
  • 0127e8f204 Reorder smack-extensions providers xml Paul Schaub 2020-02-24 04:32:16 +0100
  • 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
  • 894f14f8c8
    Fix typos in extension index typos Paul Schaub 2020-02-24 03:18:55 +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
  • e10cb1fcc6
    Some more configuration setups smack-messenger Paul Schaub 2020-02-17 01:04:32 +0100
  • 1fe2aa2dca
    Initial commit inbox Paul Schaub 2020-02-16 23:30:01 +0100
  • 7a33471325
    call onlineSetup method on initial connection Paul Schaub 2020-02-16 22:43:41 +0100
  • 1051cd2640
    OMEMO: Switch to sending 12 byte IV Paul Schaub 2020-02-16 22:15:56 +0100
  • cef58fde24 obey to checkstyle static rule avatars Paul Schaub 2019-09-14 20:29:59 +0200
  • ddbbc63aae Require bytes greater 0 Paul Schaub 2019-08-31 17:10:51 +0200
  • df41a4dc9a Add publish methods without size Paul Schaub 2019-08-31 17:07:33 +0200
  • 6b4e2c3842 Invert if-statements to increase readability Paul Schaub 2019-08-31 17:07:17 +0200
  • 6749a1d9d9 Return XmlStringBuilder instead of CharSequence Paul Schaub 2019-08-31 16:59:11 +0200
  • 225a8fa29d remove whitespace noise from index.md Paul Schaub 2019-08-31 16:57:51 +0200
  • fc253578d1 Use nextTag and switch in provider Paul Schaub 2019-08-31 16:56:44 +0200
  • 0fc9822eaa Pass XmlEnvironment to toXML() Paul Schaub 2019-08-31 16:48:35 +0200
  • 3cac79f895 Add documentation Paul Schaub 2019-08-31 16:10:53 +0200
  • 2b4689b3a2 Add UserAvatarException Paul Schaub 2019-08-31 15:53:15 +0200
  • cee80edb13 XEP-0084: User Avatars Paul Schaub 2019-08-31 14:17:13 +0200
  • 0d90e6535e
    Initial commit Paul Schaub 2020-02-08 17:56:24 +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
  • 467a0821a0 Add Chat State Notifications support for group chat cmeng_chatstates Eng ChonMeng 2019-11-27 19:40:04 +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
  • 6b84517ce8
    Catch NumberFormatException when parsing integer clusterIntTest Paul Schaub 2019-09-28 01:32:11 +0200
  • c3cc7461f1
    Add documentation for IntegrationTest host configs Paul Schaub 2019-09-28 01:17:22 +0200
  • 03bde438ce
    Fix typos in XmppConnectionManager Paul Schaub 2019-09-28 01:12:53 +0200