1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-16 04:29:38 +02:00

Commit graph

  • 0b322419ce Bump jxmpp to 0.5.0-alpha2 Florian Schmaus 2015-03-11 22:00:06 +01:00
  • 516e397679 Improve MUC's Destroy element class Florian Schmaus 2015-03-11 21:31:37 +01:00
  • 369878b6d9 Merge branch '4.1' Florian Schmaus 2015-03-11 20:51:08 +01:00
  • f6ba363843 Always include role in MUCItem if it's set Florian Schmaus 2015-03-11 12:36:15 +01:00
  • e85c1881d7 Add TypedCloneable Florian Schmaus 2015-03-10 22:46:40 +01:00
  • 429af3b642 Add VersionManager to startupClasses Florian Schmaus 2015-03-10 13:50:51 +01:00
  • d389b4db20 Fix NPE in EntityCapsManager Florian Schmaus 2015-03-10 13:21:16 +01:00
  • 92c76d1023 Only reset smSessionId if the stream is no longer resumeable Florian Schmaus 2015-03-10 13:17:18 +01:00
  • e79e538655 Smack 4.2.0-alpha2-SNAPSHOT Florian Schmaus 2015-03-07 21:43:17 +01:00
  • 6efdfb796b Smack 4.2.0-alpha1 Florian Schmaus 2015-03-07 21:32:30 +01:00
  • c540ac9703 Merge Smack 4.1.0-rc3 Florian Schmaus 2015-03-07 21:31:35 +01:00
  • 16cafd0094 Smack 4.1.0-rc4-SNAPSHOT Florian Schmaus 2015-03-07 21:22:54 +01:00
  • 35e32e0ad2 Smack 4.1.0-rc3 Florian Schmaus 2015-03-07 21:09:54 +01:00
  • a95d25544c Improve EmbeddedPacketExtension javadoc Florian Schmaus 2015-03-07 21:12:12 +01:00
  • 745d67a676 Update markdown-gradle-plugin to 1.0.0 Florian Schmaus 2015-03-07 21:05:31 +01:00
  • 48aae12ba3 Remove XMPPException from MultiUserChat.sendMessage Florian Schmaus 2015-03-07 20:52:44 +01:00
  • 2db5ebb4b7 Fix BytestreamsProvider: Mode is optional Florian Schmaus 2015-03-07 20:51:23 +01:00
  • 9c5b7d263e Include conditionText in XMPPError.toXML() Florian Schmaus 2015-03-06 09:10:49 +01:00
  • 701aa7d9c4 Merge branch '4.1' Florian Schmaus 2015-03-04 22:42:36 +01:00
  • ed4fa3390f Add XMPPConnection.sendStanza(Stanza) Florian Schmaus 2015-03-04 21:44:43 +01:00
  • 183af99ffb DeliveryReceipt helper methods take Message as argument Florian Schmaus 2015-03-04 15:27:30 +01:00
  • b813e3aa9e Return delivery receipts with the same type as the request Florian Schmaus 2015-03-04 15:26:18 +01:00
  • 18d9be0099 Add CapsExtensionProviderTest Florian Schmaus 2015-03-04 13:08:35 +01:00
  • 85a9b07230 Fix MUC participantStatusListeners Florian Schmaus 2015-03-03 17:05:42 +01:00
  • 0279677883 Add support for clirr to the build system Florian Schmaus 2015-03-03 14:06:21 +01:00
  • 50cf7f42f3 DataListener is no longer a StanzaListener Florian Schmaus 2015-03-02 15:48:43 +01:00
  • 63fabf78ed Fixed Data IQ packet receiving Anno van Vliet 2015-03-02 14:46:42 +01:00
  • 96bb37f924 Fix counting bug Stream Management implementation Florian Schmaus 2015-03-02 15:12:19 +01:00
  • dde0cfd7f6 Fix incoming file transfers Florian Schmaus 2015-02-27 10:02:48 +01:00
  • 21c0be5e2a Fixed AbstractXMPPConnection.cachedExecutorService Florian Schmaus 2015-02-27 23:38:13 +01:00
  • caa7b9acb8 Improve message of StreamErrorException Florian Schmaus 2015-02-28 10:16:32 +01:00
  • 75ec271c6c Rename PacketListener to StanzaListener Florian Schmaus 2015-03-01 10:28:15 +01:00
  • d4a6d8e653 Rename PacketFilter (and implementing classes) and PacketExtension Florian Schmaus 2015-02-26 18:41:17 +01:00
  • 2250ac20ed Make VCard XML null value safe Florian Schmaus 2015-02-26 08:55:53 +01:00
  • 49e1c837b2 Adjust AbstractListFilter.toString() Florian Schmaus 2015-02-26 08:45:28 +01:00
  • 4b7a396b9b Improve logging wrt XMPPTCPConnection.shutdownDone Florian Schmaus 2015-02-26 08:27:19 +01:00
  • 404b90054b Use Executors.newSingleThreadScheduledExecutor Florian Schmaus 2015-02-25 16:14:16 +01:00
  • 39382b8b38 Shorten Smack's executor service names Florian Schmaus 2015-02-25 16:09:41 +01:00
  • 9006ccf291 Fix VCardManager.saveVCard(VCard) Florian Schmaus 2015-02-23 21:25:03 +01:00
  • 7e68bb7470 Javadoc fixes in Roster Florian Schmaus 2015-02-23 22:17:31 +01:00
  • 4424ec6c53 Make Roster API not leak internal state Florian Schmaus 2015-02-23 22:16:49 +01:00
  • e9dd3e2fa6 Add copy constructor to Message and Presence Florian Schmaus 2015-02-23 22:15:57 +01:00
  • bc3bbb5bb4 Set "rootProject.name = 'Smack'" in settings.gradle Florian Schmaus 2015-02-23 13:58:51 +01:00
  • afba123ba3 Javadoc improvements in MultiMap and Stanza Florian Schmaus 2015-02-23 10:49:33 +01:00
  • b74b8c5757 Make Stanza constructors 'protected' Florian Schmaus 2015-02-23 10:48:43 +01:00
  • 180a3bb4ca Fix SASL X-OAUTH2: Use Base64.encode() instead of decode() Florian Schmaus 2015-02-23 08:49:30 +01:00
  • 90969e252a Improve the bundle and defer mechanism Florian Schmaus 2015-02-22 10:44:22 +01:00
  • 8b0ccd7420 Minor javadoc fixes and improvements Florian Schmaus 2015-02-22 10:33:08 +01:00
  • fbf0ba13ce Merge Smack 4.1.0-rc2 Florian Schmaus 2015-02-21 18:07:45 +01:00
  • 0fae7a26c2 Samck 4.1.0-rc3-SNAPSHOT Florian Schmaus 2015-02-21 17:20:47 +01:00
  • 407f555cbf Smack 4.1.0-rc2 Florian Schmaus 2015-02-21 16:57:52 +01:00
  • 29bda59617 Log warning if account creation over insecure connection Florian Schmaus 2015-02-21 16:55:30 +01:00
  • 19f96d2c40 Avoid duplicate provider lookup in ItemProvider Florian Schmaus 2015-02-20 12:15:00 +01:00
  • 26d9a95c64 Add Smack 4.0.7 Changelog Florian Schmaus 2015-02-20 08:36:04 +01:00
  • b20079f800 Smack 4.0.7 4.0.7 Florian Schmaus 2015-02-20 08:36:04 +01:00
  • 81039d2b16 Use mathematical range syntax for dependencies Florian Schmaus 2014-12-17 16:23:24 +01:00
  • 5cf99508ad DNSUtil does not initialilze resolvers Florian Schmaus 2015-02-20 08:24:22 +01:00
  • bfcb403673 Fix Stream Management ack listner invocation Florian Schmaus 2015-02-19 23:01:38 +01:00
  • f55f9f7828 Don't set service name to 'from' value Florian Schmaus 2015-02-19 22:05:42 +01:00
  • 7ebea7ce94 Add StanzaIdFilter, deprecate PacketIDFilter Florian Schmaus 2015-02-19 14:59:44 +01:00
  • 2856b8ace6 Fix dependency version specification Florian Schmaus 2015-02-19 14:28:46 +01:00
  • 2663a62033 Filter smack-bosh from smack-android dependencies Florian Schmaus 2015-02-19 13:20:58 +01:00
  • 5f4374ec26 Use host(name) to construct the SSLSocket Florian Schmaus 2015-02-19 09:23:36 +01:00
  • 887c6114b7 Add filter information to NoResponseException Florian Schmaus 2015-02-19 12:11:19 +01:00
  • d415661e35 Add BundleAndDeferCallback to smack-tcp Florian Schmaus 2015-02-18 14:38:56 +01:00
  • aa8daba1cf Add StreamManagemtCounterError Florian Schmaus 2015-02-18 12:01:55 +01:00
  • 7897fca876 Add comment about Stream Management's unacked stanzas queue Florian Schmaus 2015-02-18 11:59:45 +01:00
  • 33cf205bdc Use Objects.requireNonNull() in BytestreamSIDFilter Florian Schmaus 2015-02-18 09:27:27 +01:00
  • 98cfad6cc6 Add RosterLoadedListener Florian Schmaus 2015-02-17 15:24:33 +01:00
  • 5bb4727c57 Use Jid (and subclasses) from jxmpp-jid Florian Schmaus 2015-02-14 17:15:02 +01:00
  • b910d026cd Remove toString form XMPPException subclasses Florian Schmaus 2015-02-16 14:51:37 +01:00
  • 1577fa1fca Fix duplicate presence in XMPPBOSHConnection.shutdown() Florian Schmaus 2015-02-16 13:29:14 +01:00
  • a0d3314b26 Smack 4.1.0-rc2-SNAPSHOT Florian Schmaus 2015-02-15 21:13:48 +01:00
  • 0ee2d9ed1e Remove deprecated Packet class Florian Schmaus 2015-02-14 16:21:26 +01:00
  • bc61527bd2 Expose InterruptedException Florian Schmaus 2015-02-14 09:43:44 +01:00
  • 43b99a2a85 Smack 4.2.0-alpha1-SNAPSHOT Florian Schmaus 2015-02-14 09:36:52 +01:00
  • 8a32d22739 Smack 4.1.0-rc1 Florian Schmaus 2015-02-14 09:36:31 +01:00
  • 26f4528698 Rename SecurityMode.enabled to 'ifpossible' Florian Schmaus 2015-02-13 17:01:09 +01:00
  • 0d19b56fbb Support all primitive types in IntrospectionProvider Florian Schmaus 2015-02-12 13:37:09 +01:00
  • 90ccd6c40e Use string switch/case in IntrospectionProvider Florian Schmaus 2015-02-12 13:36:14 +01:00
  • 57c1b57b7c s/ a XMPP/ an XMPP/ Florian Schmaus 2015-02-12 12:13:19 +01:00
  • a927d55bb1 Improve XMPPConnection javadoc Florian Schmaus 2015-02-12 12:09:52 +01:00
  • 2853ec39b4 Fix XMPPConnection javadoc Florian Schmaus 2015-02-11 17:36:46 +01:00
  • b7ac16c1fb Add missing 'break' statement in BOSHPacketReader Florian Schmaus 2015-02-10 16:36:34 +01:00
  • 96e3d5c533 Add XMPPTCPConnection(CharSequence, String) constructor Florian Schmaus 2015-02-09 07:32:04 +01:00
  • 943dc29f92 Move vCard unit test into its own package Florian Schmaus 2015-02-08 18:52:57 +01:00
  • 0b4072ad66 Re-implementing the vCard provider using a pull parser. Extended unit tests. Chris Deering 2015-02-08 00:41:34 +00:00
  • 1630b44b8d Reset smSessionId on XMPPTCPConnection.disconnect() Florian Schmaus 2015-02-08 14:10:47 +01:00
  • a0cf121d7a Make cached executor service use linked blocking queue Florian Schmaus 2015-02-08 13:37:29 +01:00
  • 3b8f4c144e Add missing space in log statement within XMPPTCPConnection Florian Schmaus 2015-02-08 13:27:49 +01:00
  • e0a2441c62 Add Stanza.hasStanzaIdSet() Florian Schmaus 2015-02-08 11:50:07 +01:00
  • 1190edad0f Add 'Packet' interface Florian Schmaus 2015-02-06 09:33:37 +01:00
  • 772da6bfa0 Fix connections.md: It's 'XMPPTCPConnectionConfiguration.Builder' Florian Schmaus 2015-02-05 15:52:37 +01:00
  • a5beb7bd79 Add Stanza.getExtensions(String,String) Florian Schmaus 2015-02-05 12:29:26 +01:00
  • 4698805a34 Rename 'Packet' class to 'Stanza' Florian Schmaus 2015-02-05 11:17:27 +01:00
  • 9fc26f1d83 Use MultiMap for Stanza extension elements Florian Schmaus 2015-02-05 11:04:38 +01:00
  • e977c349a8 Add documentation/developer/provider.md Florian Schmaus 2015-02-04 16:28:59 +01:00
  • 5c16fdb017 Make Presence.getMode() return available if null Florian Schmaus 2015-02-03 18:58:45 +01:00
  • 4013c68584 Use Objects.requireNonNull() in Presence Florian Schmaus 2015-02-03 18:58:17 +01:00
  • 34ce7929a8 Smack 4.1.0-beta3-SNAPSHOT Florian Schmaus 2015-02-02 13:14:45 +01:00