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

Commit graph

  • 10cca256c6 Remove unnecessary code in Message Florian Schmaus 2014-10-24 11:25:13 +0200
  • ce8ccf3647 Make Message and Presence class final Florian Schmaus 2014-10-24 11:14:41 +0200
  • 25887e3427 s/SmackTcpSmackInitalizer/SmackTcpSmackInitializer/ Florian Schmaus 2014-10-23 17:38:27 +0200
  • 177ab983d4 Merge branch '4.0' Florian Schmaus 2014-10-22 22:20:26 +0200
  • 1ade4cbc64 Smack 4.0.6-SNAPSHOT Florian Schmaus 2014-10-22 22:21:04 +0200
  • 04446e54db Smack 4.0.5 Florian Schmaus 2014-10-22 22:11:07 +0200
  • 674df78741 Fix parsing exception causing infinite loop Florian Schmaus 2014-10-21 21:55:47 +0200
  • 5f9c342f7e Don't check for END_DOCUMENT parsePackets() Florian Schmaus 2014-10-21 23:43:11 +0200
  • e090067358 Use switch/case instead if/else-if in parsePackets() Florian Schmaus 2014-10-21 23:37:37 +0200
  • 403ecff2b2 Add SCRAM-SHA1 support Florian Schmaus 2014-10-21 11:59:11 +0200
  • 6a2bc0c02d Fix MUC invitationPacketListener ClassCastException Florian Schmaus 2014-10-21 10:38:01 +0200
  • b348ebfd6d Make ProviderManager handle StreamFeatureProvider(s) Florian Schmaus 2014-10-20 23:05:10 +0200
  • 5ad4e85ed5 Setup Roster before sending initial presence Florian Schmaus 2014-10-20 21:58:20 +0200
  • 47e327f2e6 Fix NPE in MultiUserChatManager.getMultiUserchat() Florian Schmaus 2014-10-20 21:12:51 +0200
  • 5d963f7f9b Fix NPE in MUCItem if role is null Florian Schmaus 2014-10-20 21:12:33 +0200
  • dfc4173e5b Fix initialization order issue with DEBUG_ENABLED Florian Schmaus 2014-10-19 21:48:17 +0200
  • 3733a6aaa5 Cache the parser availability of the roundtrip feature Florian Schmaus 2014-10-19 20:58:42 +0200
  • ee67bb8aa5 Fix typos in README.md Florian Schmaus 2014-10-19 11:51:53 +0200
  • 79380e189e Fix MiniDnsResolver NPE when query returns 'null' Florian Schmaus 2014-10-19 11:50:09 +0200
  • a90c1ac845 Remove 'throws Exception' from DNSUtil.resolve…(String) Florian Schmaus 2014-10-19 11:49:45 +0200
  • 994e45acae Smack 4.1.0-alpha5-SNAPSHOT Florian Schmaus 2014-10-18 01:47:54 +0200
  • 2172fb7126 Smack 4.1.0-alpha4 Florian Schmaus 2014-10-18 01:42:06 +0200
  • 17bb738e9e Make PubSubManager.getNode(String) more robust Florian Schmaus 2014-10-16 17:43:44 +0200
  • 8d7b329432 Update debugging.md Florian Schmaus 2014-10-16 16:50:52 +0200
  • 888de7e1c1 Remove nullOrEmpty check for setSessionID() Florian Schmaus 2014-10-16 13:02:06 +0200
  • 9edf06e1bb Fix typos and closing javadoc tag in RemoteCommand Florian Schmaus 2014-10-16 12:55:17 +0200
  • ed58abbee7 Support XML_ROUNDTRIP where possible Florian Schmaus 2014-10-15 21:02:16 +0200
  • 9a6d042652 Rework and redesign ReconnectionManager Florian Schmaus 2014-10-15 00:34:55 +0200
  • b5328d38fa MUC: Establish callbacks before sending the presence Florian Schmaus 2014-10-14 09:41:48 +0200
  • ce203e76b5 Use AbstractNodeInformationProvider where possible Florian Schmaus 2014-10-13 22:35:45 +0200
  • b54d133b36 Add MultiUserChatManager Florian Schmaus 2014-10-13 22:13:43 +0200
  • 0ef50bfd1e Add javadoc for XMPPConnection.send(PlainStreamElement) Florian Schmaus 2014-10-13 16:49:28 +0200
  • c674808a4a Improve MultiUserChat Florian Schmaus 2014-10-13 16:39:17 +0200
  • 365c71db79 Rework MultiUserChat Florian Schmaus 2014-10-13 10:59:36 +0200
  • 98a3c46e9a Add XMPPConnection.createPacketcollectorAndSend(PacketFilter, Packet) Florian Schmaus 2014-10-13 10:45:00 +0200
  • 8ce474b0df Improve MUC Presence interceptors Florian Schmaus 2014-10-12 19:34:14 +0200
  • 55d7c57a4f Use PacketTypeFilter.PRESENCE in EntityCapsManager Florian Schmaus 2014-10-12 19:21:49 +0200
  • 63d52f6eaa Replace PacketInterceptor with PacketListener Florian Schmaus 2014-10-12 19:19:44 +0200
  • fd7b747987 Remove init() in MultiUserChat Florian Schmaus 2014-10-12 18:53:13 +0200
  • e835df5641 Improve MUC message and presence listeners Florian Schmaus 2014-10-12 18:01:19 +0200
  • 38582eed84 Make getServiceNames() return List Florian Schmaus 2014-10-12 16:52:49 +0200
  • fe74fc23dc Rework smackx.address (XEP-0033: Extended Stanza Addressing) Florian Schmaus 2014-10-11 17:06:20 +0200
  • 36da216b4a Reworked Interceptor and InterceptorWrapper Florian Schmaus 2014-10-10 12:22:23 +0200
  • c3528d082e Add invokePacketCollectors, remove duplicate code Florian Schmaus 2014-10-10 02:41:37 +0200
  • 15d59299a2 Reworked (send|recv)Listeners, ListenerWrapper Florian Schmaus 2014-10-10 00:36:58 +0200
  • 03686fbaaf Use CopyOnWriteArraySet for connectionListener Florian Schmaus 2014-10-09 23:55:02 +0200
  • 6dcba44557 Make PacketCollector fields final where possible Florian Schmaus 2014-10-09 23:51:18 +0200
  • 36744ea0d1 Remove MUC DeafOccupantIntercepter Florian Schmaus 2014-10-09 23:12:22 +0200
  • 328b733f7e Don't use gradle 'configurations' in smack-core Florian Schmaus 2014-10-09 19:53:53 +0200
  • ade6d528e8 Eclipse formatter: Set line length to 120 Florian Schmaus 2014-10-07 21:59:20 +0200
  • bd06e07065 Travis CI: Use Android builder Gilles Cornu 2014-10-06 17:39:04 +0200
  • 452b2aca0f Add 'PacketParserUtils.addPacketextension()' Florian Schmaus 2014-10-07 21:46:02 +0200
  • 6980c8e63d Rework Smack Provider design Florian Schmaus 2014-10-07 21:15:20 +0200
  • d04517cd08 Add message String to all SmackExceptions Florian Schmaus 2014-10-05 17:00:13 +0200
  • 387be5bded Add DeliveryReceiptRequest.addTo(Message) Florian Schmaus 2014-10-05 16:46:39 +0200
  • 19ee9f016b Use CopyOnWriteArraySet in DeliveryReceiptManager Florian Schmaus 2014-10-05 16:27:52 +0200
  • 8bf74c6e92 Add Packet to onReceiptReceived parameters Florian Schmaus 2014-10-05 12:54:12 +0200
  • 1e803ab29d Use from(Packet) instead of getFrom(Packet) in DeliveryReceiptManager Florian Schmaus 2014-10-05 12:52:19 +0200
  • 5f06234149 Use CopyOnWriteArraySet in InvitationsMonitor Florian Schmaus 2014-10-05 12:46:51 +0200
  • ccdd94c997 Add check if ANDROID_HOME is set to build.gradle Florian Schmaus 2014-10-05 12:34:00 +0200
  • b6285679cd Remove trailing comma in ConnectionException message Florian Schmaus 2014-10-05 12:17:25 +0200
  • f7517ab6cc Apply Manager pattern to InvitationsMonitor Florian Schmaus 2014-10-05 11:58:42 +0200
  • a0fe337bcd Use Collections.emptyList() in MultiUserChat Florian Schmaus 2014-10-05 07:46:54 +0200
  • 8529d1463f Use from(Packet) instead of getFrom(Packet) in MultiUserChat Florian Schmaus 2014-10-05 07:45:23 +0200
  • 0fea113c8f Smack 4.1.0-alpha4-SNAPSHOT Florian Schmaus 2014-10-05 12:04:35 +0200
  • dd39f5643d Smack 4.1.0-alpha3 Florian Schmaus 2014-10-04 18:28:24 +0200
  • 414db1ebbe Add PingManager.pingMyServer(boolean,long) Florian Schmaus 2014-09-30 13:09:09 +0200
  • a942863ffe Move saslFeatureReceived check in connect() Florian Schmaus 2014-09-29 16:41:56 +0200
  • 7521ef951a Ensure that connection is authenticated in PingManager Florian Schmaus 2014-09-29 15:56:50 +0200
  • 50e068b6a7 Merge branch '4.0' Florian Schmaus 2014-09-29 14:00:48 +0200
  • 039fac7ab7 Fix PingManager.ping(String,long) Florian Schmaus 2014-09-29 13:52:13 +0200
  • 6c892fec96 Fix StringIndexOutOfBoundsException in ConnectionException Florian Schmaus 2014-09-29 08:58:39 +0200
  • aa90cfadc5 Smack 4.1.0-alpha3-SNAPSHOT Florian Schmaus 2014-09-27 20:09:58 +0200
  • 4d7b1cd53b Smack 4.1.0-alpha2 Florian Schmaus 2014-09-27 19:50:02 +0200
  • 29d5ca68ce Update the (second) flattr link in README.md Florian Schmaus 2014-09-27 17:18:19 +0200
  • ae385e6b44 Enabling additional and returned extensions in getItems() Abmar Barros 2014-09-26 11:06:04 -0300
  • 47dd63e6b2 Don't use instanceof in a parse(IQ|PacketExtension) Florian Schmaus 2014-09-26 10:42:38 +0200
  • 7977f119e8 Update flattr link in README.md Florian Schmaus 2014-09-26 10:44:58 +0200
  • 9580784bbf DisabledSmackClasses now also take package names Florian Schmaus 2014-09-25 09:42:55 +0200
  • b0f774a2cf Ensure that Smack is initialized when calling ProviderManager Florian Schmaus 2014-09-24 21:22:03 +0200
  • 13f4f36995 Use non-deprecated method in DelayInformationManager Florian Schmaus 2014-09-24 18:02:32 +0200
  • b945e591ff Add MessageWithBodies and DelayedStanza Filter Florian Schmaus 2014-09-24 18:02:11 +0200
  • b81c00d340 Add message String to ConnectionException Florian Schmaus 2014-09-24 13:34:25 +0200
  • 7219f4b90c Make smack-android-extensions depend on smack-android Florian Schmaus 2014-09-24 12:48:01 +0200
  • bfebf6a4a5 Add ServerPingWithAlarmManager to smack-android Florian Schmaus 2014-09-22 09:58:09 +0200
  • d8c77de785 Remove duplicate code in pubusb LeafNode Florian Schmaus 2014-09-21 20:49:11 +0200
  • bd0fb973c8 Add new RSMSet constructors Florian Schmaus 2014-09-20 16:52:08 +0200
  • 5a9e353f2c Filter sun.security.* from smack-java7 Import-Package Florian Schmaus 2014-09-20 09:53:22 +0200
  • b78a711ebd Add support for XEP-0352: Client State Indication Florian Schmaus 2014-09-19 23:52:14 +0200
  • a2ffaeca1f Make smack-android/smack-java7 declare minimal dependencies Florian Schmaus 2014-09-19 11:27:40 +0200
  • 37eeb07376 Add smack-java7 declarative service Florian Schmaus 2014-09-18 15:16:22 +0200
  • 58e430af42 PacketExtension.from(Packet), deprecate getFrom() Florian Schmaus 2014-09-16 22:14:10 +0200
  • f0651bae2d Remove unnecessary check for non-null in PubSubProvider Florian Schmaus 2014-09-13 12:29:16 +0200
  • 2dc93d7639 Add support for XEP-0059: Result Set Management Florian Schmaus 2014-09-13 11:03:40 +0200
  • d3cea48c0d Support for International Domain Names in DNSUtil Florian Schmaus 2014-09-13 09:27:55 +0200
  • f2718c2d76 Remove smack.util.Cache Florian Schmaus 2014-09-13 00:38:11 +0200
  • 9016120d71 Add support for (custom) data form extensions Florian Schmaus 2014-09-12 13:43:04 +0200
  • d57fecfcc9 Add ELEMENT and NAMESPACE to RosterPacket Florian Schmaus 2014-09-12 13:40:04 +0200
  • c024931de8 Remove XmlLangStanza Florian Schmaus 2014-09-12 11:20:34 +0200
  • 3a37b71e19 Use XmlStringBuilder in AdHocCommandData Florian Schmaus 2014-09-12 11:03:26 +0200