1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-07-05 17:42:33 +02:00

Commit graph

  • 3de8af6865 callConnectionAuthenticatedListener() should call authenticated() Florian Schmaus 2014-04-22 21:29:43 +0200
  • 865168688d Fix PrivateDataManager getInstanceFor() always returns null Florian Schmaus 2014-04-22 21:28:46 +0200
  • 075308a7cd Fix typo in Roster.java: s/iss/is/ Florian Schmaus 2014-04-22 21:28:19 +0200
  • b4c338b6e5 Smack 4.0.0-rc2-SNAPSHOT Florian Schmaus 2014-04-17 13:53:09 +0200
  • 9e79fa4d12 Smack 4.0.0-rc1 4.0.0-rc1 Florian Schmaus 2014-04-17 12:19:15 +0200
  • 02d73f723f Change keyringfile example to real file Florian Schmaus 2014-04-17 13:45:19 +0200
  • 4483e2bbd0 Make gradle use the local maven cache Florian Schmaus 2014-04-17 13:43:25 +0200
  • 649f7af276 Move gradle signing code out of allprojects Florian Schmaus 2014-04-17 12:51:54 +0200
  • bd5ceded37 Provide a MUC method to create *or* join a room Florian Schmaus 2014-04-15 23:33:42 +0200
  • 8ba0715cc3 Bump jbosh to 0.8.0 Florian Schmaus 2014-04-17 12:13:34 +0200
  • b4eb8ad182 Javadoc fixes Florian Schmaus 2014-04-15 11:22:46 +0200
  • 0136c3eb81 Return List instead of Collection where appropriate Florian Schmaus 2014-04-14 14:09:53 +0200
  • 61fd3c9dd0 Add FromMode regarding 'from' attribute of outgoing stanzas Florian Schmaus 2014-04-14 09:07:42 +0200
  • c3cb98a116 Make ConnectionConfugration getters public Florian Schmaus 2014-04-10 21:12:12 +0200
  • 4cff008708 Return Collections (or sublcasses) instead of Iterators Florian Schmaus 2014-04-09 08:26:28 +0200
  • 6ea1d65e73 Remove star imports in VCardProvider Florian Schmaus 2014-04-09 19:59:51 +0200
  • f33b9f08d4 VCardProvider should treat tel code element optional Florian Schmaus 2014-04-09 19:57:51 +0200
  • ab70cfec24 Refactoring: All connection classes begin with XMPP now Georg Lukas 2014-04-09 12:16:44 +0200
  • c86d6e3b61 Update README.md's ChatManager example to new API Florian Schmaus 2014-04-08 18:26:14 +0200
  • afa4ce5773 Fix not-well-format packet exception when set property for packet XiaoweiYan 2014-04-08 17:34:20 +0800
  • 5832236578 Cleanup SASLErrorException Florian Schmaus 2014-04-05 18:40:48 +0200
  • 0c29fdb769 Use WeakHashMap in BookmarkManager and PrivateDataManager Florian Schmaus 2014-04-04 11:55:06 +0200
  • ef43ba6322 Fix or suppress warnings Florian Schmaus 2014-04-03 23:00:36 +0200
  • d8a5610d7b Use Locale.US when doing String operations Florian Schmaus 2014-04-03 22:50:13 +0200
  • 94adaf8e50 Always transform 'from' to lower case in FromMatchesFilter Florian Schmaus 2014-04-03 14:36:08 +0200
  • a016910baf Use toLowerCase(Locale.US) in FromMatchesFilter Florian Schmaus 2014-04-03 14:35:10 +0200
  • 4a60a68802 Move DEBUG_ENABLED from XMPPConnection to SmackConfiguration Florian Schmaus 2014-04-03 13:06:43 +0200
  • 3c2f794522 Remove no-ops in TCPConnection Florian Schmaus 2014-04-03 13:07:09 +0200
  • bd96816102 Add setter and javadoc for packet reply timeout Florian Schmaus 2014-04-03 10:50:23 +0200
  • 246e7b85f8 Use connection's reply timeout value in MultiUserChat Florian Schmaus 2014-04-03 10:43:46 +0200
  • 665d65836c Cleanup of pingMyServer() API Florian Schmaus 2014-03-28 14:27:14 +0100
  • 17a254edca Fix SmackConfiguration disabledSmackClasses Florian Schmaus 2014-03-27 16:28:49 +0100
  • a83b44e102 Add support for CustomSmackConfiguration class Florian Schmaus 2014-03-27 16:09:52 +0100
  • a1227b78cc Fix log message in SmackConfiguration Florian Schmaus 2014-03-27 16:09:07 +0100
  • 8321948b3c Add log to DNSUtil Florian Schmaus 2014-03-27 11:02:52 +0100
  • fa71ff9605 Fixed NPE in FromMatchesFilter Florian Schmaus 2014-03-27 10:38:35 +0100
  • c59a6010e1 Return empty list instead of null in DNSUtil Florian Schmaus 2014-03-26 22:48:32 +0100
  • 42d0557682 Use gradle dynamic versioning for dnsjava Florian Schmaus 2014-03-26 13:05:25 +0100
  • dce0c55011 Remove cache from DNSUtils Florian Schmaus 2014-03-26 11:10:09 +0100
  • 2250944ca6 Further improved logging in SmackConfiguration Florian Schmaus 2014-03-25 09:08:28 +0100
  • 53ca314b50 Cleanup SASLAuthentication Florian Schmaus 2014-03-24 19:30:34 +0100
  • c4f86762cb Reworked DiscoverInfo and DiscoverItems Florian Schmaus 2014-03-24 22:31:42 +0100
  • 2619a63c21 Log loaded classes by SmackConfiguration Florian Schmaus 2014-03-24 20:33:01 +0100
  • cc026a7e85 Raise source compatibility to 1.7 (Java7) Florian Schmaus 2014-03-23 23:12:15 +0100
  • 18d0dbdc5f Fix Socks5BytestreamManager.determineProxies() Florian Schmaus 2014-03-23 14:57:18 +0100
  • 010a86444a Streamline LastActivity API, add enable/disable Florian Schmaus 2014-03-23 14:18:41 +0100
  • 978f692eb0 Use XmlStringBuilder in most toXML() bodies Florian Schmaus 2014-03-21 09:51:52 +0100
  • 1cf4681581 Always lookup DNS SRV RR on connect() Florian Schmaus 2014-03-20 16:56:58 +0100
  • 363354f237 Make DirectoryRosterStore use elements for whitespace content Florian Schmaus 2014-03-20 14:35:38 +0100
  • 6b4c53bfc5 Renamed DefaultRosterStore to DirectoryRosterStore Florian Schmaus 2014-03-20 13:36:08 +0100
  • 1bf57cb6a1 Move file related methods to FileUtils Florian Schmaus 2014-03-20 13:26:57 +0100
  • 4a366007d6 Merge pull request #3 from Tsyko/xep-0332 Florian Schmaus 2014-03-20 12:25:24 +0100
  • 236ea71cee Added support for HOXT (XEP-0332) atsykholyas 2014-03-18 01:51:34 +0200
  • fcc8414a92 "not connected" is now a checked Exception thrown by sendPacket() Florian Schmaus 2014-03-19 14:22:20 +0100
  • d8c656270e Switch jbosh to 0.8.0-SNAPSHOT Florian Schmaus 2014-03-19 10:17:34 +0100
  • d349940537 Move DNS resolving into connect() Florian Schmaus 2014-03-18 17:29:38 +0100
  • dbab9b8995 Unify StringUtils.escapeForXML() Florian Schmaus 2014-03-18 18:40:08 +0100
  • c592b4f046 Improve Exceptions (SMACK-426) Florian Schmaus 2014-03-17 21:06:45 +0100
  • 9c8d7af3bf Fix error handling in BOSHConnection Florian Schmaus 2014-03-18 11:19:37 +0100
  • 44a5408bc0 Move host/port from ConnectionConfiguration to XMPPConnection Florian Schmaus 2014-03-18 09:27:45 +0100
  • 81d49d2f60 ChatManager should not throw a NPE if 'from' is null Florian Schmaus 2014-03-18 08:44:03 +0100
  • ec82f63191 Move sample/ into resources/ Florian Schmaus 2014-03-17 23:26:48 +0100
  • ae64b0ad4b Fix javadoc in MUCInitialPresence.History Florian Schmaus 2014-03-17 20:49:05 +0100
  • 91f0a091df Fix javadoc warning in xdata.Form Florian Schmaus 2014-03-17 20:46:45 +0100
  • 4db967079f getInstanceFor() for ChatManager and AccountManager Florian Schmaus 2014-03-17 20:46:08 +0100
  • 6197f6200f Move duplicate sendPacket() code into XMPPConnection Florian Schmaus 2014-03-17 19:33:17 +0100
  • c3f9ec4f94 Return the group if it exists in Roster.createGroup() Florian Schmaus 2014-03-17 19:21:20 +0100
  • a46d02ca32 Remove old Apache commons collections from codebase Florian Schmaus 2014-03-17 10:26:39 +0100
  • f73a3afbca Add Chat.close() (SMACK-356) Florian Schmaus 2014-03-17 09:14:17 +0100
  • 596008e90a Configuration flag for disabling session request on login Daniele Ricci 2014-03-15 14:47:55 +0100
  • 364cbd81da Add getter for connectionCounter to XMPPConnection Florian Schmaus 2014-03-15 11:39:38 +0100
  • 64e7b8a868 Move getRoster() to XMPPConnection Florian Schmaus 2014-03-14 01:48:33 +0100
  • 4b56446e40 Introduce SmackException Florian Schmaus 2014-03-12 11:50:05 +0100
  • 4b6f09f962 Move processPacket() method to XMPPConnection Florian Schmaus 2014-03-14 00:25:22 +0100
  • 89ed4d7492 Edit Eclipse formatting style Florian Schmaus 2014-03-12 11:12:05 +0100
  • d5195c4004 Update XMPPError to RFC6120 Georg Lukas 2013-06-14 23:08:47 +0200
  • 67722aea93 Fix typo: s/interna_server_error/internal_server_error/ Florian Schmaus 2014-03-11 19:30:55 +0100
  • 7341421ca9 Announce support for vcard-temp/XEP-54 Florian Schmaus 2014-03-11 19:18:08 +0100
  • b9f07046d3 Remove java.beans dependency Florian Schmaus 2014-03-11 18:21:51 +0100
  • d655e130ca Make jul.properties only configure Smack's namespace Florian Schmaus 2014-03-11 18:38:08 +0100
  • d8a8f79701 Cleanup of deprecated methods (SMACK-432) Florian Schmaus 2014-03-11 18:34:51 +0100
  • bd6828db38 Make EntityCapsManager's node version configurable Florian Schmaus 2014-03-11 09:20:55 +0100
  • 4fb5b85806 Re-activate all ignored unit-tests Florian Schmaus 2014-03-10 21:48:46 +0100
  • a6ed3b2514 Use static block in XMPPError Florian Schmaus 2014-03-10 21:53:33 +0100
  • b8a5437b28 Fix all javadoc warnings Florian Schmaus 2014-03-10 18:31:45 +0100
  • 0058631ed6 AMP should use provider/packet packages and JUL Florian Schmaus 2014-03-10 17:00:36 +0100
  • 6110872062 Cleanup of PrivacyList API Florian Schmaus 2014-03-10 14:45:17 +0100
  • b489828027 Improve IQReplyFilter Florian Schmaus 2014-03-10 12:20:20 +0100
  • 8e693ba5d5 Add nightly javadoc and documentation link to README Florian Schmaus 2014-03-10 10:23:33 +0100
  • a3ab886896 Reworked compression-jzlib and compressionHandlers Florian Schmaus 2014-03-10 10:20:52 +0100
  • 489816c61f Renamed Connection to XMPPConnection Florian Schmaus 2014-03-10 09:45:50 +0100
  • f3e007bad5 NPE check in SmackConfiguration Florian Schmaus 2014-03-09 23:43:34 +0100
  • 1f2183605c Make IQReplyFilter aware of user-less connection state Florian Schmaus 2014-03-09 15:36:02 +0100
  • a7ec0338bc Don't set SASL authid parameter to username (SMACK-371) Florian Schmaus 2014-03-02 14:21:21 +0100
  • f7fc38e1f4 Refactor Managers to subclass abstract Manager Florian Schmaus 2014-03-09 11:19:44 +0100
  • 93eea8ab8d Move gradle subproject configuration into the subproject Florian Schmaus 2014-03-08 11:47:40 +0100
  • 45226080e6 Fix typo in variable name Lars Noschinski 2014-02-23 08:49:46 +0100
  • 1a2933793c Tune documentation Lars Noschinski 2014-02-23 08:47:32 +0100
  • 4cb799228c Cleanup texts and comments Lars Noschinski 2014-03-05 08:11:52 +0100
  • 86a4bfa43f Remove deprecated constructor for FromMatchesFilter (SMACK-71) Lars Noschinski 2014-03-06 21:05:49 +0100