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

Commit graph

  • c60f81f342 Fix typo in smack-android/build.gradle Florian Schmaus 2014-11-21 14:23:13 +01:00
  • 775f862bc1 Add XData(Layout)Manager Florian Schmaus 2014-11-21 09:59:24 +01:00
  • 848d2dbf13 Change DataFormProvider to new style provider design Florian Schmaus 2014-11-21 09:38:37 +01:00
  • bf557d498b Remove DataFormProvider from extension.providers Florian Schmaus 2014-11-20 23:52:01 +01:00
  • ff977825da Support for XEP-0141: Data Forms Layout. Anno 2014-11-19 23:51:53 +01:00
  • 6e569701b3 Add support for SASL X-OAUTH2 Florian Schmaus 2014-11-20 18:50:33 +01:00
  • 646a4a6f90 Add support for SASL failure 'text' elements Florian Schmaus 2014-11-18 19:48:02 +01:00
  • 59d3f55003 Set smWasEnableAtLeastOnce before sync point Florian Schmaus 2014-11-17 23:59:00 +01:00
  • 5dd2bb5874 Log a warning if the server didn't report SASL mechanisms Florian Schmaus 2014-11-16 19:03:03 +01:00
  • 504b550ef2 Report not connected/authenticated when resumeable Florian Schmaus 2014-11-16 18:53:31 +01:00
  • 763f9c7c14 Implemented MD5 just like the SHA1 util Florian Schmaus 2014-11-14 21:13:30 +01:00
  • 0db76f4eb1 Throw a NotConnectedException on disconnect() Florian Schmaus 2014-11-12 17:36:39 +01:00
  • 301519a264 Fix END_DOCUMENT handling in XMPPTCPConnection Florian Schmaus 2014-11-12 17:36:25 +01:00
  • def8fea05f Add reply timeout to NoResponseException message Florian Schmaus 2014-11-12 12:27:36 +01:00
  • c81cd34561 Apply builder pattern to ConnectionConfiguration Florian Schmaus 2014-11-09 18:30:16 +01:00
  • a848437284 Make digest() in EntityCapsManager synchronized Florian Schmaus 2014-11-14 21:02:18 +01:00
  • 4000adb70c Fallback to host if DNS SRV lookup fails Florian Schmaus 2014-11-10 21:17:55 +01:00
  • 69f387b344 Don't use extending stanza addressing if not strictly necessary Florian Schmaus 2014-11-10 12:07:32 +01:00
  • 6168fca288 Message Evenents is in smack-legacy and documentation/legacy Florian Schmaus 2014-11-10 10:55:13 +01:00
  • 9e797c1b17 Enable PacketExtensions for IQs Florian Schmaus 2014-11-07 21:12:01 +01:00
  • a9c798f3bb Remove empty statements Florian Schmaus 2014-11-09 11:02:49 +01:00
  • 77a4867450 Change Packet.getExtensionsXML() Florian Schmaus 2014-11-05 20:25:51 +01:00
  • 10643cce7c Use LinkedHashMap for PacketExtensions in Packet Florian Schmaus 2014-11-05 17:58:32 +01:00
  • b9167c5fe2 Add version.gradle Florian Schmaus 2014-11-04 14:43:41 +01:00
  • 775477dcc7 Smack 4.1.0-alpha6-SNAPSHOT Florian Schmaus 2014-11-02 12:21:15 +01:00
  • aecb3cc861 Smack 4.1.0-alpha5 Florian Schmaus 2014-11-02 12:13:21 +01:00
  • fe3dcba9b2 Fix javadoc warnings and deprecated methods Florian Schmaus 2014-11-02 12:12:56 +01:00
  • c351382c73 Require jxmpp 0.4.0 Florian Schmaus 2014-11-02 11:24:28 +01:00
  • fadef7d1bf Remove ServiceDiscoveryManager.getFeaturesList() Florian Schmaus 2014-11-01 13:16:22 +01:00
  • ed313c9629 Add IntelliJ and Mac OS X files to gitignore Florian Schmaus 2014-11-01 12:52:19 +01:00
  • 5647cac39c Move is(Connected|Authenticated) and getUser() Florian Schmaus 2014-11-01 12:29:41 +01:00
  • 6fec813ec0 Rework DiscoverInfo Florian Schmaus 2014-10-31 22:22:22 +01:00
  • b60b20e312 Remove unnecessary multiplication in DiscoverInfo.hashCode() Florian Schmaus 2014-10-31 18:02:45 +01:00
  • 5fb17dc85f Use ServiceDiscoveryManager.supportsFeature() in AMPManager Florian Schmaus 2014-10-31 18:01:42 +01:00
  • c1aef37081 Undeprecate Packet.getExtension(String) Florian Schmaus 2014-10-31 17:12:24 +01:00
  • 5fcfe548f9 Validate ProviderManager arguments Florian Schmaus 2014-10-31 00:24:26 +01:00
  • a3de2ecc25 Add missing GCM namespace in experimental.providers Florian Schmaus 2014-10-31 00:24:13 +01:00
  • 0408d075b7 Merge invokePacketCollectors() and notifiyReceivedListeners() Florian Schmaus 2014-10-30 23:36:40 +01:00
  • 1de2fc2a81 Refactor Bind and Roster IQ parsing code into providers Florian Schmaus 2014-10-30 12:56:10 +01:00
  • 0e4196ae4b Added javadoc about extended content to PacketExtension Florian Schmaus 2014-10-30 12:25:45 +01:00
  • e88583d287 Use switch/case in 'IQ parse(XmlPullParser)' Florian Schmaus 2014-10-30 12:15:59 +01:00
  • b5daee3032 Include the full content in UnparsedResultIQ Florian Schmaus 2014-10-30 10:55:27 +01:00
  • e63fe22647 Add support for XEP-335: JSON Containers Florian Schmaus 2014-10-29 23:47:47 +01:00
  • ed66c838e1 Invoke PacketCollectors in ListenerNotification Florian Schmaus 2014-10-29 19:35:49 +01:00
  • b73bb27463 Improve Packet javadoc Florian Schmaus 2014-10-29 14:05:38 +01:00
  • 6b21455b32 Asynchronous invoke Stanza Acknowledged Listeners Florian Schmaus 2014-10-29 10:15:57 +01:00
  • ac41fda1e5 Add Stream Management javadoc Florian Schmaus 2014-10-29 10:06:33 +01:00
  • 92bc3452da Handle spurious interrupts in XMPPTCPConnection Florian Schmaus 2014-10-28 13:50:13 +01:00
  • 765e83ca81 Send a final SM Ack on shutdown() Florian Schmaus 2014-10-28 12:22:16 +01:00
  • 65ccec995e Add XMPPTCPConnection.sendSMAcknowledgement Florian Schmaus 2014-10-28 12:22:05 +01:00
  • d60b63a89a Remove hashCode/equals from Message and Packet Florian Schmaus 2014-10-27 13:31:33 +01:00
  • 416f42deb7 Make fields in Packet and Message final Florian Schmaus 2014-10-27 13:18:30 +01:00
  • f94f7590a6 Store packet extensions in a HashMap Florian Schmaus 2014-10-26 19:32:19 +01:00
  • 9f56842ee4 Notify packet sending listeners in new thread Florian Schmaus 2014-10-25 11:39:16 +02:00
  • 51d84647f3 s/connection()/connection/ in PingManager Florian Schmaus 2014-10-24 12:59:41 +02:00
  • 53bba50f91 Call pingServerIfNecessary in new thread Florian Schmaus 2014-10-24 11:39:08 +02:00
  • 10cca256c6 Remove unnecessary code in Message Florian Schmaus 2014-10-24 11:25:13 +02:00
  • ce8ccf3647 Make Message and Presence class final Florian Schmaus 2014-10-24 11:14:41 +02:00
  • 25887e3427 s/SmackTcpSmackInitalizer/SmackTcpSmackInitializer/ Florian Schmaus 2014-10-23 17:38:27 +02:00
  • 177ab983d4 Merge branch '4.0' Florian Schmaus 2014-10-22 22:20:26 +02:00
  • 1ade4cbc64 Smack 4.0.6-SNAPSHOT Florian Schmaus 2014-10-22 22:21:04 +02:00
  • 04446e54db Smack 4.0.5 4.0.5 Florian Schmaus 2014-10-22 22:11:07 +02:00
  • 674df78741 Fix parsing exception causing infinite loop Florian Schmaus 2014-10-21 21:55:47 +02:00
  • 5f9c342f7e Don't check for END_DOCUMENT parsePackets() Florian Schmaus 2014-10-21 23:43:11 +02:00
  • e090067358 Use switch/case instead if/else-if in parsePackets() Florian Schmaus 2014-10-21 23:37:37 +02:00
  • 403ecff2b2 Add SCRAM-SHA1 support Florian Schmaus 2014-10-21 11:59:11 +02:00
  • 6a2bc0c02d Fix MUC invitationPacketListener ClassCastException Florian Schmaus 2014-10-21 10:38:01 +02:00
  • b348ebfd6d Make ProviderManager handle StreamFeatureProvider(s) Florian Schmaus 2014-10-20 23:05:10 +02:00
  • 5ad4e85ed5 Setup Roster before sending initial presence Florian Schmaus 2014-10-20 21:58:20 +02:00
  • 47e327f2e6 Fix NPE in MultiUserChatManager.getMultiUserchat() Florian Schmaus 2014-10-20 21:12:51 +02:00
  • 5d963f7f9b Fix NPE in MUCItem if role is null Florian Schmaus 2014-10-20 21:12:33 +02:00
  • dfc4173e5b Fix initialization order issue with DEBUG_ENABLED Florian Schmaus 2014-10-19 21:48:17 +02:00
  • 3733a6aaa5 Cache the parser availability of the roundtrip feature Florian Schmaus 2014-10-19 20:58:42 +02:00
  • ee67bb8aa5 Fix typos in README.md Florian Schmaus 2014-10-19 11:51:53 +02:00
  • 79380e189e Fix MiniDnsResolver NPE when query returns 'null' Florian Schmaus 2014-10-19 11:50:09 +02:00
  • a90c1ac845 Remove 'throws Exception' from DNSUtil.resolve…(String) Florian Schmaus 2014-10-19 11:49:45 +02:00
  • 994e45acae Smack 4.1.0-alpha5-SNAPSHOT Florian Schmaus 2014-10-18 01:47:54 +02:00
  • 2172fb7126 Smack 4.1.0-alpha4 Florian Schmaus 2014-10-18 01:42:06 +02:00
  • 17bb738e9e Make PubSubManager.getNode(String) more robust Florian Schmaus 2014-10-16 17:43:44 +02:00
  • 8d7b329432 Update debugging.md Florian Schmaus 2014-10-16 16:50:52 +02:00
  • 888de7e1c1 Remove nullOrEmpty check for setSessionID() Florian Schmaus 2014-10-16 13:02:06 +02:00
  • 9edf06e1bb Fix typos and closing javadoc tag in RemoteCommand Florian Schmaus 2014-10-16 12:55:17 +02:00
  • ed58abbee7 Support XML_ROUNDTRIP where possible Florian Schmaus 2014-10-15 21:02:16 +02:00
  • 9a6d042652 Rework and redesign ReconnectionManager Florian Schmaus 2014-10-15 00:34:55 +02:00
  • b5328d38fa MUC: Establish callbacks before sending the presence Florian Schmaus 2014-10-14 09:41:48 +02:00
  • ce203e76b5 Use AbstractNodeInformationProvider where possible Florian Schmaus 2014-10-13 22:35:45 +02:00
  • b54d133b36 Add MultiUserChatManager Florian Schmaus 2014-10-13 22:13:43 +02:00
  • 0ef50bfd1e Add javadoc for XMPPConnection.send(PlainStreamElement) Florian Schmaus 2014-10-13 16:49:28 +02:00
  • c674808a4a Improve MultiUserChat Florian Schmaus 2014-10-13 16:39:17 +02:00
  • 365c71db79 Rework MultiUserChat Florian Schmaus 2014-10-13 10:59:36 +02:00
  • 98a3c46e9a Add XMPPConnection.createPacketcollectorAndSend(PacketFilter, Packet) Florian Schmaus 2014-10-13 10:45:00 +02:00
  • 8ce474b0df Improve MUC Presence interceptors Florian Schmaus 2014-10-12 19:34:14 +02:00
  • 55d7c57a4f Use PacketTypeFilter.PRESENCE in EntityCapsManager Florian Schmaus 2014-10-12 19:21:49 +02:00
  • 63d52f6eaa Replace PacketInterceptor with PacketListener Florian Schmaus 2014-10-12 19:19:44 +02:00
  • fd7b747987 Remove init() in MultiUserChat Florian Schmaus 2014-10-12 18:53:13 +02:00
  • e835df5641 Improve MUC message and presence listeners Florian Schmaus 2014-10-12 18:01:19 +02:00
  • 38582eed84 Make getServiceNames() return List Florian Schmaus 2014-10-12 16:52:49 +02:00
  • fe74fc23dc Rework smackx.address (XEP-0033: Extended Stanza Addressing) Florian Schmaus 2014-10-11 17:06:20 +02:00
  • 36da216b4a Reworked Interceptor and InterceptorWrapper Florian Schmaus 2014-10-10 12:22:23 +02:00
  • c3528d082e Add invokePacketCollectors, remove duplicate code Florian Schmaus 2014-10-10 02:41:37 +02:00