Package | Description |
---|---|
org.jivesoftware.openfire.crowd | |
org.jivesoftware.openfire.ldap |
LDAP code for authentication and user profile information.
|
org.jivesoftware.openfire.muc |
Implementation of Multi-User Chat (XEP-0045).
|
org.jivesoftware.openfire.vcard |
Modifier and Type | Method and Description |
---|---|
org.dom4j.Element |
CrowdVCardProvider.createVCard(String username,
org.dom4j.Element vCardElement) |
Modifier and Type | Method and Description |
---|---|
org.dom4j.Element |
LdapVCardProvider.createVCard(String username,
org.dom4j.Element vCardElement)
Handles when a user creates a new vcard.
|
Modifier and Type | Method and Description |
---|---|
MultiUserChatServiceImpl |
MultiUserChatManager.createMultiUserChatService(String subdomain,
String description,
Boolean isHidden)
Creates a new MUC service and registers it with the manager, and starts up the service.
|
Modifier and Type | Method and Description |
---|---|
org.dom4j.Element |
VCardProvider.createVCard(String username,
org.dom4j.Element vCardElement)
Creates and saves the new user vcard.
|
org.dom4j.Element |
DefaultVCardProvider.createVCard(String username,
org.dom4j.Element vCardElement) |
Copyright © 2003–2020 Ignite Realtime. All rights reserved.