amarikp / asmack

Automatically exported from code.google.com/p/asmack
Other
0 stars 0 forks source link

packet extension disable #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What are you doing to produce the error?
1. add packet extension configuration in [ META-INF/smack.providers ]
2. in org.jivesoftware.smack.provider.ProviderManager
3. Enumeration localEnumeration = 
localClassLoader.getResources("META-INF/smack.providers"); doesn't work
4. in test code: localClassLoader.getResources(...) is NULL;

Original issue reported on code.google.com by yuyo...@gmail.com on 15 Mar 2011 at 2:23