1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 17:49:38 +02:00

Replace references to 'smack.jar'

Also don't mention the required JDK version in the README as such information
tends to become wrong easily.
This commit is contained in:
Florian Schmaus 2014-07-05 12:04:40 +02:00
parent 08a232bff3
commit 4477561d4b
3 changed files with 6 additions and 7 deletions

View file

@ -52,8 +52,7 @@ import org.xmlpull.v1.XmlPullParserException;
* via the API will override settings in the configuration file.
* </ul>
*
* Configuration settings are stored in org.jivesoftware.smack/smack-config.xml (typically inside the
* smack.jar file).
* Configuration settings are stored in org.jivesoftware.smack/smack-config.xml.
*
* @author Gaston Dombiak
*/