1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-07-04 09:12:36 +02: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