Go to file
Florian Schmaus 2cb3d5a0d4 Move 'new MXParser()' in try/catch block
aSmack replaces 'new MXParser()' with
'XmlPullParserFactory.newInstance().newPullParser()' which can throw a
XmlPullParserException. In order to build aSmack, we need to move the
'new MXParser()' within a try/catch block.
2014-02-04 09:57:01 +01:00
build build.xml: Use metainf instead of copy 2014-02-03 18:46:51 +01:00
documentation Merge branch '3.4.0' into master 2014-02-03 12:58:55 +01:00
experimental SMACK-434 Added missing javadoc and some test code cleanup 2014-01-31 03:49:47 +00:00
jingle/extension SMACK-352 Changed or removed copyright notices that should not have been attributed to Jive Software. 2013-04-07 19:15:32 +00:00
sample Fixed smack sample for updated API 2009-09-03 08:42:07 +00:00
source Move 'new MXParser()' in try/catch block 2014-02-04 09:57:01 +01:00
test Merge branch '3.4.0' into master 2014-02-03 12:58:55 +01:00
test-unit/org/jivesoftware Implement support for roster versioning 2014-02-04 09:57:01 +01:00
workgroup SMACK-534 Refactored all System.out/err and printStackTrace calls with appropriate Java util logging calls. 2014-02-02 22:39:07 +00:00
.gitignore Add .gitignore 2014-02-03 17:12:46 +01:00
Makefile Makefile: added javadoc target 2013-02-14 00:00:02 +00:00