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

Commit graph

  • 8e33a2f6fb Disable 'TopLevel' errorprone check Florian Schmaus 2015-09-18 23:47:07 +02:00
  • b17080a936 Smack 4.1.5-SNAPSHOT Florian Schmaus 2015-09-14 09:05:48 +02:00
  • 04a0004035 Merge tag '4.1.4' Florian Schmaus 2015-09-14 09:05:24 +02:00
  • 86de237b2c Smack 4.1.4 4.1.4 Florian Schmaus 2015-09-14 08:58:21 +02:00
  • d728204890 Add errorprone check and fix found errors Florian Schmaus 2015-09-13 18:12:33 +02:00
  • 8096da43e0 Add "uploadLocal" task Florian Schmaus 2015-09-08 14:02:31 +02:00
  • 23b7626c18 Suppress warning if roster isn't set to load Florian Schmaus 2015-09-07 09:31:51 +02:00
  • aa832ec1f0 Handle cases where no privacy lists are set. Florian Schmaus 2015-09-04 11:22:52 +02:00
  • 8aa3f94c90 Drop stream state after stream error Florian Schmaus 2015-08-26 18:47:05 +02:00
  • 181d58c996 Don't log a compression releated warning Florian Schmaus 2015-08-26 21:35:54 +02:00
  • b1e4884fbb Remove erroneous next() from AbstractJsonExtensionProvider Florian Schmaus 2015-08-24 09:32:28 +02:00
  • 7b1b20a13c Use Localpart in AccountManager Florian Schmaus 2015-08-20 19:01:33 +02:00
  • 6b7f69b42f Fix MUCs UserStatusListener Florian Schmaus 2015-08-17 12:34:24 +02:00
  • ef8fa1fa46 Fix MUCRole and MUCAffiliation equal checks in MultiUserChat Florian Schmaus 2015-08-17 12:52:36 +02:00
  • 33e5c37af8 Refactor PEP to use PubSub API. Florian Schmaus 2015-08-17 08:16:49 +02:00
  • 0d6f00873f Use Travis-CI's container based infra Florian Schmaus 2015-08-12 10:50:30 +02:00
  • d711caee38 Use EntityFullJid in MUC's getOccupant(Presence) API Florian Schmaus 2015-08-12 10:16:48 +02:00
  • f9faebe831 Add (disable|enable)CarbonsAsync() to CarbonsManager Florian Schmaus 2015-07-31 14:04:03 +02:00
  • 3bbffeae28 Make abstract package protected methods in PEPItem public Vaibhav 2015-07-31 16:52:33 +05:30
  • 8c6e56b122 Reset carbons state on clean disconnect Florian Schmaus 2015-07-31 13:27:03 +02:00
  • 8db082e5ea Bump jxmpp to 0.4.2 Florian Schmaus 2015-07-29 08:21:20 +02:00
  • 9884eee85d Provide a hint in NotConnectedException Florian Schmaus 2015-07-29 08:20:46 +02:00
  • e0e4fd9b12 Add checkstyle rule for StringBuilder.append(char) Florian Schmaus 2015-07-21 08:19:15 +02:00
  • 19ebcb814b Check that service is MUC service in getHostedRooms() Florian Schmaus 2015-07-17 09:07:29 +02:00
  • 2e03f0f3f3 Improve HostedRoom API Florian Schmaus 2015-07-17 09:06:40 +02:00
  • 7032688123 Rework Proxy API Florian Schmaus 2015-07-17 08:50:19 +02:00
  • 24365f0f1e Fix MultiUserChat javadoc Florian Schmaus 2015-07-15 22:37:49 +02:00
  • ea00caca31 Fix MultiUserChat.enter() 'nickname' check Florian Schmaus 2015-07-15 22:36:10 +02:00
  • 46f9b9ab39 Improve StringUtils.escapeForXML() Florian Schmaus 2015-07-01 23:21:53 +02:00
  • 38b8016ab7 Smack 4.1.4-SNAPSHOT Florian Schmaus 2015-07-15 12:30:39 +02:00
  • 1c716bc1e0 Merge tag '4.1.3' Florian Schmaus 2015-07-15 09:37:46 +02:00
  • f8d513e37c Smack 4.1.3 4.1.3 Florian Schmaus 2015-07-15 09:02:46 +02:00
  • 710948c8f7 Add support for XEP-360: Nonzas Florian Schmaus 2015-07-14 22:41:33 +02:00
  • 734695c80e Improve StringUtils.collectionToString() Florian Schmaus 2015-07-14 13:40:23 +02:00
  • ae944d3546 Only wait in Roster's presence listener if loading Florian Schmaus 2015-07-03 17:35:20 +02:00
  • 36d99ecab3 Fix ChatManager API documentation Florian Schmaus 2015-07-10 23:08:35 +02:00
  • 57cc3aa3f8 Add MucEnterConfiguration API Florian Schmaus 2015-07-06 09:55:25 +02:00
  • 0555297a6e Fix Roster.waitUntilLoaded and make it interruptable Florian Schmaus 2015-07-03 14:42:45 +02:00
  • 3bb06b8429 Wait in Roster's presence listener until Roster is loaded Florian Schmaus 2015-07-03 14:24:13 +02:00
  • bfdcfba092 Throw NotConnectedException instead of NoResponseException Florian Schmaus 2015-07-03 12:57:30 +02:00
  • cd3692f329 Add link to 4.1 Readme to README.md Florian Schmaus 2015-07-03 09:37:50 +02:00
  • a73dcd6f53 Shrink try body in XmppHostnameVerifier Florian Schmaus 2015-06-24 10:56:02 +02:00
  • 19c797777e Add more javadoc and comments to XmppHostnameVerifier Florian Schmaus 2015-06-22 22:36:57 +02:00
  • e6a403fb1c Re-escape XML text in parseContentDepth() Florian Schmaus 2015-07-02 09:16:21 +02:00
  • 9ea5c0a2ce "Smackify" HOXT code: Use Smack programming idioms Florian Schmaus 2015-07-01 13:39:04 +02:00
  • 4d57848a0f Update HOXT API to use the buidler pattern. Tibo-lg 2015-06-29 12:10:01 +02:00
  • a9741a8b10 Use weak map for 'managers' in Socks5BytestreamManager Florian Schmaus 2015-06-29 17:07:42 +02:00
  • ebcbdb75cd Merge tag '4.1.2' Florian Schmaus 2015-06-27 15:04:54 +02:00
  • 7d97653926 Smack 4.1.3-SNAPSHOT Florian Schmaus 2015-06-27 15:04:26 +02:00
  • 54719a43e2 Smack 4.1.2 4.1.2 Florian Schmaus 2015-06-27 14:33:14 +02:00
  • 65788389ea Reset ReconnectionManager's 'attempts' to 0 Florian Schmaus 2015-06-27 14:25:19 +02:00
  • a997283304 Make AbstractXMPPConnection.getConfiguration public Florian Schmaus 2015-06-26 14:04:46 +02:00
  • d54dafc499 Don't return if securityMode is 'disabled' Florian Schmaus 2015-06-25 11:07:25 +02:00
  • 4b0767ba9a Fix concurrency exception in ServerPingWithAlarmManager Florian Schmaus 2015-06-22 22:49:36 +02:00
  • 3ff1ab6e1f Update hoxt documentation to use List instead of Set for headers. Tibo-lg 2015-06-22 11:26:40 +02:00
  • e20c17050e Change append to optAppend for headers and data to avoid NullPointerException Tibo-lg 2015-06-22 11:25:08 +02:00
  • f24ef7dda9 XmppHostnameVerifier: check subject CommonName Hugues Bruant 2015-06-20 13:55:43 -04:00
  • 0cbbedd2f4 Bump jxmpp to 0.5.0-alpha6 Florian Schmaus 2015-06-16 10:08:18 +02:00
  • c9eb6323c0 Fix a race on graceful disconnect Florian Schmaus 2015-06-13 16:58:57 +02:00
  • 989076a166 Make synchronization point return the exception Florian Schmaus 2015-06-13 12:35:36 +02:00
  • 72972dad82 Log when server sends closing stream element Florian Schmaus 2015-06-12 12:30:36 +02:00
  • 3875664128 Check for closing stream tag's namespace Florian Schmaus 2015-06-11 18:56:10 +02:00
  • de29871120 Replace socketClosed with queue.isShutdown() Florian Schmaus 2015-06-11 12:08:02 +02:00
  • d49fadd466 Log integeration testType also Florian Schmaus 2015-06-10 08:44:47 +02:00
  • 13224a9662 More information in closed on error log Florian Schmaus 2015-06-09 22:25:19 +02:00
  • ffea35282c Don't make NotConnectedException fatal Florian Schmaus 2015-06-09 21:43:26 +02:00
  • b9782aa6bc Handle junit's AssertionError in integration tests Florian Schmaus 2015-06-09 17:24:17 +02:00
  • a85ba5311e Add more information to NotConnectedException Florian Schmaus 2015-06-09 13:43:05 +02:00
  • a854e04d28 Replace shutdownInProgress with queue status Florian Schmaus 2015-06-08 09:12:43 +02:00
  • bad52fad21 Deprecate setServiceName in favor of setXmppDomain Florian Schmaus 2015-06-08 14:39:05 +02:00
  • 4d7279d036 Improve PubSubNamespace Florian Schmaus 2015-06-06 16:33:43 +02:00
  • fce0aeadef Add support for PubSub affiliation actions as owner Florian Schmaus 2015-06-06 11:14:26 +02:00
  • f7782aa466 Extend PubSub Affiliation class by 'jid' Florian Schmaus 2015-06-06 11:13:42 +02:00
  • 4a857fe67a Assert that a Stanza is a Stanza in sendStanza Florian Schmaus 2015-06-05 08:14:51 +02:00
  • 58402c5615 Bump jxmpp to 0.5.0-alpha5 and change Roster API Florian Schmaus 2015-06-06 09:00:19 +02:00
  • 2f219c7317 Rename processPacket to processStanza Florian Schmaus 2015-06-05 14:04:17 +02:00
  • c1192f18b4 Add support for vCard PREFIX and SUFFIX elements Florian Schmaus 2015-06-02 23:58:50 +02:00
  • 1cd268a8f0 Deprecate Forwarded.getForwardedPacket() Florian Schmaus 2015-06-02 17:30:23 +02:00
  • 9a00e09c0a Improve NoResponseException messages Florian Schmaus 2015-06-02 17:21:33 +02:00
  • 2079ba6bd6 Merge branch '4.1' Florian Schmaus 2015-05-27 22:50:55 +02:00
  • 7a3ca4fd68 Fix memory leak caused by RosterGroup Florian Schmaus 2015-05-27 22:44:27 +02:00
  • 1d1ea5dd10 Improve Roster API Florian Schmaus 2015-05-27 22:34:43 +02:00
  • c125a3b055 Bump jxmpp to 0.5.0-alpha4 Florian Schmaus 2015-05-27 19:29:51 +02:00
  • 8840236b72 Gracefully disconnect XMPPTCPConnection Florian Schmaus 2015-05-27 17:36:04 +02:00
  • 6632345efc Register IQ request handler for Offer(Request|Revoke) IQs Florian Schmaus 2015-05-18 12:55:29 +02:00
  • 01f08e87c2 Merge branch '4.1' Florian Schmaus 2015-05-24 22:36:11 +02:00
  • 35317a19bd Remove ConnectionListener from Socks5BytestreamManager Florian Schmaus 2015-05-24 17:18:48 +02:00
  • 385798f9ba Only add Entity Capabilities extension to available presences Florian Schmaus 2015-05-21 22:04:26 +02:00
  • c120bc1cbc Handle empty array in SASLMechanism.authenticate() Florian Schmaus 2015-05-21 22:20:30 +02:00
  • 2365c4c208 Add Roster.addSubscribeListener() Florian Schmaus 2015-05-21 20:12:39 +02:00
  • 8db0403138 Improve writing XML elements to socket Florian Schmaus 2015-05-21 20:10:31 +02:00
  • 576980097e Request SM ack when re-sending after stream resumption Florian Schmaus 2015-05-19 14:21:52 +02:00
  • 3c2ba0ec43 Add AbstractXMPPConnection.getUsedSaslMechanism() Florian Schmaus 2015-05-18 18:21:05 +02:00
  • f369a009ac Rename 'serviceName' to 'xmppServiceDomain' Florian Schmaus 2015-05-18 16:48:23 +02:00
  • 0c8199650b Improve parsing exception callback. Florian Schmaus 2015-05-18 12:35:13 +02:00
  • 21c7007212 Make Roster.waitUntilLoaded() package-private Florian Schmaus 2015-05-15 17:04:10 +02:00
  • 8dd12e7220 Try that Roster is loaded after Roster.getInstaceFor(XMPPConnection) Florian Schmaus 2015-05-15 17:02:52 +02:00
  • 001e824fb9 Improve PubSub API Florian Schmaus 2015-05-12 17:56:06 +02:00
  • 9e351f0535 s/MucConfigurationNotSupported/MucConfigurationNotSupportedException/ Florian Schmaus 2015-05-12 11:56:03 +02:00
  • ff72ea320c Check if MUC room is hosted on a MUC service Florian Schmaus 2015-05-12 11:54:54 +02:00