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

Commit graph

  • 74bebc13e6
    requireNotNullOrEmpty -> requireNotNullNorEmpty Paul Schaub 2018-07-17 15:10:39 +0200
  • cf2b3ef634
    Merge pull request #252 from vanitasvitae/requireNonNullOrEmpty Florian Schmaus 2018-07-17 11:59:06 +0200
  • 4afe573a68
    Add Objects.requireNonNullOrEmpty Paul Schaub 2018-07-17 11:39:51 +0200
  • 59f85f2f8d
    Bump bcprov-jdk15on to 1.60 Paul Schaub 2018-07-09 10:59:19 +0200
  • 29e2a633d8
    Fix ClassCastException in hasProtocol method Paul Schaub 2018-07-04 16:26:52 +0200
  • 0ffc29aa67
    Merge pull request #249 from vanitasvitae/checkHint Florian Schmaus 2018-07-04 14:19:06 +0200
  • 2347c2a025
    Avoid adding multiple processing hints to a message Paul Schaub 2018-07-04 11:55:58 +0200
  • 4ee034bf40
    Add utility method to get temp directory Paul Schaub 2018-07-03 10:39:54 +0200
  • 8011ba96bb
    Merge pull request #244 from vanitasvitae/EmeImprovements Florian Schmaus 2018-07-03 09:52:39 +0200
  • 78a5f5089a
    Merge pull request #248 from mhariri/fix_bosh_msg_ns Florian Schmaus 2018-07-02 23:02:20 +0200
  • 33221c57f9 Fix missing body namespace in BOSH messages Mohsen Hariri 2018-07-02 11:50:58 +0200
  • ce4f3352a2 Merge branch '4.3' Florian Schmaus 2018-06-23 17:18:17 +0200
  • d76d8a9b3f
    Merge pull request #245 from vanitasvitae/fixStaleDevices Florian Schmaus 2018-06-22 15:05:58 +0200
  • e79f364e1d
    Only ignore our own stale devices Paul Schaub 2018-06-22 14:03:09 +0200
  • c73219b797 Add (To|From)TypeFilter.(FROM|TO)_ANY_JID Florian Schmaus 2018-06-20 18:55:24 +0200
  • 61be4d768d Add javadoc describing the XMPPErrorException class Florian Schmaus 2018-06-20 15:58:54 +0200
  • 23bb5c5625 Add XMPPErrorException.getStanzaError() Florian Schmaus 2018-06-20 15:55:48 +0200
  • b66cc4c5b5
    Add EME convenience methods Paul Schaub 2018-06-20 13:59:08 +0200
  • 6e9fb17f8f Make CorruptedOmemoKeyException not swallow exceptions Florian Schmaus 2018-06-20 11:51:46 +0200
  • ac347fc598 Smack 4.4.0-alpha2-SNAPSHOT Florian Schmaus 2018-06-17 14:55:46 +0200
  • c750e1675b Smack 4.4.0-alpha1 Florian Schmaus 2018-06-17 14:11:15 +0200
  • 4108b9a83e Enable uploadArchives for smack-omemo* projects Florian Schmaus 2018-06-17 14:29:43 +0200
  • c83f6ec9c8 Merge branch '4.3' Florian Schmaus 2018-06-17 14:10:52 +0200
  • 651ee7b85e Smack 4.3.0-rc2-SNAPSHOT Florian Schmaus 2018-06-17 14:10:12 +0200
  • 21f0be58df Smack 4.3.0-rc1 Florian Schmaus 2018-06-17 13:49:29 +0200
  • 9e18ba2327 Remove deprecated methods in XMPPConnection Florian Schmaus 2018-06-14 10:00:37 +0200
  • 9f786fc70d Remove deprecated methods in MamManager Florian Schmaus 2018-06-14 10:00:24 +0200
  • 8841c4aed2 Remove deprecated method sin SDM and AdHocCommandManager Florian Schmaus 2018-06-14 09:59:46 +0200
  • 84ef4047a7 Remove depreacted methods in MultiUserChat Florian Schmaus 2018-06-14 09:58:52 +0200
  • 153473c76f
    Merge pull request #177 from vanitasvitae/storerework Florian Schmaus 2018-06-13 12:53:57 +0200
  • 1f731f6318
    Rework support for XEP-0384: OMEMO Encryption Paul Schaub 2018-06-13 12:29:16 +0200
  • 37b5260cdd Fix DNSUtil.setDaneProvider() Florian Schmaus 2018-06-12 19:06:18 +0200
  • f290197f6a Merge branch '4.3' Florian Schmaus 2018-06-12 15:49:43 +0200
  • 1edc00b334 Merge remote-tracking branch 'ignite/master' Florian Schmaus 2018-06-12 15:49:00 +0200
  • 9e865fe6ab Merge remote-tracking branch 'ignite/4.3' into 4.3 Florian Schmaus 2018-06-12 12:07:04 +0200
  • 6ba9218c77 Introduce myRoomJid EntityFullJid in MultiUserChat Florian Schmaus 2018-06-12 11:14:38 +0200
  • 021ebf8ab3
    Merge pull request #242 from igniterealtime/4.3_MUC-leave-without-nickname Florian Schmaus 2018-06-12 11:05:27 +0200
  • 03a267a925 fix: Prevent attempt to construct invalid address Guus der Kinderen 2018-06-12 09:49:08 +0200
  • 9161ba9e7d Improve MamManager API Florian Schmaus 2018-06-09 15:03:14 +0200
  • d958b42eff Add StanzaCollector.getCollectedStanzasAfterCancelled() Florian Schmaus 2018-06-11 18:25:07 +0200
  • 1dec29617e Fix StanzaCollector's Exception message: s/Packet/Stanza/ Florian Schmaus 2018-06-11 18:24:37 +0200
  • 77707737df Make StanzaCollector's cancelled field volatile Florian Schmaus 2018-06-11 18:24:15 +0200
  • c792be9267 Add StringUtils.requireNullOrNotEmpty() Florian Schmaus 2018-06-07 17:55:00 +0200
  • 414d730962 Optimize XmlStringBuilder.element() for the empty element case Florian Schmaus 2018-06-07 17:15:16 +0200
  • a3cf1ab0ca Fix MamManager.isSupported(): Use archive address Florian Schmaus 2018-06-06 08:39:44 +0200
  • 5ae164f670 Add Forwarded.extractMessagesFrom(Collection<Forwarded>) Florian Schmaus 2018-06-06 08:39:09 +0200
  • f2ea3e0d5b Add XmlUnitUtils.assertXmlSimilar() Florian Schmaus 2018-06-03 21:19:38 +0200
  • 8aa7029b38 Add DataForm.addFields() Florian Schmaus 2018-06-03 21:19:04 +0200
  • d26baeb66f Add Date API methods to FormField values Florian Schmaus 2018-06-03 17:28:49 +0200
  • 298bcc8097 Improve FormField.resetValues() Florian Schmaus 2018-06-03 17:17:29 +0200
  • 2adf8a79af Add CommandsProviderTest Florian Schmaus 2018-06-03 17:01:08 +0200
  • fb5d7ff7d4 Add MamManager.getInstanceFor(MultiUserChat) Florian Schmaus 2018-05-31 18:37:31 +0200
  • ccf2b8bcf8 Add MultiUserChat.getXmppConnection() Florian Schmaus 2018-05-31 18:37:08 +0200
  • cb97b5032c Improve javadoc for MamManager.getInstanceFor(XMPPConnection) Florian Schmaus 2018-05-31 18:27:54 +0200
  • 50e98fe31d Improve javadoc for MamManager.isSupported() Florian Schmaus 2018-05-31 18:27:34 +0200
  • 7a2e4140c7 Add MamManager.getArchiveAddress() Florian Schmaus 2018-05-31 18:27:11 +0200
  • 8f691e4b1d Add ArrayBlockingQueueWithShutdown.tryTake() Florian Schmaus 2018-05-31 17:20:09 +0200
  • 751c7b0d40 Improve ArrayBlockingQueueWithShutdown.tryPut() Florian Schmaus 2018-05-31 17:19:36 +0200
  • b80cc795e3
    Merge pull request #240 from jitsi/clean-muc-map-4.3 Florian Schmaus 2018-05-22 09:40:55 +0200
  • a89f3458f2
    Merge pull request #239 from vanitasvitae/fileutils Florian Schmaus 2018-05-22 09:40:21 +0200
  • fd5e86ce5a fix: Cleans the multiUserChats map. Boris Grozev 2018-05-21 14:44:23 -0500
  • 168e9398e3
    Add method to delete directory Paul Schaub 2018-05-21 12:35:25 +0200
  • 27c77fcb1c Add utility methods Paul Schaub 2018-04-30 13:54:52 +0200
  • 84f282befe Add XMPPConnection trySendStanza() Florian Schmaus 2018-05-16 08:09:09 +0200
  • c7697ea9d0 Add ArrayBlockingQueueWithShutdown.tryPut(E) Florian Schmaus 2018-05-16 07:57:50 +0200
  • 59ac41faef README.md: Fix openhub.net link, remove Flattr Florian Schmaus 2018-05-13 21:19:45 +0200
  • 98a029e9c7 Set name of local SOCKS5 proxy thread Florian Schmaus 2018-05-13 19:37:41 +0200
  • 929361f35b Smack 4.3.0-rc1-SNAPSHOT Florian Schmaus 2018-05-12 19:48:15 +0200
  • 0a55ca2e75 Smack 4.4.0-alpha1-SNAPSHOT Florian Schmaus 2018-05-12 19:47:48 +0200
  • 0cdd80b09e Smack 4.3.0-beta2 Florian Schmaus 2018-05-12 17:10:02 +0200
  • fd97f5ba0b Use a CopyOnWriteArraySet for joinedRooms Florian Schmaus 2018-05-10 20:18:48 +0200
  • cb27b02658 Make SmackFuture use Smack's cached executor service Florian Schmaus 2018-05-10 19:36:11 +0200
  • a22ec4b112 Use java.text.Normalizer for SASLPrep Florian Schmaus 2018-05-10 19:33:28 +0200
  • 72de6540b2 Add DiscoInfoLookupShortcutMechanism and EntityCapabilitiesChangedListener Florian Schmaus 2018-05-10 19:24:55 +0200
  • 0e31bc8f73 Fix Stanza.overrideExtension(ExtensionElement) Florian Schmaus 2018-05-10 15:34:24 +0200
  • 458d8d98b6 Make junit assertion more verbose Florian Schmaus 2018-05-10 15:26:06 +0200
  • c94962c763 Add toString() to Disco Feature and Identity Florian Schmaus 2018-05-10 15:25:20 +0200
  • 6f83553c1b Reduce scope of 'discoInfoSend' in EntityCapsTest integratino test Florian Schmaus 2018-05-10 14:54:54 +0200
  • e8923b9d16 Enable trailing whitespace checkstyle check Florian Schmaus 2018-05-09 23:06:12 +0200
  • 9d61a6de7d Bump checkstyle to 8.10 Florian Schmaus 2018-05-09 21:14:52 +0200
  • 3066801d58 Bump James Murty's java-xmlbuilder to 1.2 Florian Schmaus 2018-05-09 20:20:45 +0200
  • e5d93e58a1 Bump PowerMock to 1.7.3 Florian Schmaus 2018-05-09 20:16:05 +0200
  • 4cff9ddfa0 Bump junit to 5.2.0 Florian Schmaus 2018-05-09 19:59:39 +0200
  • a415a90ac7 Bump xmlunit to 2.6.0 Florian Schmaus 2018-05-09 19:44:10 +0200
  • f4f072c4cb Create sinntest configuration to connection configuration method Florian Schmaus 2018-05-09 18:10:11 +0200
  • 96f75a1857 Fix TODO in PacketParserUtils Florian Schmaus 2018-05-09 17:01:13 +0200
  • 0df7734efc Slightly improve PacketParserUtils.parseSessionFeature() Florian Schmaus 2018-05-09 17:00:09 +0200
  • 49417d2e20 Remove deprecated methods in PacketParserUtils Florian Schmaus 2018-05-09 16:59:10 +0200
  • 6d76e8a1ae Remove PacketParserutils.getLanguageAttribute(XmlPullParser) Florian Schmaus 2018-05-09 16:57:40 +0200
  • a9e45475ab Treat <body/> just like all other extension elements in Message Florian Schmaus 2018-05-09 16:53:08 +0200
  • cb9a11b74e Fix Forwarded.toXml(String): Set the correct enclosing XML namespace Florian Schmaus 2018-05-09 16:52:22 +0200
  • cd5daa6fd7 Do net set a default language when parsing Message stanzas Florian Schmaus 2018-05-09 16:50:19 +0200
  • 93c2b2be26 Do not return a Message "default" language if there is none Florian Schmaus 2018-05-09 16:49:23 +0200
  • b4b75a3cca Make <subject/> (XML) language optional Florian Schmaus 2018-05-09 16:48:53 +0200
  • 4b8f7ca6b6 Make <body/> (XML) language optional Florian Schmaus 2018-05-09 16:47:28 +0200
  • ad932caf78 Do not use a reflection based initializer for core elements Florian Schmaus 2018-05-09 12:37:51 +0200
  • 09c6a9e2bc Add Objects.equals(Object, Object) Florian Schmaus 2018-05-09 12:37:09 +0200
  • 455e083144
    Merge pull request #236 from vanitasvitae/BodyProvider Florian Schmaus 2018-05-06 22:02:29 +0200
  • 779ebd5d69
    Merge pull request #234 from vanitasvitae/fixDeliveryReceipts Florian Schmaus 2018-05-06 22:00:47 +0200
  • 90b1afe417
    Merge pull request #233 from vanitasvitae/fixtable Florian Schmaus 2018-05-06 22:00:30 +0200