1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-30 15:16:42 +02:00
Smack/test-unit/org/jivesoftware/smackx
rcollier f155cb4d07 SMACK-286 Made ProviderManager much more configurable.
Separated the reading of provider files from the ProviderManager.  Manager now only manages.  Added ability to add collections of providers to the manager via a ProviderLoader, of which there is one default implementation which loads from the default file format.  Now provider files can be programmatically added at any time.  Also updated the configuration abilities so that a provider file can also be set via VM arg, as well as the smack configuration itself. Introduced Java Util Logging as well.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_4_0@13861 b35dd754-fafc-0310-a699-88a17e54d16e
2014-01-16 05:14:39 +00:00
..
bytestreams SMACK-458 Managers should be kept on disconnects 2013-10-26 11:17:16 +00:00
entitycaps SMACK-361 Changed default for filename encoding to Base 32 (which should work on all file systems) and added a Base 64 filename and url safe implementation of the StringEncoder. 2013-04-20 21:55:27 +00:00
filetransfer SMACK-458 Managers should be kept on disconnects 2013-10-26 11:17:16 +00:00
muc SMACK-352 Changed or removed copyright notices that should not have been attributed to Jive Software. 2013-04-07 19:15:32 +00:00
ping SMACK-412 Abstracted the keepalive implementation and set the thread to start and stop on demand. 2013-04-16 01:39:17 +00:00
provider SMACK-286 Made ProviderManager much more configurable. 2014-01-16 05:14:39 +00:00
pubsub SMACK-415 Added fix for handling the empty tag case. 2013-04-27 15:37:21 +00:00
receipts SMACK-458 Managers should be kept on disconnects 2013-10-26 11:17:16 +00:00
VCardUnitTest.java SMACK-413 fixed vCard parsing regarding the PHOTO element. Moved vCard test cases to unit-test where appropriate. Added testcases for vCard PHOTO parsing. 2013-03-23 00:30:59 +00:00