Package | Description |
---|---|
org.jivesoftware.openfire.crowd | |
org.jivesoftware.openfire.muc |
Implementation of Multi-User Chat (XEP-0045).
|
org.jivesoftware.openfire.muc.spi |
Implementation of Multi-User Chat (XEP-0045).
|
org.jivesoftware.openfire.vcard |
Modifier and Type | Method and Description |
---|---|
org.dom4j.Element |
CrowdVCardProvider.updateVCard(String username,
org.dom4j.Element vCard) |
Modifier and Type | Method and Description |
---|---|
void |
MultiUserChatManager.removeMultiUserChatService(Long serviceID)
Deletes a configured MultiUserChatService by ID, and shuts it down.
|
void |
MultiUserChatManager.removeMultiUserChatService(String subdomain)
Deletes a configured MultiUserChatService by subdomain, and shuts it down.
|
void |
MUCRoom.sendPrivatePacket(org.xmpp.packet.Packet packet,
MUCRole senderRole)
Sends a private packet to a selected occupant.
|
void |
MultiUserChatManager.updateMultiUserChatService(Long serviceID,
String subdomain,
String description)
Updates the configuration of a MUC service.
|
void |
MultiUserChatManager.updateMultiUserChatService(String cursubdomain,
String newsubdomain,
String description)
Updates the configuration of a MUC service.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalMUCRoom.sendPrivatePacket(org.xmpp.packet.Packet packet,
MUCRole senderRole) |
Modifier and Type | Method and Description |
---|---|
org.dom4j.Element |
VCardProvider.updateVCard(String username,
org.dom4j.Element vCardElement)
Updates the user vcard in the backend store.
|
org.dom4j.Element |
DefaultVCardProvider.updateVCard(String username,
org.dom4j.Element vCardElement) |
Copyright © 2003–2019 Ignite Realtime. All rights reserved.