mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
Add support for XEP-335: JSON Containers
and GCM JSON payloads for Google's GCM Cloud Connection Server.
This commit is contained in:
parent
ed66c838e1
commit
e63fe22647
9 changed files with 271 additions and 0 deletions
|
@ -125,6 +125,10 @@ public class ProviderFileLoader implements ProviderLoader {
|
|||
LOGGER.log(Level.SEVERE, "Could not find provider class", cnfe);
|
||||
exceptions.add(cnfe);
|
||||
}
|
||||
catch (InstantiationException ie) {
|
||||
LOGGER.log(Level.SEVERE, "Could not instanciate " + className, ie);
|
||||
exceptions.add(ie);
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (IllegalArgumentException illExc) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue