1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-05 11:45:58 +01:00
Smack/source/org/jivesoftware
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
..
smack Move 'new MXParser()' in try/catch block 2014-02-04 09:57:01 +01:00
smackx Merge branch '3.4.0' into master 2014-02-03 12:58:55 +01:00