1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-14 12:49:41 +02:00

Commit graph

  • ca1852f6e0 Fix AffiliationsExtension.toXml() Florian Schmaus 2017-12-05 20:39:16 +01:00
  • 47940ba5ad Fix NPE in DNSResolver.lookupSRVRecords0 Florian Schmaus 2017-12-01 09:28:21 +01:00
  • 76a6b9f2a1 Merge tag '4.2.2' Florian Schmaus 2017-11-25 18:45:32 +01:00
  • be4aacc71d Smack 4.2.3-SNAPSHOT Florian Schmaus 2017-11-25 17:59:07 +01:00
  • 0fcacf3d9a Smack 4.2.2 Florian Schmaus 2017-11-25 17:44:45 +01:00
  • 2edbc64957 Refactor reconnection callbacks into an extra class Florian Schmaus 2017-11-25 15:34:05 +01:00
  • d804d4ed6d Do not abort if we could not get a KeyManagerFactory Florian Schmaus 2017-11-23 08:21:55 +01:00
  • 573358b459 Limit the scope of local variables in proceedTLSReceived() Florian Schmaus 2017-11-23 08:15:52 +01:00
  • 32f681c6e5 Initialize keytsoreType with KeyStore.getDefaultType() Florian Schmaus 2017-11-22 22:34:56 +01:00
  • 81002c4fbd Merge branch '4.2' Florian Schmaus 2017-11-22 08:37:47 +01:00
  • 853324a998
    Merge pull request #185 from mityada/sm-resumption-race-condition Florian Schmaus 2017-11-22 08:29:36 +01:00
  • af0c1832fd Update gettingstarted.md Florian Schmaus 2017-11-21 22:57:10 +01:00
  • 813a5ba63f
    Merge pull request #184 from mityada/stream-management-exception Florian Schmaus 2017-11-21 21:15:41 +01:00
  • 7d1356bf46
    Merge pull request #186 from vanitasvitae/fixCheckstyleRule Florian Schmaus 2017-11-21 21:15:28 +01:00
  • 5ff4387f68 Fix Presence.getPriority() to not return Integer.MIN_VALUE Florian Schmaus 2017-11-21 21:05:10 +01:00
  • 4775f350ae Add javadoc to Presence.priority Florian Schmaus 2017-11-21 21:04:13 +01:00
  • cc94cb8ea2
    Fix comment checkstyle rule description vanitasvitae 2017-11-20 16:16:55 +01:00
  • 9e11b68144 Add comment style checkstyle rule requiring a space Florian Schmaus 2017-11-20 08:53:19 +01:00
  • 230a226424 Prevent race condition after stream resumption Dmitry Deshevoy 2017-11-16 17:30:16 +03:00
  • 52bd680bb5 Fix OfflineMessageManager.getMessages(List<STring>) Florian Schmaus 2017-11-18 15:49:57 +01:00
  • 809ab6f42f Bump jxmpp to 0.6.0 Florian Schmaus 2017-11-18 15:44:01 +01:00
  • 2341bb4e23 Remove duplicate code in StringUtils Florian Schmaus 2017-11-16 18:02:02 +01:00
  • 73dd46af21 Remove duplicate numbers from StringUtils.numbersAndLetters Florian Schmaus 2017-11-16 17:48:29 +01:00
  • 4f11dc5b14 Drop stream management state on StreamManagementException Dmitry Deshevoy 2017-11-16 16:18:15 +03:00
  • 0da3ebf385 Make MUC invitation rejected filter also filter by room address Florian Schmaus 2017-11-11 23:14:58 +01:00
  • fe61922fb7
    Merge pull request #179 from damencho/4.2 Florian Schmaus 2017-11-09 18:26:14 +01:00
  • a66c42834f Add findServicesDiscoveryInfo() variant Florian Schmaus 2017-11-08 16:57:25 +01:00
  • 5ef6853db6 Improve MultiUserChat's leave() and destroy() login Florian Schmaus 2017-11-07 20:30:22 +01:00
  • 0a4cd79d4e Call MultiUserChat.userHasLeft() before invoking listeners Florian Schmaus 2017-11-07 20:15:15 +01:00
  • d93d214f0e Remove duplicate code in MultiUserChat Florian Schmaus 2017-11-07 20:13:46 +01:00
  • 44e4607259 Fix memory leak in MutliUserChat.removeConnectionCallback(). damencho 2017-11-06 17:24:22 -06:00
  • 65b4f506dc Add SubscribeAnswer.ApproveAndAlsoRequestIfRequired Florian Schmaus 2017-11-06 22:38:13 +01:00
  • 9a34e9e870 Add RosterUtil.preApproveSubscriptionIfRequiredAndPossible() Florian Schmaus 2017-11-06 19:00:36 +01:00
  • 92825020ab Update README.md Florian Schmaus 2017-10-29 09:11:26 +01:00
  • 752584fbed
    Merge pull request #180 from thakkaryash94/master Florian Schmaus 2017-10-29 08:10:31 +01:00
  • 044d1f0857
    Updated help links Yash Thakkar 2017-10-29 05:19:46 +05:30
  • 1d52a0c8ef Don't let smack-android depend on smack-omemo(-signal) Florian Schmaus 2017-10-27 20:54:06 +02:00
  • a0b0b5a63b Makes xmpperror descriptive text optional as said in the rfc. damencho 2017-10-27 13:14:50 -05:00
  • 1b2521269e Make END_TAG parsing more NPE robust Florian Schmaus 2017-10-27 17:44:48 +02:00
  • 384c285fbc Merge branch '4.2' Florian Schmaus 2017-10-14 14:56:36 +02:00
  • 0729392ab8 Fix isSupported discovery of "Push Notifications" Florian Schmaus 2017-10-14 14:12:28 +02:00
  • e1e12031ac REPL: Add support to enable a JDWP debug link Florian Schmaus 2017-10-14 13:38:24 +02:00
  • 01aa6d9c18 DNS: Correctly handle broken SRV records Florian Schmaus 2017-10-14 13:29:46 +02:00
  • 122bf06ccc Merge pull request #160 from ibauersachs/parse-error-texts Florian Schmaus 2017-09-29 19:04:14 +02:00
  • 221671f9c5 Merge branch 'master' of github.com:igniterealtime/Smack Florian Schmaus 2017-09-29 17:36:08 +02:00
  • e85dfa6d6b Add smack-logo-plain-minimized.svg using scour Florian Schmaus 2017-09-29 17:18:42 +02:00
  • 62b84adbd5 Add Makefile for Smack logo PNGs Florian Schmaus 2017-09-29 17:03:47 +02:00
  • ed606a86b2 Resize smack-logo-plain.svg to content Florian Schmaus 2017-09-29 16:53:12 +02:00
  • c70a1921db Use Async.go() in OMEMO PEPListener Florian Schmaus 2017-09-29 15:43:29 +02:00
  • 58181bab08 OMEMO: Unspaghetti PEP listener code Florian Schmaus 2017-09-29 15:36:28 +02:00
  • 941f29e928 Improve ReconnectionManager Florian Schmaus 2017-09-29 15:19:10 +02:00
  • 699145ee5f Get descriptive text from error without lang Ingo Bauersachs 2017-08-02 01:54:29 +02:00
  • ff1ab051f5 Merge pull request #174 from thakkaryash94/patch-1 Florian Schmaus 2017-09-25 15:07:18 +02:00
  • efa3f123f9 Missing comma between password and serviceName Yash Thakkar 2017-09-24 15:00:43 +05:30
  • 5070b79968 Fixed typo. Guus der Kinderen 2017-09-15 22:28:30 +02:00
  • 255865f733 Add XmlUtil.prettyFormatXml() Florian Schmaus 2017-09-10 16:46:26 +02:00
  • 1d943aed20 Merge pull request #173 from iachimoe/4.2 Florian Schmaus 2017-08-26 19:50:49 +02:00
  • c92a95136f Updated comments to indicate that reject_all is default SubscriptionMode iachimoe 2017-08-26 12:16:07 -05:00
  • 8020fc1416 Make IQRequestHandler the only option to handle IQ requests Florian Schmaus 2017-08-16 21:06:23 +02:00
  • 9bb0ed150b Merge pull request #165 from pocman/patch-1 Florian Schmaus 2017-08-16 15:18:52 +02:00
  • 2a97d7c5ea Don't reinvent methods in HashManager Florian Schmaus 2017-08-16 14:51:57 +02:00
  • 6565618840 Encode algorithm recommendation in HashManager Florian Schmaus 2017-08-16 14:38:22 +02:00
  • ba323b51f9 Remove API parts scheduled to be removed in Smack 4.3 Florian Schmaus 2017-08-16 14:31:46 +02:00
  • 80eaaf2d71 Fix warnings Florian Schmaus 2017-08-16 14:10:00 +02:00
  • 6203d163c4 Deprecate old async API Florian Schmaus 2017-08-16 13:46:42 +02:00
  • 798d158d32 Make SmackFuture.getOrThrow() throw InterruptedException Florian Schmaus 2017-08-16 13:45:51 +02:00
  • 339ae1c7a0 Merge pull request #163 from ibauersachs/replymode-public Florian Schmaus 2017-08-14 22:57:28 +02:00
  • 997766533f Merge pull request #161 from ibauersachs/condition-to-type-mappings Florian Schmaus 2017-08-14 22:57:12 +02:00
  • 6653638e77 Merge pull request #167 from ibauersachs/fix-javadoc-indentation Florian Schmaus 2017-08-14 22:56:30 +02:00
  • 25114b3fc1 Add a test to ensure all Conditions have a Type mapping Ingo Bauersachs 2017-08-05 17:06:13 +02:00
  • b7542bbde5 Fix too shorts indents of two Javadoc comments Ingo Bauersachs 2017-08-14 21:47:53 +02:00
  • 47c936e508 Make UnknownIqRequestReplyMode public Ingo Bauersachs 2017-08-06 14:25:57 +02:00
  • 199311eda1 Fix error Condition to Type mappings to match RFC 6120 Ingo Bauersachs 2017-08-05 17:05:40 +02:00
  • 8052ee752b Add missing cleanup in Omemo integrationtest vanitasvitae 2017-08-09 21:00:01 +02:00
  • 43abd52d76 Merge tag '4.2.1' Florian Schmaus 2017-08-14 20:59:32 +02:00
  • f5ccf61c50 Disable clirr for now Florian Schmaus 2017-08-14 20:50:41 +02:00
  • cfb0656456 Smack 4.2.2-SNAPSHOT Florian Schmaus 2017-08-14 20:45:06 +02:00
  • 2f88382b8a Smack 4.2.1 Florian Schmaus 2017-08-14 14:32:26 +02:00
  • 772e45da92 Introduce NotAPubSubNodeException Florian Schmaus 2017-08-14 20:14:35 +02:00
  • b9ed22c732 Add MamManager.isSupported() Florian Schmaus 2017-08-14 19:04:58 +02:00
  • 7404bf8fe7 Fix OMEMO entry in extensions/index.md Florian Schmaus 2017-08-14 15:12:13 +02:00
  • b497a236f9 Improve StanzaListner javadoc Florian Schmaus 2017-07-25 08:34:36 +02:00
  • f4391c07d7 Rework SmackFuture and add async API based on it Florian Schmaus 2017-08-12 17:35:20 +02:00
  • 0602ae064a Remove deprecated methods from XMPPConnection Florian Schmaus 2017-08-11 23:50:32 +02:00
  • a203d3198c Update Bitcoin Donation address Florian Schmaus 2017-08-12 12:37:09 +02:00
  • b70e80b1ad Keep 4.1.9 chat.sendMessage(String) behavior Thomas 2017-08-11 10:30:05 +02:00
  • 7f851d806c Use StandardExtensionElement in JingleProvider Florian Schmaus 2017-07-30 19:15:56 +02:00
  • f7ae216138 Merge remote-tracking branch 'ignite/4.2' into 4.2 Florian Schmaus 2017-08-01 23:56:29 +02:00
  • a09be93ce7 Merge pull request #159 from ibauersachs/muc-presence-consistency Florian Schmaus 2017-08-01 23:52:21 +02:00
  • c9b9558cd4 Make add/remove for presence interceptors consistent Ingo Bauersachs 2017-08-01 16:17:35 +02:00
  • ed9eae4793 Improve JingleS5BTransportInfo by introducing abstract class Florian Schmaus 2017-07-30 19:06:13 +02:00
  • b8ee8d808f Rework Smack debugger. Florian Schmaus 2017-07-28 11:59:11 +02:00
  • b12b13c661 Merge pull request #157 from ibauersachs/bobmanager-order Florian Schmaus 2017-07-23 11:02:43 +02:00
  • fc17cf4e2d Fix link to OMEMO extension Ingo Bauersachs 2017-07-15 13:40:40 +02:00
  • 2050b2f8b9 Remove OmemoManager.resourceSupportsOmemo() Florian Schmaus 2017-07-19 14:06:34 +02:00
  • 7b5eecb821 Use AbstractConnectionListener in OmemoManager Florian Schmaus 2017-07-19 14:02:20 +02:00
  • 2e61e0a4d3 Use Async.go() in OmemoManager's connection listener Florian Schmaus 2017-07-19 14:00:15 +02:00
  • 57e19d1a4f Use Async.go() in OmemoCarbonCopyListener Florian Schmaus 2017-07-19 13:59:11 +02:00
  • 0b8788a9fc Fix parameter ordering in BoBHash construction Ingo Bauersachs 2017-07-20 22:50:34 +02:00
  • 104146c5ed Add Jingle.getSoleContentOrThrow() Florian Schmaus 2017-07-17 20:37:49 +02:00