mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-23 06:42:05 +01:00
Changing name to Wildfire.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3213 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
d1cf9cd971
commit
72c67e7baa
5 changed files with 5 additions and 5 deletions
|
@ -32,7 +32,7 @@ import java.security.NoSuchAlgorithmException;
|
|||
|
||||
/**
|
||||
* Creates an SSL connection to a XMPP server using the legacy dedicated SSL port
|
||||
* mechanism. Fully compliant XMPP 1.0 servers (e.g. Jive Messenger 2.3.0) do not
|
||||
* mechanism. Fully compliant XMPP 1.0 servers (e.g. Wildfire 2.4.0) do not
|
||||
* require using a dedicated SSL port. Instead, TLS (a standardized version of SSL 3.0)
|
||||
* is dynamically negotiated over the standard XMPP port. Therefore, only use this
|
||||
* class to connect to an XMPP server if you know that the server does not support
|
||||
|
|
|
@ -14,7 +14,7 @@ import java.util.List;
|
|||
* A SharedGroupManager provides services for discovering the shared groups where a user belongs.<p>
|
||||
*
|
||||
* Important note: This functionality is not part of the XMPP spec and it will only work
|
||||
* with Jive Messenger.
|
||||
* with Wildfire.
|
||||
*
|
||||
* @author Gaston Dombiak
|
||||
*/
|
||||
|
|
|
@ -13,7 +13,7 @@ import java.util.List;
|
|||
* from the server.<p>
|
||||
*
|
||||
* Important note: This functionality is not part of the XMPP spec and it will only work
|
||||
* with Jive Messenger.
|
||||
* with Wildfire.
|
||||
*
|
||||
* @author Gaston Dombiak
|
||||
*/
|
||||
|
|
|
@ -153,7 +153,7 @@ public class ServiceDiscoveryManagerTest extends SmackTestCase {
|
|||
try {
|
||||
boolean canPublish = ServiceDiscoveryManager.getInstanceFor(getConnection(0))
|
||||
.canPublishItems(getServiceName());
|
||||
assertFalse("Messenger does not support publishing...so far!!", canPublish);
|
||||
assertFalse("Wildfire does not support publishing...so far!!", canPublish);
|
||||
}
|
||||
catch (Exception e) {
|
||||
fail(e.getMessage());
|
||||
|
|
|
@ -9,7 +9,7 @@ import java.util.List;
|
|||
* Test cases for getting the shared groups of a user.<p>
|
||||
*
|
||||
* Important note: This functionality is not part of the XMPP spec and it will only work
|
||||
* with Jive Messenger.
|
||||
* with Wildfire.
|
||||
*
|
||||
* @author Gaston Dombiak
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue