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

Commit graph

  • 4b215814db Smack 4.1.0-beta2 Florian Schmaus 2015-02-02 13:04:47 +01:00
  • 4a769b0262 Throw IAE in IQReplyFilter if there is no local JID Florian Schmaus 2015-01-30 09:37:55 +01:00
  • 5a56ff011b Add XMPPConnection.getStreamId() Florian Schmaus 2015-01-28 17:14:33 +01:00
  • 612ca1ad9d Use CharSequence instead of String for username Florian Schmaus 2015-01-28 09:34:01 +01:00
  • 37081b2810 Send more information with the stream open tag Florian Schmaus 2015-01-28 09:31:28 +01:00
  • e493500cfe Consider XMPP service name in isSubscribedToMyPresence() Florian Schmaus 2015-01-27 09:45:50 +01:00
  • ed4d815fba Make Message.setType(Type) not throw if type is null Florian Schmaus 2015-01-26 20:26:13 +01:00
  • 3299515b36 Make Roster.isRosterVersioningSupported public Florian Schmaus 2015-01-26 19:04:58 +01:00
  • 7348e8bc8b Add Roster.getEntriesAndAddListener(RosterListener,RosterEntries) Florian Schmaus 2015-01-26 16:35:47 +01:00
  • 86ea027301 Add StringUtils.requireNotNullOrEmpty and Objects.requireNonNull Florian Schmaus 2015-01-26 20:36:55 +01:00
  • 603f64166b Improve Roster, RosterEntry and RosterGroup Florian Schmaus 2015-01-26 16:24:32 +01:00
  • 763139684b Add javadoc for Roster.reloadAndWait()/setRosterStore() Florian Schmaus 2015-01-26 11:45:25 +01:00
  • 7aa784a494 SCRAM-SHA1: Always calculate serverSignature Florian Schmaus 2015-01-25 23:31:26 +01:00
  • 1407f10f7f Make connect() return a self-reference Florian Schmaus 2015-01-25 19:48:52 +01:00
  • 780872f2ef Remove superflous throwAlreadyConnected…Exception Florian Schmaus 2015-01-25 16:25:22 +01:00
  • 2cba6a68eb Fix DataFormProvider parsing 'fixed' FormFields Florian Schmaus 2015-01-25 15:45:56 +01:00
  • 616768a5a9 Add smack-bosh to Android Projects Florian Schmaus 2015-01-25 10:35:44 +01:00
  • 4b10f36e9e Report failed DNS SRV lookup in ConnectionException Florian Schmaus 2015-01-25 10:07:07 +01:00
  • 30ec2bd072 Cleanup XMPPTCPConnection, mostly exception handling Florian Schmaus 2015-01-25 00:21:19 +01:00
  • d9c97fabfb Make connectUsingConfiguration more robust Florian Schmaus 2015-01-25 00:05:06 +01:00
  • e6045c6593 Add AbstractXMPPConnection.setConcurrencyLevel(int) Florian Schmaus 2015-01-24 12:18:51 +01:00
  • 605c29a6fc Fix javadox in XMPPConnection Florian Schmaus 2015-01-23 22:45:47 +01:00
  • cbb477ebeb Add AbstractXMPPConnection.setReplyToUnkownIq(boolean) Florian Schmaus 2015-01-23 20:12:21 +01:00
  • e3f1865821 Add XEP-224: Attention to the supported extensions Florian Schmaus 2015-01-23 17:21:19 +01:00
  • dc4720a00b Add '@Override' annotation to Roster's packet listener Florian Schmaus 2015-01-23 15:40:40 +01:00
  • 0581580831 Make Roster.unfiledEntries a CopyOnWriteArraySet Florian Schmaus 2015-01-22 23:57:14 +01:00
  • bb85d2b437 Make Roster.rosterListeners a LinkedHashSet Florian Schmaus 2015-01-22 23:52:49 +01:00
  • d5b8647d9d Create smack-im subproject for XMPP-IM Florian Schmaus 2015-01-22 13:53:50 +01:00
  • e722018808 Improve IQ.Type javadoc Florian Schmaus 2015-01-21 23:48:46 +01:00
  • dc6af6dd99 Add IQ.isRequestIQ() Florian Schmaus 2015-01-21 14:06:27 +01:00
  • 2f739662e5 Make IQ.setType(Type) throw IllegalArgumentException Florian Schmaus 2015-01-21 13:20:34 +01:00
  • 0f028fdf50 Make IQ.type private Florian Schmaus 2015-01-21 13:17:23 +01:00
  • 6a542824bc Add XMPPError.toString() Florian Schmaus 2015-01-21 10:02:34 +01:00
  • b265d2d2a2 Add XDataManager.isSupported(String) Florian Schmaus 2015-01-21 09:49:57 +01:00
  • d97de5f42c Fix typo in DNSUtil.setIdnaTransformer Florian Schmaus 2015-01-21 00:09:31 +01:00
  • 607a5d0c01 Set IDNA Transformer in smack-java7 initializer Florian Schmaus 2015-01-21 00:07:37 +01:00
  • c5db012fc8 Improve privacy parsing and API. Add NumberUtil Florian Schmaus 2015-01-20 09:40:52 +01:00
  • 142f78c135 Rename Roster.getPresenceMapKey() to getMapKey() Florian Schmaus 2015-01-19 19:26:19 +01:00
  • 9d775c8418 Fix documentation wrt FormField and DataForm Type Florian Schmaus 2015-01-19 16:29:24 +01:00
  • 1bc3e10cff Improve Message Delivery Receipt (XEP-184) API Florian Schmaus 2015-01-19 16:23:50 +01:00
  • 293f90c6c6 Add StanzaIdUtil Florian Schmaus 2015-01-19 16:17:03 +01:00
  • bf9fb7d2d9 Add Roster.isSubscribedToMyPresence(String) Florian Schmaus 2015-01-19 16:14:14 +01:00
  • b06c3e3607 Use getPresenceMapKey() in Roster.getEntry() Florian Schmaus 2015-01-19 18:36:31 +01:00
  • 8c9b3d5c62 Improve RosterPacket.ItemType javadoc Florian Schmaus 2015-01-19 16:12:16 +01:00
  • 1f59a755d8 Move variables into loop in Roster.waitUntilLoaded() Florian Schmaus 2015-01-19 16:11:12 +01:00
  • 4a5732d679 Fix Packet's javadoc Florian Schmaus 2015-01-19 14:04:05 +01:00
  • 8409dddffd Add PacketUtil.extensionElementFrom() Florian Schmaus 2015-01-19 08:38:41 +01:00
  • 6bf9498904 Add note about getMultiUserChat in MUC's javadoc Florian Schmaus 2015-01-19 08:38:11 +01:00
  • f42d697d7c Consider JulDebugger as last alternative Florian Schmaus 2015-01-18 21:35:58 +01:00
  • 440af7675a Rename SmackConfiguration.DEBUG_ENABLED to DEBUG Florian Schmaus 2015-01-18 21:33:03 +01:00
  • 672d131280 Fix AbstractXMPPConnection.login() javadoc Florian Schmaus 2015-01-18 21:02:06 +01:00
  • cb67f1d5c3 Switch 'username' paramater to CharSequence Florian Schmaus 2015-01-18 20:54:41 +01:00
  • 31d573753b Raise log level of InterruptedException Florian Schmaus 2015-01-18 20:44:12 +01:00
  • ed67ed8e11 SASL, username and password related javadoc improvements Florian Schmaus 2015-01-18 20:42:27 +01:00
  • 9ae66cc747 Use Exception.getString in HostAddress Florian Schmaus 2015-01-18 18:57:08 +01:00
  • 0bcd3d9356 Synchronize connect() and login() Florian Schmaus 2015-01-18 11:16:12 +01:00
  • 4c218c96f6 Move Stream Management code into o.j.smack.sm Florian Schmaus 2015-01-18 11:03:03 +01:00
  • 79fe40bf97 Fixed Exception in packet listener Workgroup Gligor Selimovic 2015-01-13 14:18:42 +01:00
  • 6d7f3904d9 Throw NotConnectedException on login() Florian Schmaus 2015-01-17 17:53:36 +01:00
  • 75fd1683d1 Fix stanzaIdAcknowledgedListeners not being called Florian Schmaus 2015-01-17 14:11:21 +01:00
  • 25bcb6b891 Deprecate setLegacySessionDisabled(boolean) Florian Schmaus 2015-01-17 12:34:22 +01:00
  • 9ec7d628c8 TLSUtils.disableHostnameVerificationForTlsCertificates() Florian Schmaus 2015-01-17 12:04:57 +01:00
  • c36ffd18c2 Improve VCard API Florian Schmaus 2015-01-17 11:38:15 +01:00
  • 2ea469be10 Add javadoc to XMPPTCPConnectionConfiguration Florian Schmaus 2015-01-17 10:34:37 +01:00
  • d5fb5e1d01 Add all possible attributes to StreamOpen Florian Schmaus 2015-01-16 18:12:39 +01:00
  • 9b9a08bb4b Fix typo in StreamError: s/host_unkown/host_unknown/ lucastucchi 2015-01-16 16:24:43 +01:00
  • 313e537394 Fix 'condtions' typo in StreamError Florian Schmaus 2015-01-16 17:26:11 +01:00
  • 2e23a6f150 Allows PacketCollector's to cancel each other Florian Schmaus 2015-01-16 17:24:59 +01:00
  • d099e7b16d Improve handling of InterruptedException Florian Schmaus 2015-01-16 15:55:06 +01:00
  • 14b03149db Add PacketCollector.throwIfCancelled() Florian Schmaus 2015-01-14 20:14:48 +01:00
  • 106512d8d4 Assure stanzaIdAcknowledgedListeners are removed Florian Schmaus 2015-01-15 21:36:23 +01:00
  • 6209d75536 Add XMPPTCPConnection.getMaxSmResumptionTime() Florian Schmaus 2015-01-15 21:33:44 +01:00
  • 04d47b2dda Use Asyn.go() to create and start reader thread Florian Schmaus 2015-01-15 16:12:41 +01:00
  • ed84b4a8b3 Add javadoc to and fix typo in XMPPTCPConnection Florian Schmaus 2015-01-15 16:11:49 +01:00
  • 3582de0654 Fix initializing clientHandledStanzasCount Florian Schmaus 2015-01-15 14:42:08 +01:00
  • 9950f4d5de Mark (add|remove)PacketListener deprecated Florian Schmaus 2015-01-14 17:32:52 +01:00
  • 3187436ba7 Throw exception if END_DOCUMENT is seen Florian Schmaus 2015-01-14 17:07:35 +01:00
  • 9cc58ec8a0 Smack 4.1.0-beta2-SNAPSHOT Florian Schmaus 2015-01-14 09:16:03 +01:00
  • fd69a4c97f Smack 4.1.0-beta1 Florian Schmaus 2015-01-14 09:06:33 +01:00
  • fc14962445 Make disconnect() not throw NotConnectedException Florian Schmaus 2015-01-13 23:09:43 +01:00
  • eb6b8df7c5 Add MultiUserChat.requestVoice() Florian Schmaus 2015-01-13 12:59:07 +01:00
  • 2aaedcb2fd Improve stanza ack listener handling Florian Schmaus 2015-01-13 11:21:47 +01:00
  • 24b940138f Improve XMPPTCPConnection.processHandledCount(long) Florian Schmaus 2015-01-13 11:15:55 +01:00
  • 07539820c3 Make addStanzaAck…Listener() not throw Florian Schmaus 2015-01-13 10:40:45 +01:00
  • c682091a47 Fix SASL EXTERNAL with client cert provided JID Florian Schmaus 2015-01-12 15:38:56 +01:00
  • 1d83db898e Parse xml-not-well-formed as not-well-formed Florian Schmaus 2015-01-12 13:43:35 +01:00
  • 47ced860ec Fix typo: s/Conditoin/Condition/ Florian Schmaus 2015-01-12 13:43:25 +01:00
  • b0cecee710 Rename IQ.ELEMENT to IQ.IQ_ELEMENT Florian Schmaus 2015-01-11 21:52:06 +01:00
  • f1a1215f35 Make DataForm type an enum Florian Schmaus 2015-01-10 20:10:46 +01:00
  • 98c69f6895 Add ServiceDiscoveryManager.serverSupportsFeature() Florian Schmaus 2015-01-10 18:47:47 +01:00
  • b71039660b Improve data form API Florian Schmaus 2015-01-10 18:01:07 +01:00
  • 64242ace72 Add PacketCollector.getCollectedCount() Florian Schmaus 2015-01-10 18:00:18 +01:00
  • e4bc6c2f37 Add support for 'ofrom' type (XEP-33) Florian Schmaus 2015-01-10 11:33:59 +01:00
  • 7e4e3699a1 Add allowEmptyOrNullUsername() Florian Schmaus 2015-01-10 11:18:07 +01:00
  • 50c7d0bc2c Don't log whole exceptions in VCardProvider Florian Schmaus 2015-01-10 01:46:09 +01:00
  • 6a43bab4f5 Remove protected getConnectionListeners() Florian Schmaus 2015-01-10 01:23:20 +01:00
  • 8f8e0c7138 Use Async.go() in ReconnectionManager Florian Schmaus 2015-01-10 01:12:37 +01:00
  • 8c8ac546a9 Align thread names Florian Schmaus 2015-01-10 00:51:57 +01:00
  • 8e74f7faed Improve 'forward' code Florian Schmaus 2015-01-09 11:02:11 +01:00
  • bb8dcc9874 Add IQ request handler API Florian Schmaus 2015-01-08 11:01:35 +01:00