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

Commit graph

  • 29bda59617 Log warning if account creation over insecure connection Florian Schmaus 2015-02-21 16:55:30 +0100
  • 19f96d2c40 Avoid duplicate provider lookup in ItemProvider Florian Schmaus 2015-02-20 12:15:00 +0100
  • 26d9a95c64 Add Smack 4.0.7 Changelog Florian Schmaus 2015-02-20 08:36:04 +0100
  • bfcb403673 Fix Stream Management ack listner invocation Florian Schmaus 2015-02-19 23:01:38 +0100
  • 7ebea7ce94 Add StanzaIdFilter, deprecate PacketIDFilter Florian Schmaus 2015-02-19 14:59:44 +0100
  • 2856b8ace6 Fix dependency version specification Florian Schmaus 2015-02-19 14:28:46 +0100
  • 2663a62033 Filter smack-bosh from smack-android dependencies Florian Schmaus 2015-02-19 13:20:58 +0100
  • 5f4374ec26 Use host(name) to construct the SSLSocket Florian Schmaus 2015-02-19 09:23:36 +0100
  • 887c6114b7 Add filter information to NoResponseException Florian Schmaus 2015-02-19 12:11:19 +0100
  • d415661e35 Add BundleAndDeferCallback to smack-tcp Florian Schmaus 2015-02-18 14:38:56 +0100
  • aa8daba1cf Add StreamManagemtCounterError Florian Schmaus 2015-02-18 12:01:55 +0100
  • 7897fca876 Add comment about Stream Management's unacked stanzas queue Florian Schmaus 2015-02-18 11:59:45 +0100
  • 33cf205bdc Use Objects.requireNonNull() in BytestreamSIDFilter Florian Schmaus 2015-02-18 09:27:27 +0100
  • 98cfad6cc6 Add RosterLoadedListener Florian Schmaus 2015-02-17 15:24:33 +0100
  • 5bb4727c57 Use Jid (and subclasses) from jxmpp-jid Florian Schmaus 2015-02-14 17:15:02 +0100
  • b910d026cd Remove toString form XMPPException subclasses Florian Schmaus 2015-02-16 14:51:37 +0100
  • 1577fa1fca Fix duplicate presence in XMPPBOSHConnection.shutdown() Florian Schmaus 2015-02-16 13:29:14 +0100
  • a0d3314b26 Smack 4.1.0-rc2-SNAPSHOT Florian Schmaus 2015-02-15 21:13:48 +0100
  • 0ee2d9ed1e Remove deprecated Packet class Florian Schmaus 2015-02-14 16:21:26 +0100
  • bc61527bd2 Expose InterruptedException Florian Schmaus 2015-02-14 09:43:44 +0100
  • 43b99a2a85 Smack 4.2.0-alpha1-SNAPSHOT Florian Schmaus 2015-02-14 09:36:52 +0100
  • 8a32d22739 Smack 4.1.0-rc1 Florian Schmaus 2015-02-14 09:36:31 +0100
  • 26f4528698 Rename SecurityMode.enabled to 'ifpossible' Florian Schmaus 2015-02-13 17:01:09 +0100
  • 0d19b56fbb Support all primitive types in IntrospectionProvider Florian Schmaus 2015-02-12 13:37:09 +0100
  • 90ccd6c40e Use string switch/case in IntrospectionProvider Florian Schmaus 2015-02-12 13:36:14 +0100
  • 57c1b57b7c s/ a XMPP/ an XMPP/ Florian Schmaus 2015-02-12 12:13:19 +0100
  • a927d55bb1 Improve XMPPConnection javadoc Florian Schmaus 2015-02-12 12:09:52 +0100
  • 2853ec39b4 Fix XMPPConnection javadoc Florian Schmaus 2015-02-11 17:36:46 +0100
  • b7ac16c1fb Add missing 'break' statement in BOSHPacketReader Florian Schmaus 2015-02-10 16:36:34 +0100
  • 96e3d5c533 Add XMPPTCPConnection(CharSequence, String) constructor Florian Schmaus 2015-02-09 07:32:04 +0100
  • 943dc29f92 Move vCard unit test into its own package Florian Schmaus 2015-02-08 18:52:57 +0100
  • 0b4072ad66 Re-implementing the vCard provider using a pull parser. Extended unit tests. Chris Deering 2015-02-08 00:41:34 +0000
  • 1630b44b8d Reset smSessionId on XMPPTCPConnection.disconnect() Florian Schmaus 2015-02-08 14:10:47 +0100
  • a0cf121d7a Make cached executor service use linked blocking queue Florian Schmaus 2015-02-08 13:37:29 +0100
  • 3b8f4c144e Add missing space in log statement within XMPPTCPConnection Florian Schmaus 2015-02-08 13:27:49 +0100
  • e0a2441c62 Add Stanza.hasStanzaIdSet() Florian Schmaus 2015-02-08 11:50:07 +0100
  • 1190edad0f Add 'Packet' interface Florian Schmaus 2015-02-06 09:33:37 +0100
  • 772da6bfa0 Fix connections.md: It's 'XMPPTCPConnectionConfiguration.Builder' Florian Schmaus 2015-02-05 15:52:37 +0100
  • a5beb7bd79 Add Stanza.getExtensions(String,String) Florian Schmaus 2015-02-05 12:29:26 +0100
  • 4698805a34 Rename 'Packet' class to 'Stanza' Florian Schmaus 2015-02-05 11:17:27 +0100
  • 9fc26f1d83 Use MultiMap for Stanza extension elements Florian Schmaus 2015-02-05 11:04:38 +0100
  • e977c349a8 Add documentation/developer/provider.md Florian Schmaus 2015-02-04 16:28:59 +0100
  • 5c16fdb017 Make Presence.getMode() return available if null Florian Schmaus 2015-02-03 18:58:45 +0100
  • 4013c68584 Use Objects.requireNonNull() in Presence Florian Schmaus 2015-02-03 18:58:17 +0100
  • 34ce7929a8 Smack 4.1.0-beta3-SNAPSHOT Florian Schmaus 2015-02-02 13:14:45 +0100
  • 4b215814db Smack 4.1.0-beta2 Florian Schmaus 2015-02-02 13:04:47 +0100
  • 4a769b0262 Throw IAE in IQReplyFilter if there is no local JID Florian Schmaus 2015-01-30 09:37:55 +0100
  • 5a56ff011b Add XMPPConnection.getStreamId() Florian Schmaus 2015-01-28 17:14:33 +0100
  • 612ca1ad9d Use CharSequence instead of String for username Florian Schmaus 2015-01-28 09:34:01 +0100
  • 37081b2810 Send more information with the stream open tag Florian Schmaus 2015-01-28 09:31:28 +0100
  • e493500cfe Consider XMPP service name in isSubscribedToMyPresence() Florian Schmaus 2015-01-27 09:45:50 +0100
  • ed4d815fba Make Message.setType(Type) not throw if type is null Florian Schmaus 2015-01-26 20:26:13 +0100
  • 3299515b36 Make Roster.isRosterVersioningSupported public Florian Schmaus 2015-01-26 19:04:58 +0100
  • 7348e8bc8b Add Roster.getEntriesAndAddListener(RosterListener,RosterEntries) Florian Schmaus 2015-01-26 16:35:47 +0100
  • 86ea027301 Add StringUtils.requireNotNullOrEmpty and Objects.requireNonNull Florian Schmaus 2015-01-26 20:36:55 +0100
  • 603f64166b Improve Roster, RosterEntry and RosterGroup Florian Schmaus 2015-01-26 16:24:32 +0100
  • 763139684b Add javadoc for Roster.reloadAndWait()/setRosterStore() Florian Schmaus 2015-01-26 11:45:25 +0100
  • 7aa784a494 SCRAM-SHA1: Always calculate serverSignature Florian Schmaus 2015-01-25 23:31:26 +0100
  • 1407f10f7f Make connect() return a self-reference Florian Schmaus 2015-01-25 19:48:52 +0100
  • 780872f2ef Remove superflous throwAlreadyConnected…Exception Florian Schmaus 2015-01-25 16:25:22 +0100
  • 2cba6a68eb Fix DataFormProvider parsing 'fixed' FormFields Florian Schmaus 2015-01-25 15:45:56 +0100
  • 616768a5a9 Add smack-bosh to Android Projects Florian Schmaus 2015-01-25 10:35:44 +0100
  • 4b10f36e9e Report failed DNS SRV lookup in ConnectionException Florian Schmaus 2015-01-25 10:07:07 +0100
  • 30ec2bd072 Cleanup XMPPTCPConnection, mostly exception handling Florian Schmaus 2015-01-25 00:21:19 +0100
  • d9c97fabfb Make connectUsingConfiguration more robust Florian Schmaus 2015-01-25 00:05:06 +0100
  • e6045c6593 Add AbstractXMPPConnection.setConcurrencyLevel(int) Florian Schmaus 2015-01-24 12:18:51 +0100
  • 605c29a6fc Fix javadox in XMPPConnection Florian Schmaus 2015-01-23 22:45:47 +0100
  • cbb477ebeb Add AbstractXMPPConnection.setReplyToUnkownIq(boolean) Florian Schmaus 2015-01-23 20:12:21 +0100
  • e3f1865821 Add XEP-224: Attention to the supported extensions Florian Schmaus 2015-01-23 17:21:19 +0100
  • dc4720a00b Add '@Override' annotation to Roster's packet listener Florian Schmaus 2015-01-23 15:40:40 +0100
  • 0581580831 Make Roster.unfiledEntries a CopyOnWriteArraySet Florian Schmaus 2015-01-22 23:57:14 +0100
  • bb85d2b437 Make Roster.rosterListeners a LinkedHashSet Florian Schmaus 2015-01-22 23:52:49 +0100
  • d5b8647d9d Create smack-im subproject for XMPP-IM Florian Schmaus 2015-01-22 13:53:50 +0100
  • e722018808 Improve IQ.Type javadoc Florian Schmaus 2015-01-21 23:48:46 +0100
  • dc6af6dd99 Add IQ.isRequestIQ() Florian Schmaus 2015-01-21 14:06:27 +0100
  • 2f739662e5 Make IQ.setType(Type) throw IllegalArgumentException Florian Schmaus 2015-01-21 13:20:34 +0100
  • 0f028fdf50 Make IQ.type private Florian Schmaus 2015-01-21 13:17:23 +0100
  • 6a542824bc Add XMPPError.toString() Florian Schmaus 2015-01-21 10:02:34 +0100
  • b265d2d2a2 Add XDataManager.isSupported(String) Florian Schmaus 2015-01-21 09:49:57 +0100
  • d97de5f42c Fix typo in DNSUtil.setIdnaTransformer Florian Schmaus 2015-01-21 00:09:31 +0100
  • 607a5d0c01 Set IDNA Transformer in smack-java7 initializer Florian Schmaus 2015-01-21 00:07:37 +0100
  • c5db012fc8 Improve privacy parsing and API. Add NumberUtil Florian Schmaus 2015-01-20 09:40:52 +0100
  • 142f78c135 Rename Roster.getPresenceMapKey() to getMapKey() Florian Schmaus 2015-01-19 19:26:19 +0100
  • 9d775c8418 Fix documentation wrt FormField and DataForm Type Florian Schmaus 2015-01-19 16:29:24 +0100
  • 1bc3e10cff Improve Message Delivery Receipt (XEP-184) API Florian Schmaus 2015-01-19 16:23:50 +0100
  • 293f90c6c6 Add StanzaIdUtil Florian Schmaus 2015-01-19 16:17:03 +0100
  • bf9fb7d2d9 Add Roster.isSubscribedToMyPresence(String) Florian Schmaus 2015-01-19 16:14:14 +0100
  • b06c3e3607 Use getPresenceMapKey() in Roster.getEntry() Florian Schmaus 2015-01-19 18:36:31 +0100
  • 8c9b3d5c62 Improve RosterPacket.ItemType javadoc Florian Schmaus 2015-01-19 16:12:16 +0100
  • 1f59a755d8 Move variables into loop in Roster.waitUntilLoaded() Florian Schmaus 2015-01-19 16:11:12 +0100
  • 4a5732d679 Fix Packet's javadoc Florian Schmaus 2015-01-19 14:04:05 +0100
  • 8409dddffd Add PacketUtil.extensionElementFrom() Florian Schmaus 2015-01-19 08:38:41 +0100
  • 6bf9498904 Add note about getMultiUserChat in MUC's javadoc Florian Schmaus 2015-01-19 08:38:11 +0100
  • f42d697d7c Consider JulDebugger as last alternative Florian Schmaus 2015-01-18 21:35:58 +0100
  • 440af7675a Rename SmackConfiguration.DEBUG_ENABLED to DEBUG Florian Schmaus 2015-01-18 21:33:03 +0100
  • 672d131280 Fix AbstractXMPPConnection.login() javadoc Florian Schmaus 2015-01-18 21:02:06 +0100
  • cb67f1d5c3 Switch 'username' paramater to CharSequence Florian Schmaus 2015-01-18 20:54:41 +0100
  • 31d573753b Raise log level of InterruptedException Florian Schmaus 2015-01-18 20:44:12 +0100
  • ed67ed8e11 SASL, username and password related javadoc improvements Florian Schmaus 2015-01-18 20:42:27 +0100
  • 9ae66cc747 Use Exception.getString in HostAddress Florian Schmaus 2015-01-18 18:57:08 +0100