1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-27 08:42:07 +01:00

Commit graph

  • 0bcd3d9356 Synchronize connect() and login() Florian Schmaus 2015-01-18 11:16:12 +0100
  • 4c218c96f6 Move Stream Management code into o.j.smack.sm Florian Schmaus 2015-01-18 11:03:03 +0100
  • 79fe40bf97 Fixed Exception in packet listener Workgroup Gligor Selimovic 2015-01-13 14:18:42 +0100
  • 6d7f3904d9 Throw NotConnectedException on login() Florian Schmaus 2015-01-17 17:53:36 +0100
  • 75fd1683d1 Fix stanzaIdAcknowledgedListeners not being called Florian Schmaus 2015-01-17 14:11:21 +0100
  • 25bcb6b891 Deprecate setLegacySessionDisabled(boolean) Florian Schmaus 2015-01-17 12:34:22 +0100
  • 9ec7d628c8 TLSUtils.disableHostnameVerificationForTlsCertificates() Florian Schmaus 2015-01-17 12:04:57 +0100
  • c36ffd18c2 Improve VCard API Florian Schmaus 2015-01-17 11:38:15 +0100
  • 2ea469be10 Add javadoc to XMPPTCPConnectionConfiguration Florian Schmaus 2015-01-17 10:34:37 +0100
  • d5fb5e1d01 Add all possible attributes to StreamOpen Florian Schmaus 2015-01-16 18:12:39 +0100
  • 9b9a08bb4b Fix typo in StreamError: s/host_unkown/host_unknown/ lucastucchi 2015-01-16 16:24:43 +0100
  • 313e537394 Fix 'condtions' typo in StreamError Florian Schmaus 2015-01-16 17:26:11 +0100
  • 2e23a6f150 Allows PacketCollector's to cancel each other Florian Schmaus 2015-01-16 17:24:59 +0100
  • d099e7b16d Improve handling of InterruptedException Florian Schmaus 2015-01-16 15:55:06 +0100
  • 14b03149db Add PacketCollector.throwIfCancelled() Florian Schmaus 2015-01-14 20:14:48 +0100
  • 106512d8d4 Assure stanzaIdAcknowledgedListeners are removed Florian Schmaus 2015-01-15 21:36:23 +0100
  • 6209d75536 Add XMPPTCPConnection.getMaxSmResumptionTime() Florian Schmaus 2015-01-15 21:33:44 +0100
  • 04d47b2dda Use Asyn.go() to create and start reader thread Florian Schmaus 2015-01-15 16:12:41 +0100
  • ed84b4a8b3 Add javadoc to and fix typo in XMPPTCPConnection Florian Schmaus 2015-01-15 16:11:49 +0100
  • 3582de0654 Fix initializing clientHandledStanzasCount Florian Schmaus 2015-01-15 14:42:08 +0100
  • 9950f4d5de Mark (add|remove)PacketListener deprecated Florian Schmaus 2015-01-14 17:32:52 +0100
  • 3187436ba7 Throw exception if END_DOCUMENT is seen Florian Schmaus 2015-01-14 17:07:35 +0100
  • 9cc58ec8a0 Smack 4.1.0-beta2-SNAPSHOT Florian Schmaus 2015-01-14 09:16:03 +0100
  • fd69a4c97f Smack 4.1.0-beta1 Florian Schmaus 2015-01-14 09:06:33 +0100
  • fc14962445 Make disconnect() not throw NotConnectedException Florian Schmaus 2015-01-13 23:09:43 +0100
  • eb6b8df7c5 Add MultiUserChat.requestVoice() Florian Schmaus 2015-01-13 12:59:07 +0100
  • 2aaedcb2fd Improve stanza ack listener handling Florian Schmaus 2015-01-13 11:21:47 +0100
  • 24b940138f Improve XMPPTCPConnection.processHandledCount(long) Florian Schmaus 2015-01-13 11:15:55 +0100
  • 07539820c3 Make addStanzaAck…Listener() not throw Florian Schmaus 2015-01-13 10:40:45 +0100
  • c682091a47 Fix SASL EXTERNAL with client cert provided JID Florian Schmaus 2015-01-12 15:38:56 +0100
  • 1d83db898e Parse xml-not-well-formed as not-well-formed Florian Schmaus 2015-01-12 13:43:35 +0100
  • 47ced860ec Fix typo: s/Conditoin/Condition/ Florian Schmaus 2015-01-12 13:43:25 +0100
  • b0cecee710 Rename IQ.ELEMENT to IQ.IQ_ELEMENT Florian Schmaus 2015-01-11 21:52:06 +0100
  • f1a1215f35 Make DataForm type an enum Florian Schmaus 2015-01-10 20:10:46 +0100
  • 98c69f6895 Add ServiceDiscoveryManager.serverSupportsFeature() Florian Schmaus 2015-01-10 18:47:47 +0100
  • b71039660b Improve data form API Florian Schmaus 2015-01-10 18:01:07 +0100
  • 64242ace72 Add PacketCollector.getCollectedCount() Florian Schmaus 2015-01-10 18:00:18 +0100
  • e4bc6c2f37 Add support for 'ofrom' type (XEP-33) Florian Schmaus 2015-01-10 11:33:59 +0100
  • 7e4e3699a1 Add allowEmptyOrNullUsername() Florian Schmaus 2015-01-10 11:18:07 +0100
  • 50c7d0bc2c Don't log whole exceptions in VCardProvider Florian Schmaus 2015-01-10 01:46:09 +0100
  • 6a43bab4f5 Remove protected getConnectionListeners() Florian Schmaus 2015-01-10 01:23:20 +0100
  • 8f8e0c7138 Use Async.go() in ReconnectionManager Florian Schmaus 2015-01-10 01:12:37 +0100
  • 8c8ac546a9 Align thread names Florian Schmaus 2015-01-10 00:51:57 +0100
  • 8e74f7faed Improve 'forward' code Florian Schmaus 2015-01-09 11:02:11 +0100
  • bb8dcc9874 Add IQ request handler API Florian Schmaus 2015-01-08 11:01:35 +0100
  • fcb4844d10 Improve DeliveryReceiptManager Florian Schmaus 2015-01-08 22:53:40 +0100
  • e380872a41 Add 'resumed' bool ConnectionListener's authenticated() Florian Schmaus 2015-01-07 20:19:04 +0100
  • 3dd1365a5a Improve Privacy List code Florian Schmaus 2015-01-07 19:35:11 +0100
  • 67c0a7089b Move notifyReconnection in AbstractXMPPConnection Florian Schmaus 2015-01-07 20:02:01 +0100
  • 82eb9b18dd Add and use AbstractConnectionClosedListener Florian Schmaus 2015-01-07 19:56:44 +0100
  • b23c3226d2 Add MessageTypeFilter.NORMAL_OR_CHAT Florian Schmaus 2015-01-07 16:04:36 +0100
  • e31b284afa Don't append closing body in XHTMLText.toString() vito-c 2015-01-04 20:11:06 -0800
  • b77d61527c Add XHTMLText.appendCloseLineItemTag() vito-c 2015-01-04 18:27:42 -0800
  • f6144c553c Try all Inet Addresses of the host when connecting Florian Schmaus 2015-01-04 16:38:45 +0100
  • 717090d272 Rework incoming packet listeners and Roster Florian Schmaus 2015-01-05 21:42:35 +0100
  • e5c6c9bdf8 Remove unused private field in Session Florian Schmaus 2015-01-06 18:39:22 +0100
  • b23df7d2b8 Decrease logging verbosity in FileUtils.readFile(File) Florian Schmaus 2015-01-06 16:11:57 +0100
  • 525fece291 Improved Roster(Push|Result)Listener Florian Schmaus 2015-01-06 09:42:16 +0100
  • d7d4c8a4fd Use switch-case in Roster.hasValidSubscriptionType() Florian Schmaus 2015-01-05 23:53:00 +0100
  • 61cc6a36da Use async packet listener in AdHocCommandManager Florian Schmaus 2015-01-05 20:18:35 +0100
  • f78a615d09 Add note about AdHocCommandManager's session sweeping Florian Schmaus 2015-01-05 20:17:51 +0100
  • 9c2f6dcfbc Add IQTypeFilter.GET_OR_SET Florian Schmaus 2015-01-05 20:17:03 +0100
  • d78b39d117 Remove ValidateElement.EmptyValidateElement Florian Schmaus 2015-01-04 22:17:02 +0100
  • c770b12348 Add log statements around socket.connect() of XMPPTCPConnection Florian Schmaus 2015-01-04 16:03:46 +0100
  • a24c813ed1 Add XMPPTCPConnectionConfiguration.getConnectTimeout() Florian Schmaus 2015-01-04 10:55:15 +0100
  • 665e7914f2 Enable OSGi compliance via 'DynamicImport-Package: *' Christoph Fiehe 2014-12-18 12:57:21 +0100
  • 1f38e4ca0d Use new XmlStringBuilder.append(Collection<? extends Element>) in MUCUser Florian Schmaus 2015-01-02 00:14:04 +0100
  • f2703bc195 Improve SHIM API Florian Schmaus 2015-01-01 23:57:44 +0100
  • 06add179ec Cleanup EmbeddedExtensionProvider Florian Schmaus 2015-01-01 17:49:52 +0100
  • a87323cc33 Make casts in PubSub unnecessary Florian Schmaus 2015-01-01 15:11:21 +0100
  • 5c086eeefa Add Node.getSubscriptionsAsOwner() in PubSub API Florian Schmaus 2015-01-01 14:56:12 +0100
  • f029b576a5 Add XMPPConnection.addAsyncPacketListener(PacketListener, PacketFilter) Florian Schmaus 2014-12-30 20:45:15 +0100
  • 1d2f9749b6 Use weak ref connection in PrivacyListManager Florian Schmaus 2014-12-30 20:20:41 +0100
  • ecc13e2e91 Invoke MUC invitation listener async Florian Schmaus 2014-12-30 20:04:27 +0100
  • d6ab0cf463 Add ChatManager.createChat(String) Florian Schmaus 2014-12-30 19:55:15 +0100
  • c5d0fb3c7b Add support for *optional* session establishment Florian Schmaus 2014-12-30 12:37:01 +0100
  • e6593cb200 Use createMessage() where possible in MultiUserChat Florian Schmaus 2014-12-30 12:13:12 +0100
  • cba681a967 Add MultiUserChat.toString() Florian Schmaus 2014-12-30 12:10:12 +0100
  • ca687087d5 Remove extra whitespace in AbstractDebugger Florian Schmaus 2014-12-30 12:07:20 +0100
  • b08dbc1dbc Support for XEP-0122: Data Forms Validation. Anno van Vliet 2014-11-22 23:16:45 +0100
  • 019b9dc5d4 Remove unused import in bytestream Open IQ Florian Schmaus 2014-12-30 01:32:42 +0100
  • ff8720698a Change muc.InvitationListner to use the MUC instance Florian Schmaus 2014-12-29 22:03:26 +0100
  • d27ec34fa3 Add Roster.get(All|Available)Presences(String) Florian Schmaus 2014-12-29 19:33:14 +0100
  • 31e372bafd Remove duplicate code in Roster Florian Schmaus 2014-12-29 19:11:25 +0100
  • c8631cf45c Use entries.containsKey in Roster Florian Schmaus 2014-12-29 18:20:11 +0100
  • 5d5e3c05c5 Assert that processPacket is not called with null Florian Schmaus 2014-12-28 18:05:04 +0100
  • d295939285 Remove connection field from BOSHConnectionListener Florian Schmaus 2014-12-28 17:46:47 +0100
  • f4aaf387d4 Use assertAtStartTag in parseStanza Florian Schmaus 2014-12-28 17:45:11 +0100
  • 08c1f2c850 Add AbstractXMPPConnection.parseAndProcessStanza() Florian Schmaus 2014-12-28 17:43:39 +0100
  • 54706e3918 Move lastStanzaReceived in processPacket Florian Schmaus 2014-12-28 00:47:31 +0100
  • 364fe12b38 Minor refactoring in DataForm.hasHiddenFormTypeField() Florian Schmaus 2014-12-28 00:14:16 +0100
  • 55a967da93 Add Packet.toString() Florian Schmaus 2014-12-27 21:12:59 +0100
  • 755765120d Make FormField.Type an enum Florian Schmaus 2014-12-27 20:47:57 +0100
  • 0c68d59ade Use ConcurrentHashMap instead of synchronizedMap Florian Schmaus 2014-12-27 13:38:41 +0100
  • 56bf54eab5 Don't use synchonrizedMap() for INSTANCES Florian Schmaus 2014-12-27 13:37:02 +0100
  • 6334733dae Add LICENSE Florian Schmaus 2014-12-27 12:11:49 +0100
  • 2b664ee88b Improve PingManager javadoc Florian Schmaus 2014-12-26 21:29:46 +0100
  • b17ecb4555 Use standard manager pattern in PingManager Florian Schmaus 2014-12-26 21:25:28 +0100
  • 0293ca2bcd Add MultiUserChat.createOrJoin(String,String,DiscussionHistory,long) Florian Schmaus 2014-12-26 18:21:38 +0100
  • 7874daa59b Use switch-case for Presence.getType() Florian Schmaus 2014-12-22 16:12:34 +0100