1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-16 08:34:54 +02:00

Commit graph

  • b1a4ccfae8 [core] Do not weakly reference "channel selected" callback Florian Schmaus 2020-05-30 19:37:48 +0200
  • 223d58527b Use correct class name in docs XMPPConnectionConfiguration/XMPPTCPConnectionConfiguration Aditya Borikar 2020-05-28 03:29:37 +0530
  • eae8acb856 [gradle] Add 'sinttestAll' task Florian Schmaus 2020-05-26 09:54:06 +0200
  • 10c6e5d121 [openpgp] Use default constructor of DummyConnection in unit tests Florian Schmaus 2020-05-26 09:53:43 +0200
  • ccc785062e [extensions] Deprecate old-style PepManager PEP listeners Florian Schmaus 2020-05-25 20:32:47 +0200
  • 15499ad1f8 [openpgp] Remove info log "Received OpenPPG metadata update from…" Florian Schmaus 2020-05-25 16:16:56 +0200
  • f5448c5faa [core] Rework TLS logic Florian Schmaus 2020-05-25 14:47:36 +0200
  • 7156849c77 [core] Set default SecurityMode to 'required' in ConnectionConfiguration Florian Schmaus 2020-05-25 13:51:25 +0200
  • 70188dbe57 [travis] Only run javadocAll on Java 11 or higher Florian Schmaus 2020-05-25 11:14:47 +0200
  • d65f2c932e Bump Error Prone version to 2.3.4 and fix new bug patterns Florian Schmaus 2020-05-24 21:07:56 +0200
  • 1c0bdfae40 [experimental] Delcare methods as static when possible Florian Schmaus 2020-05-24 18:01:00 +0200
  • f3207e8c27 Bump junit version to 5.6.2 Florian Schmaus 2020-05-24 13:14:26 +0200
  • f750c79392 Bump jxmpp Version to 0.7.0-alpha6 Florian Schmaus 2020-05-24 13:14:14 +0200
  • c7c5b10c41 Bump MiniDNS version to 0.4.0-alpha5 Florian Schmaus 2020-05-24 13:11:50 +0200
  • cac874bdc7 [core] Use UInt16 for ConnectionConfiguration 'port' Florian Schmaus 2020-05-24 13:02:19 +0200
  • 9a8ee3c8e3 [core] Improve NumberUtil's exception message and fix javadoc Florian Schmaus 2020-05-24 13:02:01 +0200
  • f045c0dd08 Update Message Archive Management (XEP-0313) support to urn:xmpp:mam:2 Florian Schmaus 2020-05-24 12:26:36 +0200
  • a51663448b [checkstyle] Bump to 8.27 Florian Schmaus 2020-05-23 23:36:05 +0200
  • 65aa543c57 [checkstyle] Enable JavadocMethod also for protected methods Florian Schmaus 2020-05-23 22:49:44 +0200
  • ebe5c49e92 [checkstyle] Tighten JavadocMethod checkstyle rule Florian Schmaus 2020-05-23 22:35:27 +0200
  • 5bfe789e08 [sinttest] Add unreliable workaround for XEP-0030 based operations Florian Schmaus 2020-05-22 15:44:23 +0200
  • a137944e50 [disco/caps] Fix DiscoverInfo.asBuilder() Florian Schmaus 2020-05-22 15:38:16 +0200
  • 0db6406262 [softwareinfo] Separate static and non-static fields by empty line Florian Schmaus 2020-05-22 15:36:39 +0200
  • 54d6bc8658 [softwareinfo] Remove SoftwareInfoManager.isSupported(Jid) Florian Schmaus 2020-05-22 15:35:56 +0200
  • 027358fc63 [softwareinfo] Remove unnecessary throws declarations Florian Schmaus 2020-05-22 15:34:27 +0200
  • 68a453d3b3 [core] Fix deprecation javadoc in Presence Florian Schmaus 2020-05-22 09:25:20 +0200
  • 054fd9ae44 [core] Replace 'packet' with 'stanza' in Presence's javadoc Florian Schmaus 2020-05-22 09:24:49 +0200
  • 962071762a [core] Optimize Presence.toXML() for empty element Florian Schmaus 2020-05-22 09:20:02 +0200
  • b3c57ef918 [xhtmlim] Use stanza builder API, deprecate old Florian Schmaus 2020-05-21 22:45:28 +0200
  • ca85b8326a [test] Use correct class StanzaBuilder for static call to buildMessage() Florian Schmaus 2020-05-21 22:44:51 +0200
  • c4ad857c0d [carbons] Add CarbonExtension.Private.addTo(MessageBuilder), deprecate old Florian Schmaus 2020-05-21 22:44:14 +0200
  • 33720e8d97 [core] Fix potential NPE in Java7ZlibInputOutputStream Florian Schmaus 2020-05-21 12:47:55 +0200
  • cbcf1d15f5 Smack 4.4.0-alpha4-SNAPSHOT Florian Schmaus 2020-05-21 10:35:16 +0200
  • f97397f5ee Smack 4.4.0-alpha3 Florian Schmaus 2020-05-20 17:34:23 +0200
  • d69f62d012 [repl] Add project description Florian Schmaus 2020-05-21 09:47:02 +0200
  • 2679c72f0f [disco] Move logic that was previously in EntityCapsManager in SDM Florian Schmaus 2020-05-17 20:50:25 +0200
  • 87591655ad [core] Add StanzaFilter.asPredicate(Class) Florian Schmaus 2020-05-17 20:47:18 +0200
  • 4239dac440 [gradle] Fix project description in POM Florian Schmaus 2020-05-16 21:42:36 +0200
  • 46ba273689 [disco] Delay the entity caps renewal Florian Schmaus 2020-05-16 21:19:06 +0200
  • 72c5dc5886 [core] Introduce ScheduledAction.Kind for blocking and non-blocking actions Florian Schmaus 2020-05-16 21:18:27 +0200
  • 4e5536e227 [core] Make ScheduledAction.cancel() return boolean and add javadoc Florian Schmaus 2020-05-16 14:16:23 +0200
  • 6daf19dbd3 [core] Add javadoc to SmackReactor.cancel(ScheduledAction) Florian Schmaus 2020-05-16 14:16:05 +0200
  • dfdd0acf91 Introduce AbstractStats Florian Schmaus 2020-05-16 14:15:50 +0200
  • b79ee8f6a9
    Merge pull request #394 from vanitasvitae/tlsClose Florian Schmaus 2020-05-17 18:14:15 +0200
  • dc64a43f12
    Prevent NPE when closing trust store stream Paul Schaub 2020-05-17 17:01:42 +0200
  • f00acbff89
    Merge pull request #340 from adiaholic/XEP-0232 Florian Schmaus 2020-05-16 12:08:35 +0200
  • 17ca4c541b Add support for XEP-0232: Software Information Aditya Borikar 2020-05-14 16:48:07 +0530
  • b8d8c9e9dd Replace version.gradle with version Florian Schmaus 2020-05-15 21:12:51 +0200
  • 9fd5bc7873 [pubsub] Make Fillable(Configure|Subscribe)Form constructors package-private Florian Schmaus 2020-05-15 11:52:08 +0200
  • fec928ffe7 [pubsub] Add missing "FillableSubscribeForm SubscribeForm.getFillableForm()" Florian Schmaus 2020-05-15 11:51:40 +0200
  • 565397f632 [pubsub] Make FillableSubscribeForm implement SubscribeFormReader Florian Schmaus 2020-05-15 11:51:21 +0200
  • 4cb214ef8f
    Merge pull request #367 from vanitasvitae/carbonEnable Florian Schmaus 2020-05-15 11:31:23 +0200
  • 17161dd3ff
    Merge pull request #359 from vanitasvitae/messageRetraction Florian Schmaus 2020-05-14 22:34:37 +0200
  • 429c89d59a Add support for XEP-0424: Message Retraction Paul Schaub 2020-05-14 17:23:24 +0200
  • bdedf5a0a2
    Merge pull request #368 from vanitasvitae/fallbackIndication Florian Schmaus 2020-05-14 17:45:06 +0200
  • c5212c20b6 [xdata] Rename FormReader.read(String) to getField(String) Florian Schmaus 2020-05-14 17:11:51 +0200
  • d6c1018b47 [xdata] Remove FormWriter Florian Schmaus 2020-05-14 17:11:19 +0200
  • 62ead2fbb3
    Merge pull request #391 from vanitasvitae/typo Florian Schmaus 2020-05-14 17:04:31 +0200
  • d903184ee2
    Quick typo fix: s/isntead/instead/g Paul Schaub 2020-05-13 22:32:18 +0200
  • 3ab44050cc
    Merge pull request #390 from adiaholic/docFix Florian Schmaus 2020-05-13 22:29:14 +0200
  • ffb8729ba7 Allow for offline configuration of CarbonManager Paul Schaub 2020-05-13 21:41:28 +0200
  • afa42a8b41 Remove TODO:method should not throw any exception but currently does adiaholic 2020-04-28 13:56:24 +0530
  • 321c91c264 [build] Introduce bouncyCastleVersion variable and use it Florian Schmaus 2020-05-13 22:20:32 +0200
  • 39a6e7e888
    Add support for XEP-0428: Fallback Indication Paul Schaub 2020-05-13 22:18:09 +0200
  • cd96909ac4
    Merge pull request #378 from vanitasvitae/bumpPgpainless Florian Schmaus 2020-05-13 22:17:15 +0200
  • 50cb7735d1 [muc] Add generic callback invoked if a participant is removed Florian Schmaus 2020-05-13 22:06:15 +0200
  • ab2d3a2b79 [core] Deprecate AbstractConnectionListener Florian Schmaus 2020-05-13 22:01:48 +0200
  • 13abeb9626 [muc] Deprecate DefaultUserStatusListener Florian Schmaus 2020-05-13 22:01:17 +0200
  • aacd94c62e [muc] Deprecate DefaultParticipantStatusListener Florian Schmaus 2020-05-13 22:00:42 +0200
  • 498dde2d86 Merge branch 'master' of github.com:igniterealtime/Smack Florian Schmaus 2020-05-13 20:20:01 +0200
  • 77e26fc575 Re-work data form API Florian Schmaus 2020-05-13 20:14:41 +0200
  • ddb27b6965 Correct spellings wherever needed in connection-modules.md adiaholic 2020-05-13 15:26:08 +0530
  • 25a5261dc0
    Merge pull request #389 from guusdk/pep-notification-message-type Florian Schmaus 2020-05-12 20:07:43 +0200
  • 577c59484b pep: notification type can be normal or headline Guus der Kinderen 2020-05-12 19:57:56 +0200
  • e6e8547f7b Add Avatar class to smack-repl avatars Paul Schaub 2020-02-09 19:45:07 +0100
  • 516c61500f Add MemoryAvatarMetadataStore Paul Schaub 2020-02-09 19:44:56 +0100
  • c6e9e5c717 Fix pep usage Paul Schaub 2020-02-09 19:44:29 +0100
  • cceb30c52f obey to checkstyle static rule Paul Schaub 2019-09-14 20:29:59 +0200
  • c3bec911ba Require bytes greater 0 Paul Schaub 2019-08-31 17:10:51 +0200
  • 7e4791c4f6 Add publish methods without size Paul Schaub 2019-08-31 17:07:33 +0200
  • 19c9f36047 Invert if-statements to increase readability Paul Schaub 2019-08-31 17:07:17 +0200
  • 7fb6e685a7 Return XmlStringBuilder instead of CharSequence Paul Schaub 2019-08-31 16:59:11 +0200
  • 5682eaf8e5 remove whitespace noise from index.md Paul Schaub 2019-08-31 16:57:51 +0200
  • a41430b1fd Use nextTag and switch in provider Paul Schaub 2019-08-31 16:56:44 +0200
  • 609ace2f0d Pass XmlEnvironment to toXML() Paul Schaub 2019-08-31 16:48:35 +0200
  • 25d64a439c Add documentation Paul Schaub 2019-08-31 16:10:53 +0200
  • bd9625ea93 Add UserAvatarException Paul Schaub 2019-08-31 15:53:15 +0200
  • f5ac8246f6 XEP-0084: User Avatars Paul Schaub 2019-08-31 14:17:13 +0200
  • 3270c113c5 [filetransfer] Remove FaultTolerantNegotiator Florian Schmaus 2020-05-11 22:12:22 +0200
  • 2c39dff653 pubsub: remove 'replyto' and 'replyroom' configure settings Florian Schmaus 2020-05-04 10:55:36 +0200
  • f61ecb65e7 Make java(c|doc) use --release when available Florian Schmaus 2020-04-24 10:04:30 +0200
  • e9f427084d
    Bump pgpainless to 0.0.1-alpha11 and depend on bcprov in tests Paul Schaub 2020-04-21 19:52:05 +0200
  • e79710840b caps: handle multiple data forms of extened service discovery information Florian Schmaus 2020-04-18 22:56:24 +0200
  • 5e921e6393 core: add javadoc for StanzaView.getExtensions(Class) Florian Schmaus 2020-04-18 22:56:10 +0200
  • dc443bccd4 disco: allow multiple data forms for extended discovery information Florian Schmaus 2020-04-18 19:04:21 +0200
  • cdc5396f6c core: improve signature of Stanza.addExtensions() Florian Schmaus 2020-04-18 19:03:43 +0200
  • 661b2743d9 mam: use new DataForm API in MamQueryIQ Florian Schmaus 2020-04-18 19:03:00 +0200
  • e58e6fa75d xdata: add more helper methods to DataForm Florian Schmaus 2020-04-18 19:01:25 +0200
  • 8e1003723e Specify correct and full version in @since javadoc tag Florian Schmaus 2020-04-18 13:09:41 +0200
  • d0347d1e00 muc: add removed() callback to UserStatusListener Florian Schmaus 2020-04-17 22:26:28 +0200