1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-27 00:32:07 +01:00

Commit graph

  • 7cc9e9ffcc Merge pull request #123 from vanitasvitae/4.2getOrCreateLeafNode Florian Schmaus 2017-04-19 11:45:59 +0200
  • 10927577ad
    Fix getOrCreateLeafNode for prosody vanitasvitae 2017-04-19 11:34:47 +0200
  • edf0bd4038 Update README: Add Documentation and Javadoc link Florian Schmaus 2017-04-09 13:09:14 +0200
  • d421b2fa1b Fix provided SASL DIGEST-MD5 mechanism Florian Schmaus 2017-04-07 18:56:51 +0200
  • c636e72a9d Change behavior of send()/publish() in LeafNode Florian Schmaus 2017-04-06 15:11:04 +0200
  • 16ede9806a Add PubSubManaer.supportsAutomaticNodeCreation() Florian Schmaus 2017-04-06 12:32:34 +0200
  • e73cef8000 Add PubSubManager.tryToPublishAndPossibleAutoCreate(String, I) Florian Schmaus 2017-04-06 10:14:27 +0200
  • 8466a5af1a Improve MUCs subject changed notification filter Florian Schmaus 2017-04-04 14:27:11 +0200
  • a887cde1ce Allow MUC room subject changes from the MUCs bare JID Florian Schmaus 2017-04-04 14:08:19 +0200
  • e6787b21ce Merge pull request #122 from andrisasuke/fix-enable-push-formtype Florian Schmaus 2017-04-03 15:07:29 +0200
  • c8b4df4f84 Fix EnablePushNotificationsIQ wrong form type andri.khrisharyadi 2017-04-03 18:59:14 +0700
  • c8e7c4804b Merge pull request #120 from cemyabansu/patch-1 Florian Schmaus 2017-03-30 10:43:25 +0200
  • 430cfa0ec5 setPort accept integer only Cem Yabansu 2017-03-27 18:00:38 +0300
  • 8a8c01a4e5 Fix AbstractError.getDescriptiveText() vanitasvitae 2017-03-16 11:25:38 +0100
  • 4fb1449077 Fix AbstractJidTypeFilter.accept() Fernando Martinez Herrera 2017-03-17 15:10:41 -0300
  • 08c228ef99 Merge branch '4.2' Florian Schmaus 2017-03-20 14:57:42 +0100
  • 76adf22ba1 Add missing break statement to deleteViaServiceAdministration() Florian Schmaus 2017-03-18 19:19:48 +0100
  • 1e0481b355 Add PubSubManager.getOrCreateLeafNode(String) Florian Schmaus 2017-03-18 18:31:06 +0100
  • 3ce5973915 Also add stanzas to unacknowledgedStanzas while shutting down Florian Schmaus 2017-03-18 17:41:30 +0100
  • 3d1cf61caf Add comment to ScramMechanism.getChannelBindingName() Florian Schmaus 2017-03-18 13:37:54 +0100
  • 140e8faae3 Add Smack logo Florian Schmaus 2017-03-18 13:23:28 +0100
  • 43715460c6 Fix SASL SCRAM-SHA-1(-PLUS) priority Florian Schmaus 2017-03-18 13:19:51 +0100
  • b6f7d019c7 Use SASLMechanism.toString() in getRegisterdSASLMechanisms() Florian Schmaus 2017-03-18 13:18:44 +0100
  • 762939068b Add javadoc for SASLMechanism.getPriority() Florian Schmaus 2017-03-18 13:18:24 +0100
  • de783dce73 Add SASLMechanism.toString() Florian Schmaus 2017-03-18 13:18:13 +0100
  • dcac9531e7 Fix SASLAuthentication.getRegisteredSASLMechanisms Florian Schmaus 2017-03-18 12:59:52 +0100
  • 3640339073 Fix ConnectionConfiguration.getEnabledSaslMechanisms() Florian Schmaus 2017-03-15 21:25:37 +0100
  • 0a6843f41f Make StreamNegotiator weakly reference XMPPConnection Florian Schmaus 2017-03-15 21:17:49 +0100
  • a592a12229 Make InBandBytestreamManager use weak references to XMPPConnection Florian Schmaus 2017-03-15 15:07:41 +0100
  • 525feaa161 Add SynchronizationPoint.getFailureException() Florian Schmaus 2017-03-12 14:55:38 +0100
  • 1a93b448db Merge tag '4.2.0' Florian Schmaus 2017-03-10 23:35:06 +0100
  • fc9748b567 Smack 4.2.1-SNAPSHOT Florian Schmaus 2017-03-10 23:26:53 +0100
  • b9b8b1a780 Smack 4.2.0 Florian Schmaus 2017-03-10 21:39:01 +0100
  • b436ab897d Travis CI: Remove MaxPermSize=512M Florian Schmaus 2017-03-10 17:52:42 +0100
  • 1cc9cec677 Use thread local variables for (Secure)Randoms Florian Schmaus 2017-03-10 17:16:53 +0100
  • 09b6608a3a Fix and improve the HTTP File Upload implementation Florian Schmaus 2017-03-09 21:35:29 +0100
  • 72d4c8b611 Add support for XEP-0363: HTTP File Upload. Grigory Fedorov 2017-01-30 02:07:29 +0500
  • a8c6de6b98 Improve MamManager javadoc Florian Schmaus 2017-03-10 12:07:21 +0100
  • 1c5c8e32d9 Fixing typo + method name in messaging documentation Daniel Hintze 2017-03-02 16:02:15 +0100
  • e141de9aa4 Fix possible NPE in roster push listener Florian Schmaus 2017-03-07 08:50:22 +0100
  • c81f28a3a2 Update Error Prone to 2.0.18 Florian Schmaus 2017-03-06 17:17:15 +0100
  • 52a52e12d2 Make Body and Subject implement ExtensionElement Florian Schmaus 2017-03-03 21:10:58 +0100
  • f51ea33036 Merge pull request #111 from hintzed/hintzed-documentation-typo-fix Florian Schmaus 2017-03-04 10:54:22 +0100
  • ebaa819374 Fixing typo + method name in messaging documentation Daniel Hintze 2017-03-02 16:02:15 +0100
  • 6b7a8142c9 Merge pull request #110 from vfite/BOSH-ERROR Florian Schmaus 2017-02-27 13:34:02 +0100
  • fb82e04109 add parsing non stream errors for BOSH vfite 2017-02-27 14:14:04 +0200
  • ccd386ebbc Merge pull request #106 from annovanvliet/fixBuild Florian Schmaus 2017-02-27 12:04:59 +0100
  • 382d519766 Make Smack buildable under windows. Specify UTF-8 as character set. Added some symbolic links to smack-integration-test for consistency sake. Anno van Vliet 2017-02-26 18:13:10 +0100
  • 32fd52ea8e Sync MAM API with PubSub API: One MamManager per MAM archive address Florian Schmaus 2017-02-24 19:33:11 +0100
  • 00005d87be Improve MamTest Florian Schmaus 2017-02-24 19:32:46 +0100
  • 1c30881557 build.gradle: Add 'testRuntime' configuration to artifacts Florian Schmaus 2017-02-24 19:25:29 +0100
  • c13cddd91a Enable querying MAM by address and node. Anno van Vliet 2017-02-18 11:08:32 +0100
  • 68cecf2eee Fix the MUC join presence response filter Florian Schmaus 2017-02-18 10:48:29 +0100
  • 6cfdf2bc6f Use CopyOnWriteArraySet for pingFailedListeners Florian Schmaus 2017-02-15 20:14:41 +0100
  • ca54f65b3e Merge branch '4.2' Florian Schmaus 2017-02-11 20:55:43 +0100
  • bb3eeb9af0 Travis CI: Don't build with Oracle JDK 7 Florian Schmaus 2017-02-11 20:40:15 +0100
  • 4d58fc136b Smack 4.2.0-rc4-SNAPSHOT Florian Schmaus 2017-02-11 20:39:54 +0100
  • 5f7be5abf3 Smack 4.2.0-rc3 Florian Schmaus 2017-02-11 16:59:18 +0100
  • 4c646436a5 Bump "Error Prone" to 2.0.15 Florian Schmaus 2017-02-11 16:16:41 +0100
  • ef0af66b21 Enfore spaces for indentation Florian Schmaus 2017-02-07 22:02:40 +0100
  • ffe9397e66 Fix SASLMechanism.compareTo(SASLMechanism) Florian Schmaus 2017-02-02 16:08:37 +0100
  • bf1e07e672 Fix chat2.ChatManager's message filter Florian Schmaus 2017-02-02 12:46:50 +0100
  • 684d33b773 Fix Carbon Listener setup Florian Schmaus 2017-02-01 10:59:44 +0100
  • 872b254db5 sendStanzaWithResponseCallback: Ensure exactly one callback is called Florian Schmaus 2017-01-30 21:01:56 +0100
  • 46e8866440 Improve log message of RosterResultListener Florian Schmaus 2017-01-30 17:03:16 +0100
  • b142060f9e sendStanzaWithResponseCallback(): remove listener right away Florian Schmaus 2017-01-30 16:57:43 +0100
  • 187fe37cd7 Fix MucEnterConfiguration.Builder.withPresence(Presence) throw ISE Florian Schmaus 2017-01-30 11:59:09 +0100
  • 85fcb55bd9 Fix roster handling of outgoing 'unavailable' presence Florian Schmaus 2017-01-29 11:08:45 +0100
  • 5d0dd49e61 Introduce ToMatchesFilter Florian Schmaus 2017-01-29 11:08:16 +0100
  • 51378aebee Revert "Throw exception if stanza child contains text" Florian Schmaus 2017-01-24 22:46:40 +0100
  • 62d903171f Remove NOP from FromMatchesFilter Florian Schmaus 2017-01-24 21:28:07 +0100
  • 2ac0fc72ba Handle NameNotFoundException in smack-resolver-javax Florian Schmaus 2017-01-24 20:14:01 +0100
  • 1bcb5a2d1a Also check that srvRecords is not empty Florian Schmaus 2017-01-24 20:13:40 +0100
  • 9526926cd3 Log message about missing SRV RRs Florian Schmaus 2017-01-24 20:13:26 +0100
  • 35ac228125 Add CarbonCopyReceivedListener Florian Schmaus 2017-01-23 23:53:55 +0100
  • 33371cffaf Move ChatStateExtension Provider in its own class Florian Schmaus 2017-01-23 22:59:53 +0100
  • af1bde4fd0 Make MUC invitations 'from' value an EntityJid Florian Schmaus 2017-01-20 17:06:06 +0100
  • a4ae941a7c Fix memory leak in MUC-light Florian Schmaus 2017-01-20 16:47:37 +0100
  • 4377e39b5f Add javadoc about client set resourceparts Florian Schmaus 2017-01-20 10:21:23 +0100
  • 4d7b9318ce Add callbacks for block/unblock events to BlockingCommandManager Florian Schmaus 2017-01-20 08:55:28 +0100
  • ff97d2eb35 Make BlockContactsIQProvider idiomatic Florian Schmaus 2017-01-20 08:54:20 +0100
  • b3662c0682 Make UnblockContactsIQ immutable Florian Schmaus 2017-01-20 08:52:37 +0100
  • 07cba5b974 Make BlockContactsIQ immutable Florian Schmaus 2017-01-20 08:21:22 +0100
  • 965cbcc979 Fix memory leak in MultiUserChat.enter(MucEnterConfiguration) Florian Schmaus 2017-01-19 16:16:11 +0100
  • f2a3cce094 Merge branch '4.2' Florian Schmaus 2017-01-18 20:30:24 +0100
  • e5980641c0 Fix "XEP-0323: IoT - Sensor Data" namespace in provider Florian Schmaus 2017-01-17 11:11:25 +0100
  • 382ed9d871 Merge tag '4.2.0-rc2' Florian Schmaus 2017-01-15 19:03:32 +0100
  • 88d59a0a1c Smack 4.2.0-rc3-SNAPSHOT Florian Schmaus 2017-01-15 11:02:40 +0100
  • ce194819db Smack 4.2.0-rc2 Florian Schmaus 2017-01-15 10:02:22 +0100
  • 7c46f58c80 Rename "PacketReplyTimeout" → "ReplyTimeout" Florian Schmaus 2017-01-12 20:57:19 +0100
  • b5415fe841 Don't wait the reply timeout in OfflineMessageManager.getMessages(List<String>) Florian Schmaus 2017-01-12 13:40:55 +0100
  • f31cc6e043 Fix IllegalArgumentException on DNS lookup if XMPP domain is wrong Florian Schmaus 2017-01-12 13:39:11 +0100
  • 9d8caf0563 Fix "XEP-0323: IoT - Sensor Data" namespace Florian Schmaus 2017-01-12 12:48:07 +0100
  • d47463a533 Deprecate Chat API, introduce new Chat API Florian Schmaus 2017-01-11 19:35:55 +0100
  • b0fef6ffcb Ensure that populateHostAddressees() doesn't return a list with 'null' Florian Schmaus 2017-01-09 19:36:21 +0100
  • 51d3c31766 Initialize Socket in TCP connection when proxy is used Florian Schmaus 2017-01-08 22:58:23 +0100
  • 4cd014397c Merge pull request #99 from akrherz/loc-- Florian Schmaus 2017-01-07 14:55:01 +0100
  • bfc14227ca Propagate stream errors on connect/login to the caller Florian Schmaus 2017-01-06 15:03:28 +0100
  • cff91f5a92 Use correct element and namepsace in AccountManager.isSupported() Florian Schmaus 2017-01-07 10:37:50 +0100
  • 7167a55f81 AccountManager: Don't fallback to disco#info if not authenticated Florian Schmaus 2017-01-06 14:49:58 +0100