1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-15 20:19:39 +02:00

Commit graph

  • f73a3afbca Add Chat.close() (SMACK-356) Florian Schmaus 2014-03-17 09:14:17 +01:00
  • 596008e90a Configuration flag for disabling session request on login Daniele Ricci 2014-03-15 14:47:55 +01:00
  • 364cbd81da Add getter for connectionCounter to XMPPConnection Florian Schmaus 2014-03-15 11:39:38 +01:00
  • 64e7b8a868 Move getRoster() to XMPPConnection Florian Schmaus 2014-03-14 01:48:33 +01:00
  • 4b56446e40 Introduce SmackException Florian Schmaus 2014-03-12 11:50:05 +01:00
  • 4b6f09f962 Move processPacket() method to XMPPConnection Florian Schmaus 2014-03-14 00:25:22 +01:00
  • 89ed4d7492 Edit Eclipse formatting style Florian Schmaus 2014-03-12 11:12:05 +01:00
  • d5195c4004 Update XMPPError to RFC6120 Georg Lukas 2013-06-14 23:08:47 +02:00
  • 67722aea93 Fix typo: s/interna_server_error/internal_server_error/ Florian Schmaus 2014-03-11 19:30:55 +01:00
  • 7341421ca9 Announce support for vcard-temp/XEP-54 Florian Schmaus 2014-03-11 19:18:08 +01:00
  • b9f07046d3 Remove java.beans dependency Florian Schmaus 2014-03-11 18:21:51 +01:00
  • d655e130ca Make jul.properties only configure Smack's namespace Florian Schmaus 2014-03-11 18:38:08 +01:00
  • d8a8f79701 Cleanup of deprecated methods (SMACK-432) Florian Schmaus 2014-03-11 18:34:51 +01:00
  • bd6828db38 Make EntityCapsManager's node version configurable Florian Schmaus 2014-03-11 09:20:55 +01:00
  • 4fb5b85806 Re-activate all ignored unit-tests Florian Schmaus 2014-03-10 21:48:46 +01:00
  • a6ed3b2514 Use static block in XMPPError Florian Schmaus 2014-03-10 21:53:33 +01:00
  • b8a5437b28 Fix all javadoc warnings Florian Schmaus 2014-03-10 18:31:45 +01:00
  • 0058631ed6 AMP should use provider/packet packages and JUL Florian Schmaus 2014-03-10 17:00:36 +01:00
  • 6110872062 Cleanup of PrivacyList API Florian Schmaus 2014-03-10 14:45:17 +01:00
  • b489828027 Improve IQReplyFilter Florian Schmaus 2014-03-10 12:20:20 +01:00
  • 8e693ba5d5 Add nightly javadoc and documentation link to README Florian Schmaus 2014-03-10 10:23:33 +01:00
  • a3ab886896 Reworked compression-jzlib and compressionHandlers Florian Schmaus 2014-03-10 10:20:52 +01:00
  • 489816c61f Renamed Connection to XMPPConnection Florian Schmaus 2014-03-10 09:45:50 +01:00
  • f3e007bad5 NPE check in SmackConfiguration Florian Schmaus 2014-03-09 23:43:34 +01:00
  • 1f2183605c Make IQReplyFilter aware of user-less connection state Florian Schmaus 2014-03-09 15:36:02 +01:00
  • a7ec0338bc Don't set SASL authid parameter to username (SMACK-371) Florian Schmaus 2014-03-02 14:21:21 +01:00
  • f7fc38e1f4 Refactor Managers to subclass abstract Manager Florian Schmaus 2014-03-09 11:19:44 +01:00
  • 93eea8ab8d Move gradle subproject configuration into the subproject Florian Schmaus 2014-03-08 11:47:40 +01:00
  • 45226080e6 Fix typo in variable name Lars Noschinski 2014-02-23 08:49:46 +01:00
  • 1a2933793c Tune documentation Lars Noschinski 2014-02-23 08:47:32 +01:00
  • 4cb799228c Cleanup texts and comments Lars Noschinski 2014-03-05 08:11:52 +01:00
  • 86a4bfa43f Remove deprecated constructor for FromMatchesFilter (SMACK-71) Lars Noschinski 2014-03-06 21:05:49 +01:00
  • 62de78ef7c SMACK-53: create VersionProvider and VersionManager Georg Lukas 2013-11-06 17:54:30 +01:00
  • 61bf5cd4ce Advanced Message Processing implementation (XEP-0079) Vyacheslav Blinov 2014-03-07 17:46:46 +04:00
  • 06f88674ee SMACK-541 Fix of XHTMLExtensionProvider on Android This fixes issue there on android in XHTMLExtension bodys contained "null" instead of actual xhtml tags This happened due to difference in XPP implementation in KXmlPullParser (on Android) MXParser (in other cases) This fix replaces usage of getText method of XPP with restoration of xhtml tags using XPP api. Vyacheslav Blinov 2014-03-06 12:42:25 +04:00
  • 585e20e93e Rework XMPP Date/Time related code Florian Schmaus 2014-03-03 09:44:32 +01:00
  • 768700b301 Move Roster Item Exchange code to legacy project Florian Schmaus 2014-03-03 12:05:25 +01:00
  • fa289eac04 Migrated Roster Item Exchange to new manager design Florian Schmaus 2014-03-03 11:53:55 +01:00
  • 14b43581dc Move Jingle packet and provider under smackx.jingle Florian Schmaus 2014-03-03 11:31:06 +01:00
  • 84a3fd7bd9 s/XMPPConnection/TCPConnection Florian Schmaus 2014-03-02 15:23:54 +01:00
  • 07649cc758 Code cleanup in SASLMechanism Florian Schmaus 2014-03-02 14:07:28 +01:00
  • 57231648c8 Remove remainders of non-SASL authentication (SMACK-446) Lars Noschinski 2014-03-05 08:44:47 +01:00
  • e654eac9d5 Unify AndFilter and OrFilter Lars Noschinski 2014-03-05 08:00:01 +01:00
  • 9ac882241a Process only requested roster results (SMACK-538) Lars Noschinski 2014-03-04 14:14:12 +01:00
  • 6c7296a37b Add and use IQReplyFilter (SMACK-533) Lars Noschinski 2014-02-23 21:08:35 +01:00
  • 980047c4e1 Create accurate filter for matching on from address (SMACK-71) Lars Noschinski 2014-03-05 00:00:02 +01:00
  • 0e49b23687 Use correct namespace for MUC.getAdmins() Florian Schmaus 2014-03-01 15:36:57 +01:00
  • e7963b698d PingManager should notify PingFailedListeners only once Florian Schmaus 2014-03-01 15:29:35 +01:00
  • a3e64bab18 Created 'tcp' subproject for TCPConnection Florian Schmaus 2014-03-01 14:27:20 +01:00
  • 790343867a Remove non-SASL authentication code (SMACK-446) Florian Schmaus 2014-02-26 21:57:42 +01:00
  • 3a4e6c6d39 Add automatically scheduled pings in PingManager Florian Schmaus 2014-02-23 21:36:57 +01:00
  • 54a421e84e Make JUL Loggers final (SMACK-536) Florian Schmaus 2014-02-26 21:38:02 +01:00
  • f0c6d1f1d3 Properly escape PubSub item's text (SMACK-546) Florian Schmaus 2014-02-26 21:26:39 +01:00
  • 2c7f1efe80 Send request after the PacketCollector was setup Florian Schmaus 2014-02-24 08:30:51 +01:00
  • 3093333533 Reworked Smack initialization Florian Schmaus 2014-02-23 17:48:07 +01:00
  • 4121ec2c0e Use String(String,String) constructor in SmackConfiguration Florian Schmaus 2014-02-22 14:41:19 +01:00
  • 2241dae16a Remove some deprecated code Florian Schmaus 2014-02-20 16:04:20 +01:00
  • 352c362e90 Remove the dependency on javax.xml.transform Florian Schmaus 2014-02-20 14:47:05 +01:00
  • 24b637876f Substitute MXParser with a call to XmlPullParserFactory Florian Schmaus 2014-02-20 13:38:12 +01:00
  • 4db0b101c2 Raise jbosh version to 0.7.0 Florian Schmaus 2014-02-20 13:11:10 +01:00
  • b4d735e862 Cleanup of build.gradle Florian Schmaus 2014-02-19 23:26:56 +01:00
  • 1a94812660 Add BOSH subproject (SMACK-187) Florian Schmaus 2014-02-19 20:06:30 +01:00
  • fea2db2be7 SMACK-465: XMPPException using Java's wrapped Throwable Georg Lukas 2013-11-11 09:33:31 +01:00
  • 602a8fc812 Activate the jingle subproject and move integration tests Florian Schmaus 2014-02-19 10:38:30 +01:00
  • f7d3f559a2 Fix eclipse formatter settings: indentation.size=4 Florian Schmaus 2014-02-18 23:15:38 +01:00
  • 7bd7b3d24c Improve packet send and result collecting API Florian Schmaus 2014-02-18 15:05:19 +01:00
  • e6d5385129 Add more pom metadata Florian Schmaus 2014-02-18 10:51:24 +01:00
  • 312f2f7508 Move EntityCaps and Bookmarks API in correct package Florian Schmaus 2014-02-18 10:24:59 +01:00
  • 1f63ac31a5 Update README.md Florian Schmaus 2014-02-18 10:03:42 +01:00
  • d069e1be64 Normalize newlines to '\n' Florian Schmaus 2014-02-17 23:58:40 +01:00
  • 1e57f1c659 Activate checkstyle and add missing license headers Florian Schmaus 2014-02-17 18:57:38 +01:00
  • 2e11470aee Code cleanup: unused imports, values, blocks, etc. Florian Schmaus 2014-02-16 11:01:51 +01:00
  • 6dd64da930 Create new subproject 'legacy', move workgroup API into it Florian Schmaus 2014-02-16 09:53:39 +01:00
  • 202be35978 Add resource URLs to README.md Florian Schmaus 2014-02-16 15:22:47 +01:00
  • 207b060d78 Merge pull request #1 from SnakeDoc/master Florian Schmaus 2014-02-16 11:08:59 +01:00
  • 3da34da5e7 Fix copy&paste error in intro.html Florian Schmaus 2014-02-15 22:36:52 +01:00
  • 64b8cfe3dc added basic markdown readme Jason Sipula 2014-02-15 13:36:42 -08:00
  • 38a3531ec6 Move privacy lists from core to extensions Florian Schmaus 2014-02-15 22:35:38 +01:00
  • 2ad517b6dd Add initializer tests and move classpath files Florian Schmaus 2014-02-15 13:01:57 +01:00
  • 8d3814a8a7 New API design (SMACK-545) Florian Schmaus 2014-02-15 11:35:08 +01:00
  • 201152ef42 Migrate from Ant to Gradle (SMACK-265) Florian Schmaus 2014-02-14 18:13:51 +01:00
  • 235eca3a3d Change xml-not-well-formed to not-well-formed Florian Schmaus 2014-02-10 14:10:36 +01:00
  • acbf75a01b Remove <invalid-id> stream error (SMACK-401) Florian Schmaus 2014-02-10 14:04:36 +01:00
  • 470868506f Add test-reports/ to gitignore Florian Schmaus 2014-02-10 14:01:06 +01:00
  • 7bba6b7f91 Fix typo in StreamInitiation.setSesssionID() Florian Schmaus 2014-02-10 14:00:08 +01:00
  • 7ba3c3d43f Add namespace attribute to XHTML-IM body tags Florian Schmaus 2014-02-10 13:51:12 +01:00
  • 4bc7ce052d Remove RCS header attributes Florian Schmaus 2014-02-10 12:33:41 +01:00
  • 93030c218c Remove ServerTrustManager Florian Schmaus 2014-02-10 12:07:39 +01:00
  • 5f5805cd1c Merge branch '3.4' Florian Schmaus 2014-02-10 09:09:02 +01:00
  • 0cec5713d1 Smack 3.4.1 3.4.1 Florian Schmaus 2014-02-09 14:09:55 +01:00
  • fc26b83efd Use '-' as separator for $version.extra in build.xml Florian Schmaus 2014-02-08 13:21:55 +01:00
  • 9c61c6c945 Convert Connection references to weak references Florian Schmaus 2014-02-07 13:17:36 +01:00
  • 666f555733 Update eclipse project name Florian Schmaus 2014-02-07 12:40:48 +01:00
  • 4c8af8c17f Don't use manager's constructor in connectionCreated Florian Schmaus 2014-02-07 12:15:04 +01:00
  • 89838f5843 Format build.xml's checkcode target Florian Schmaus 2014-02-06 18:19:27 +01:00
  • f9d125127b Fix javadoc Java API link Florian Schmaus 2014-02-06 18:18:27 +01:00
  • f021d7efb1 Cleanup of build.xml's release target Florian Schmaus 2014-02-06 18:10:15 +01:00
  • 05ccada195 Updated version for post release rcollier 2014-02-03 02:03:54 +00:00
  • 52a8a835ee Generate unit test reports Florian Schmaus 2014-02-06 17:39:52 +01:00
  • f125077f34 Add file local variables to build.xml Florian Schmaus 2014-02-06 10:18:27 +01:00