Modifier and Type | Method and Description |
---|---|
static ParcelableElement |
ParcelableElement.fromElement(Element element) |
Modifier and Type | Method and Description |
---|---|
List<XmppModule> |
XmppModulesManager.findModules(Element element)
Finds collection of modules that can handle stanza.
|
protected void |
Processor.FeatureNotImplementedResponse.process() |
void |
XmppModule.process(Element element)
Main method of module.
|
String |
ResponseManager.registerResponseHandler(Element stanza,
Long timeout,
AsyncCallback callback)
Register callback for response of sent
stanza. |
static String |
ResponseManager.registerResponseHandler(SessionObject sessionObject,
Element stanza,
Long timeout,
AsyncCallback callback) |
Modifier and Type | Method and Description |
---|---|
protected Element |
AbstractBoshConnector.prepareBody(byte[] payload) |
protected Element |
AbstractBoshConnector.prepareBody(Element payload) |
protected Element |
AbstractBoshConnector.prepareRetartBody() |
protected Element |
AbstractBoshConnector.prepareStartBody() |
protected Element |
AbstractBoshConnector.prepareTerminateBody(Element payload) |
protected abstract void |
AbstractBoshConnector.processSendData(Element element) |
void |
ConnectorWrapper.restartStream() |
void |
AbstractWebSocketConnector.restartStream() |
void |
AbstractBoshConnector.restartStream() |
void |
ConnectorWrapper.send(Element stanza) |
void |
AbstractWebSocketConnector.send(Element stanza) |
void |
AbstractBoshConnector.send(Element stanza) |
void |
ConnectorWrapper.start() |
void |
AbstractWebSocketConnector.start() |
void |
AbstractBoshConnector.start() |
void |
ConnectorWrapper.stop() |
void |
AbstractBoshConnector.stop() |
void |
ConnectorWrapper.stop(boolean terminate) |
void |
AbstractBoshConnector.stop(boolean terminate) |
Modifier and Type | Method and Description |
---|---|
boolean |
Or.match(Element element)
This method checks if element match to conditions.
|
boolean |
ElementCriteria.match(Element element)
This method checks if element match to conditions.
|
boolean |
Criteria.match(Element element)
This method checks if element match to conditions.
|
Modifier and Type | Method and Description |
---|---|
void |
Node.evaluate(Collection<Object> result,
Element src) |
Object |
TPathExpression.evaluate(Element element) |
List<Object> |
TPathExpression.evaluateAsArray(Element element) |
Object |
Function.value(Element element) |
Object |
Function.Attr.value(Element element) |
Object |
Function.Value.value(Element element) |
Modifier and Type | Method and Description |
---|---|
Element |
ElementWrapper.addChild(Element child)
Add child element to tree and return the added element.
|
Element |
Element.addChild(Element child)
Add child element to tree and return the added element.
|
Element |
DefaultElement.addChild(Element child) |
ElementBuilder |
ElementBuilder.child(String name) |
static Element |
ElementFactory.create(Element src) |
static Element |
ElementFactory.create(String name) |
static ElementBuilder |
ElementBuilder.create(String name) |
static ElementBuilder |
ElementBuilder.create(String name,
String xmlns) |
static Element |
ElementFactory.create(String name,
String value,
String xmlns) |
Element |
ElementWrapper.findChild(String[] elemPath) |
Element |
Element.findChild(String[] elemPath) |
Element |
DefaultElement.findChild(String[] elemPath) |
String |
ElementWrapper.getAsString()
Get this element as XML string.
|
String |
Element.getAsString()
Get this element as XML string.
|
String |
DefaultElement.getAsString() |
String |
ElementWrapper.getAttribute(String attName)
Get attribute by name.
|
String |
Element.getAttribute(String attName)
Get attribute by name.
|
String |
DefaultElement.getAttribute(String attName) |
Map<String,String> |
ElementWrapper.getAttributes()
Get all attributes as a Map.
|
Map<String,String> |
Element.getAttributes()
Get all attributes as a Map.
|
Map<String,String> |
DefaultElement.getAttributes() |
Element |
ElementWrapper.getChildAfter(Element child)
Gets the first child after specified child in children list.
|
Element |
Element.getChildAfter(Element child)
Gets the first child after specified child in children list.
|
Element |
DefaultElement.getChildAfter(Element child) |
protected String |
ElementWrapper.getChildElementValue(String elemName) |
protected String |
ElementWrapper.getChildElementValue(String elemName,
String xmlns) |
List<Element> |
ElementWrapper.getChildren()
Get all children of the element.
|
List<Element> |
Element.getChildren()
Get all children of the element.
|
List<Element> |
DefaultElement.getChildren() |
List<Element> |
ElementWrapper.getChildren(String name)
Get children by name.
|
List<Element> |
Element.getChildren(String name)
Get children by name.
|
List<Element> |
DefaultElement.getChildren(String name) |
List<Element> |
ElementWrapper.getChildrenNS(String xmlns)
Get children by namespace.
|
List<Element> |
Element.getChildrenNS(String xmlns)
Get children by namespace.
|
List<Element> |
DefaultElement.getChildrenNS(String xmlns) |
Element |
ElementWrapper.getChildrenNS(String name,
String xmlns)
Get children by namespace.
|
Element |
Element.getChildrenNS(String name,
String xmlns)
Get children by namespace.
|
Element |
DefaultElement.getChildrenNS(String name,
String xmlns) |
Element |
ElementWrapper.getFirstChild()
Get the first child element of this element.
|
Element |
Element.getFirstChild()
Get the first child element of this element.
|
Element |
DefaultElement.getFirstChild() |
Element |
ElementWrapper.getFirstChild(String name) |
Element |
Element.getFirstChild(String name) |
Element |
DefaultElement.getFirstChild(String name) |
String |
ElementWrapper.getName()
Get name of this element.
|
String |
Element.getName()
Get name of this element.
|
String |
DefaultElement.getName() |
Element |
ElementWrapper.getNextSibling()
Get next sibling to this element or null if no parent or no more siblings
exist.
|
Element |
Element.getNextSibling()
Get next sibling to this element or null if no parent or no more siblings
exist.
|
Element |
DefaultElement.getNextSibling() |
Element |
ElementWrapper.getParent()
Get parent element of this element.
|
Element |
Element.getParent()
Get parent element of this element.
|
Element |
DefaultElement.getParent() |
String |
ElementWrapper.getValue()
Get element value.
|
String |
Element.getValue()
Get element value.
|
String |
DefaultElement.getValue() |
String |
ElementWrapper.getXMLNS()
Get namespace of this element.
|
String |
Element.getXMLNS()
Get namespace of this element.
|
String |
DefaultElement.getXMLNS() |
static Element |
XmlTools.makeResult(Element element) |
void |
ElementWrapper.removeAttribute(String key)
Remove attribute from element.
|
void |
Element.removeAttribute(String key)
Remove attribute from element.
|
void |
DefaultElement.removeAttribute(String key) |
void |
ElementWrapper.removeChild(Element child)
Remove child from element.
|
void |
Element.removeChild(Element child)
Remove child from element.
|
void |
DefaultElement.removeChild(Element child) |
void |
ElementWrapper.setAttribute(String key,
String value)
Set value of attribute.
|
ElementBuilder |
ElementBuilder.setAttribute(String key,
String value) |
void |
Element.setAttribute(String key,
String value)
Set value of attribute.
|
void |
DefaultElement.setAttribute(String key,
String value) |
void |
ElementWrapper.setAttributes(Map<String,String> attrs)
Set a number of attributes.
|
ElementBuilder |
ElementBuilder.setAttributes(Map<String,String> attrs) |
void |
Element.setAttributes(Map<String,String> attrs)
Set a number of attributes.
|
void |
DefaultElement.setAttributes(Map<String,String> attrs) |
protected void |
ElementWrapper.setChildElementValue(String elemName,
String value) |
protected void |
ElementWrapper.setChildElementValue(String elemName,
String xmlns,
String value) |
void |
ElementWrapper.setParent(Element parent)
Set element parent.
|
void |
Element.setParent(Element parent)
Set element parent.
|
void |
DefaultElement.setParent(Element parent) |
void |
ElementWrapper.setValue(String value)
Set value of this element.
|
ElementBuilder |
ElementBuilder.setValue(String value) |
void |
Element.setValue(String value)
Set value of this element.
|
void |
DefaultElement.setValue(String value) |
void |
ElementWrapper.setXMLNS(String xmlns)
Change the namespace of this element.
|
ElementBuilder |
ElementBuilder.setXMLNS(String xmlns) |
void |
Element.setXMLNS(String xmlns)
Change the namespace of this element.
|
void |
DefaultElement.setXMLNS(String xmlns) |
ElementBuilder |
ElementBuilder.up() |
Modifier and Type | Method and Description |
---|---|
BooleanField |
JabberDataElement.addBooleanField(String var,
Boolean value)
Adds boolean field to form.
|
protected void |
JabberDataElement.addField(AbstractField<?> f) |
void |
JidMultiField.addFieldValue(JID... value)
Add value to field.
|
void |
TextMultiField.addFieldValue(String... value)
Adds value to field.
|
void |
ListMultiField.addFieldValue(String... value)
Adds value to field.
|
FixedField |
JabberDataElement.addFixedField(String value)
Adds fixed field to form.
|
FixedField |
JabberDataElement.addFixedField(String var,
String value)
Adds fixed field to form.
|
void |
JabberDataElement.addFORM_TYPE(String value)
Adds field "FORM_TYPE" hidded field to form.
|
HiddenField |
JabberDataElement.addHiddenField(String var,
String value)
Adds hidden field to form.
|
JidMultiField |
JabberDataElement.addJidMultiField(String var,
JID... value)
Adds jid-multi field to form.
|
JidSingleField |
JabberDataElement.addJidSingleField(String var,
JID value)
Adds jid-single field to form.
|
ListMultiField |
JabberDataElement.addListMultiField(String var,
String... value)
Adds list-multi field to form.
|
ListSingleField |
JabberDataElement.addListSingleField(String var,
String value)
Adds list-single field to form.
|
void |
ListSingleField.addOption(String label,
String value)
Adds option to field.
|
void |
ListMultiField.addOption(String label,
String value)
Adds option to field.
|
TextMultiField |
JabberDataElement.addTextMultiField(String var,
String... value)
Adds text-multi field to form.
|
TextPrivateField |
JabberDataElement.addTextPrivateField(String var,
String value)
Adds text-private field to form.
|
TextSingleField |
JabberDataElement.addTextSingleField(String var,
String value)
Adds text-single field to form.
|
void |
ListSingleField.clearOptions()
Removes all options.
|
void |
ListMultiField.clearOptions()
Removes all options.
|
void |
TextMultiField.clearValues()
Removes all values.
|
void |
ListMultiField.clearValues()
Removes all values.
|
void |
JidMultiField.clearValues()
Removes all values.
|
String |
Field.getDesc()
Returns natural-language description of field.
|
String |
AbstractField.getDesc()
Returns natural-language description of field.
|
String |
TextSingleField.getFieldValue()
Returns value of field.
|
String |
TextPrivateField.getFieldValue()
Returns value of field.
|
String[] |
TextMultiField.getFieldValue()
Returns value of field.
|
String |
ListSingleField.getFieldValue()
Returns value of field.
|
String[] |
ListMultiField.getFieldValue()
Returns value of field.
|
JID |
JidSingleField.getFieldValue()
Returns value of field.
|
JID[] |
JidMultiField.getFieldValue()
Returns value of field.
|
String |
HiddenField.getFieldValue()
Returns value of field.
|
String |
FixedField.getFieldValue()
Returns value of field.
|
T |
Field.getFieldValue()
Returns value of field.
|
Boolean |
BooleanField.getFieldValue()
Returns value of field.
|
String |
JabberDataElement.getInstructions()
Returns natural language instruction.
|
String |
Field.getLabel()
Returns label of field.
|
String |
AbstractField.getLabel()
Returns label of field.
|
String |
JabberDataElement.getTitle()
Returns title.
|
XDataType |
JabberDataElement.getType()
Return data type.
|
String |
Field.getType()
Returns field type.
|
String |
AbstractField.getType()
Returns field type.
|
String |
Field.getVar()
Returns name of field.
|
String |
AbstractField.getVar()
Returns name of field.
|
boolean |
Field.isRequired()
Get is this field is required.
|
boolean |
AbstractField.isRequired()
Get is this field is required.
|
void |
Field.setDesc(String desc)
Set natural-language description of field.
|
void |
AbstractField.setDesc(String desc)
Set natural-language description of field.
|
void |
BooleanField.setFieldValue(Boolean value)
Sets value of field.
|
void |
JidSingleField.setFieldValue(JID value)
Sets value of field.
|
void |
JidMultiField.setFieldValue(JID[] value)
Sets value of field.
|
void |
TextSingleField.setFieldValue(String value)
Sets value of field.
|
void |
TextPrivateField.setFieldValue(String value)
Sets value of field.
|
void |
ListSingleField.setFieldValue(String value)
Sets value of field.
|
void |
HiddenField.setFieldValue(String value)
Sets value of field.
|
void |
FixedField.setFieldValue(String value)
Sets value of field.
|
void |
TextMultiField.setFieldValue(String[] value)
Sets value of field.
|
void |
ListMultiField.setFieldValue(String[] value)
Sets value of field.
|
void |
Field.setFieldValue(T value)
Sets value of field.
|
void |
JabberDataElement.setInstructions(String instructions)
Sets natural-language instruction.
|
void |
Field.setLabel(String label)
Sets label of field.
|
void |
AbstractField.setLabel(String label)
Sets label of field.
|
void |
Field.setRequired(boolean isRequired)
Set if this field is required one.
|
void |
AbstractField.setRequired(boolean value)
Set if this field is required one.
|
void |
JabberDataElement.setTitle(String title)
Sets form title.
|
void |
Field.setVar(String var)
Sets name of field.
|
void |
AbstractField.setVar(String var)
Sets name of field.
|
Constructor and Description |
---|
JabberDataElement(XDataType type)
Creates empty form instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceBinderModule.bind() |
void |
SoftwareVersionModule.checkSoftwareVersion(JID jid,
SoftwareVersionModule.SoftwareVersionAsyncCallback callback)
Requests software version for given entity.
|
void |
SessionEstablishmentModule.establish() |
protected static Element |
AbstractStanzaModule.getFirstChild(Element element,
String elementName) |
static boolean |
SessionEstablishmentModule.isSessionEstablishingAvailable(SessionObject sessionObject) |
void |
SoftwareVersionModule.SoftwareVersionAsyncCallback.onSuccess(Stanza responseStanza) |
void |
PingModule.PingAsyncCallback.onSuccess(Stanza responseStanza) |
void |
EntityTimeModule.EntityTimeAsyncCallback.onSuccess(Stanza responseStanza) |
void |
BookmarksModule.BookmarksAsyncCallback.onSuccess(Stanza stanza) |
protected abstract void |
SoftwareVersionModule.SoftwareVersionAsyncCallback.onVersionReceived(String name,
String version,
String os)
Called on success.
|
void |
SessionEstablishmentModule.process(Element element) |
void |
ResourceBinderModule.process(Element element) |
protected void |
SoftwareVersionModule.processGet(IQ element) |
protected void |
SoftwareVersionModule.processSet(IQ element) |
protected void |
PingModule.processSet(IQ stanza) |
protected void |
EntityTimeModule.processSet(IQ stanza) |
Modifier and Type | Method and Description |
---|---|
protected DiscoveryModule.Item[] |
AdHocCommansModule.getModuleItems(SessionObject sessionObject,
IQ requestStanza,
String node) |
protected void |
AdHocCommansModule.processGet(IQ element) |
protected void |
AdHocCommansModule.processSet(IQ element) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
SaslModule.getAllowedSASLMechanisms(SessionObject sessionObject) |
protected Collection<String> |
SaslModule.getSupportedMechanisms() |
protected SaslMechanism |
SaslModule.guessSaslMechanism() |
static boolean |
AuthModule.isAuthAvailable(SessionObject sessionObject) |
void |
SaslModule.login() |
void |
SaslModule.process(Element element) |
void |
AuthModule.process(Element element) |
protected void |
SaslModule.processChallenge(Element element) |
Modifier and Type | Method and Description |
---|---|
protected void |
CapabilitiesModule.onBeforePresenceSend(Presence presence) |
void |
CapabilitiesModule.process(Element element) |
Modifier and Type | Method and Description |
---|---|
static ChatState |
ChatState.fromElement(Element elem) |
Element |
ChatState.toElement() |
Modifier and Type | Method and Description |
---|---|
void |
DiscoveryModule.getInfo(JID jid,
DiscoveryModule.DiscoInfoAsyncCallback callback) |
void |
DiscoveryModule.getInfo(JID jid,
String node,
AsyncCallback callback) |
void |
DiscoveryModule.getItems(JID jid,
AsyncCallback callback) |
void |
DiscoveryModule.getItems(JID jid,
DiscoveryModule.DiscoItemsAsyncCallback callback) |
void |
DiscoveryModule.getItems(JID jid,
String node,
AsyncCallback callback) |
abstract void |
DiscoveryModule.DiscoItemsAsyncCallback.onInfoReceived(String attribute,
ArrayList<DiscoveryModule.Item> items) |
protected abstract void |
DiscoveryModule.DiscoInfoAsyncCallback.onInfoReceived(String node,
Collection<DiscoveryModule.Identity> identities,
Collection<String> features) |
void |
DiscoveryModule.DiscoInfoAsyncCallback.onSuccess(Stanza responseStanza) |
void |
DiscoveryModule.DiscoItemsAsyncCallback.onSuccess(Stanza responseStanza) |
Modifier and Type | Method and Description |
---|---|
void |
FileTransferModule.process(Element element) |
void |
FileTransferModule.process(IQ iq) |
void |
FileTransferModule.sendStreamInitiationOffer(FileTransfer ft,
String[] streamMethods,
AsyncCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
FlexibleOfflineMessageRetrieval.FlexibleOfflineMessageItemsAsyncCallback.onSuccess(Stanza responseStanza) |
Modifier and Type | Method and Description |
---|---|
void |
Transport.addCandidate(Candidate candidate) |
String |
Candidate.getCid() |
String |
Transport.getDstAddr() |
String |
Candidate.getHost() |
JID |
Candidate.getJid() |
Transport.Mode |
Transport.getMode() |
Integer |
Candidate.getPort() |
Integer |
Candidate.getPriority() |
String |
Transport.getSid() |
Candidate.Type |
Candidate.getType() |
void |
JingleModule.process(Element element) |
Modifier and Type | Method and Description |
---|---|
void |
Room.add(Occupant occupant) |
protected boolean |
MucModule.checkElement(Element element) |
static XMucUserElement |
XMucUserElement.extract(Stanza stanza) |
Affiliation |
XMucUserElement.getAffiliation() |
JID |
XMucUserElement.getJID() |
String |
XMucUserElement.getNick() |
String |
Occupant.getNickname() |
Role |
XMucUserElement.getRole() |
Room |
MucModule.join(MucModule.Invitation invitation,
String nickname) |
Room |
MucModule.join(String roomName,
String mucServer,
String nickname) |
Room |
MucModule.join(String roomName,
String mucServer,
String nickname,
String password) |
void |
MucModule.leave(Room room) |
abstract void |
MucModule.RoomConfgurationAsyncCallback.onConfigurationReceived(JabberDataElement configuration) |
protected void |
MucModule.onConnectorStateChanged(SessionObject sessionObject,
Connector.State oldState,
Connector.State newState) |
protected void |
MucModule.onNetworkDisconnected() |
void |
Room.remove(Occupant occupant) |
Constructor and Description |
---|
OccupantLeavedEvent(SessionObject sessionObject,
Occupant occupant,
Room room) |
Modifier and Type | Method and Description |
---|---|
Presence |
PresenceStore.getBestPresence(BareJID jid)
Returns presence stanza with highest priority of goven bare JID.
|
boolean |
PresenceStore.isAvailable(BareJID jid) |
void |
PresenceModule.sendInitialPresence() |
void |
PresenceStore.setPresence(Presence.Show show,
String status,
Integer priority) |
void |
PresenceModule.setPresence(Presence.Show show,
String status,
Integer priority)
Sends own presence.
|
void |
PresenceModule.subscribe(JID jid)
Subscribe for presence.
|
void |
PresenceModule.subscribed(JID jid) |
void |
PresenceModule.unsubscribe(JID jid) |
void |
PresenceModule.unsubscribed(JID jid) |
protected void |
PresenceStore.update(Presence presence) |
protected void |
PresenceStore.updateBestPresence(Presence presence) |
Modifier and Type | Method and Description |
---|---|
void |
PubSubModule.configureSubscription(BareJID pubSubJID,
String nodeName,
JID subscriberJID,
JabberDataElement form,
AsyncCallback callback)
Submit configuration of subscription.
|
Affiliation |
PubSubModule.AffiliationElement.getAffiliation() |
JID |
PubSubModule.AffiliationElement.getJID() |
JID |
PubSubModule.SubscriptionElement.getJID() |
String |
PubSubModule.AffiliationElement.getNode() |
String |
PubSubModule.SubscriptionElement.getNode() |
String |
PubSubModule.SubscriptionElement.getSubID() |
Subscription |
PubSubModule.SubscriptionElement.getSubscription() |
protected abstract Element |
FormSubmitter.prepareIqPayload() |
void |
PubSubModule.AffiliationElement.setAffiliation(Affiliation affiliation) |
void |
PubSubModule.AffiliationElement.setJID(JID subscriberJID) |
void |
PubSubModule.SubscriptionElement.setJID(JID subscriberJID) |
void |
PubSubModule.AffiliationElement.setNode(String nodeName) |
void |
PubSubModule.SubscriptionElement.setNode(String nodeName) |
void |
PubSubModule.SubscriptionElement.setSubID(String subID) |
void |
PubSubModule.SubscriptionElement.setSubscription(Subscription subscription) |
void |
FormSubmitter.submit(AsyncCallback callback) |
Constructor and Description |
---|
AffiliationElement() |
SubscriptionElement() |
Modifier and Type | Method and Description |
---|---|
protected void |
RosterModule.processGet(IQ element) |
Modifier and Type | Method and Description |
---|---|
void |
Socks5BytestreamsModule.process(Element element) |
void |
Socks5BytestreamsModule.process(IQ iq) |
void |
Socks5BytestreamsModule.requestActivate(JID host,
String sid,
JID jid,
Socks5BytestreamsModule.ActivateCallback callback) |
void |
Socks5BytestreamsModule.requestStreamhosts(JID host,
StreamhostsCallback callback) |
void |
Socks5BytestreamsModule.sendStreamhosts(JID recipient,
String sid,
List<Streamhost> hosts,
AsyncCallback callback) |
void |
Socks5BytestreamsModule.sendStreamhostUsed(JID to,
String id,
String sid,
Streamhost streamhost) |
Modifier and Type | Method and Description |
---|---|
boolean |
StreamManagementModule.processIncomingStanza(Element element) |
Modifier and Type | Method and Description |
---|---|
static VCard |
VCard.fromElement(Element elem) |
Element |
VCard.makeElement() |
void |
VCardModule.VCardAsyncCallback.onSuccess(Stanza responseStanza) |
protected abstract void |
VCardModule.VCardAsyncCallback.onVCardReceived(VCard vcard) |
Modifier and Type | Method and Description |
---|---|
boolean |
MessageArchivingModule.Settings.getAutoSave() |
String |
MessageArchivingModule.Settings.getChildAttr(String childName,
String attr) |
Long |
MessageArchivingModule.Settings.getExpire() |
SaveMode |
MessageArchivingModule.Settings.getSaveMode() |
void |
MessageArchivingModule.getSettings(MessageArchivingModule.SettingsAsyncCallback callback) |
void |
MessageArchivingModule.listCollections(Criteria crit,
MessageArchivingModule.CollectionAsyncCallback callback) |
void |
MessageArchivingModule.listCollections(JID withJid,
Date startTime,
Date endTime,
String afterId,
MessageArchivingModule.CollectionAsyncCallback callback)
Deprecated.
|
protected abstract void |
MessageArchivingModule.CollectionAsyncCallback.onCollectionReceived(ResultSet<Chat> vcard) |
protected abstract void |
MessageArchivingModule.ItemsAsyncCallback.onItemsReceived(ChatResultSet chat) |
void |
MessageArchivingModule.CollectionAsyncCallback.onSuccess(Stanza stanza) |
void |
MessageArchivingModule.ItemsAsyncCallback.onSuccess(Stanza iq) |
void |
MessageArchivingModule.process(Element element) |
void |
MessageArchivingModule.retrieveCollection(Criteria crit,
MessageArchivingModule.ItemsAsyncCallback callback) |
void |
MessageArchivingModule.retriveCollection(JID withJid,
Date startTime,
Date endTime,
String afterId,
Integer index,
Integer maxCount,
MessageArchivingModule.ItemsAsyncCallback callback)
Deprecated.
|
MessageArchivingModule.Settings |
MessageArchivingModule.Settings.setAutoSave(boolean value) |
MessageArchivingModule.Settings |
MessageArchivingModule.Settings.setChildAttr(String childName,
String attr,
String value) |
MessageArchivingModule.Settings |
MessageArchivingModule.Settings.setExpire(Long value) |
MessageArchivingModule.Settings |
MessageArchivingModule.Settings.setSaveMode(SaveMode mode) |
void |
Criteria.toElement(Element e) |
Constructor and Description |
---|
Settings() |
Modifier and Type | Method and Description |
---|---|
static boolean |
Stanza.canBeConverted(Element element) |
static ErrorElement |
ErrorElement.extract(Element stanza) |
String |
Message.getBody()
Return message body.
|
String |
ErrorElement.getCode()
Return error code.
|
XMPPException.ErrorCondition |
ErrorElement.getCondition()
Return error condition.
|
XMPPException.ErrorCondition |
Stanza.getErrorCondition()
Returns XMPPException.ErrorCondition element.
|
JID |
Stanza.getFrom()
Returns 'from' attribute.
|
String |
Stanza.getId()
Returns id of stanza.
|
String |
Presence.getNickname()
Returns nickname.
|
Integer |
Presence.getPriority()
Returns priority level of resource.
|
Element |
IQ.getQuery()
Return <query/> child element.
|
Presence.Show |
Presence.getShow()
Return avaiability substate.
|
String |
Presence.getStatus()
Returns natural-language description of an entity's availability.
|
String |
Message.getSubject()
Returns subject of message.
|
String |
ErrorElement.getText()
Return human readable error description.
|
String |
Message.getThread()
Returns thread-id.
|
JID |
Stanza.getTo()
Returns 'to' attribute.
|
StanzaType |
Stanza.getType()
Returns type of stanza.
|
StanzaType |
Message.getType()
Returns type of stanza.
|
String |
ErrorElement.getType()
Return error type.
|
StanzaType |
Stanza.getType(StanzaType defaultValue)
Returns type of stanza.
|
void |
Message.setBody(String body)
Sets body of message.
|
void |
Stanza.setFrom(JID jid)
Sets 'from' attribute.
|
void |
Stanza.setId(String id)
Sets id of stanza
|
void |
Presence.setNickname(String nickname)
Sets nickname.
|
void |
Presence.setPriority(Integer value)
Sets priority level of resource.
|
void |
Presence.setShow(Presence.Show show)
Sets avaiability sub-state.
|
void |
Presence.setStatus(String status)
Sets natural-language description of an entity's availability.
|
void |
Message.setSubject(String subject)
Sets subject of message.
|
void |
Message.setThread(String thread)
Sets thread-id of message.
|
void |
Stanza.setTo(JID jid)
Sets 'to' attribute.
|
void |
Stanza.setType(StanzaType type)
Sets type of stanza.
|
Constructor and Description |
---|
Message(Element element) |
Modifier and Type | Method and Description |
---|---|
RSM |
RSM.fromElement(Element e) |
Element |
RSM.toElement()
Method description
|
Modifier and Type | Method and Description |
---|---|
static XmppDelay |
XmppDelay.extract(Stanza stanza) |
JID |
XmppDelay.getFrom() |
Date |
XmppDelay.getStamp() |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JavaScriptObject |
JsonSerializationHelper.Serializable.toJSON() |
com.google.gwt.core.client.JavaScriptObject |
GwtRosterStore.toJSON() |
com.google.gwt.core.client.JavaScriptObject |
GWTPresenceStore.toJSON() |
static com.google.gwt.core.client.JavaScriptObject |
JsonSerializationHelper.toJSON(Object val) |
Modifier and Type | Method and Description |
---|---|
void |
BoshWorker.appendToBody(Element stanza) |
protected Element |
BoshConnector.prepareBody(Element payload) |
protected void |
BoshConnector.processSendData(Element element) |
void |
WebSocketConnector.start() |
void |
WebSocketConnector.stop() |
Constructor and Description |
---|
BoshWorker(BoshConnector connector,
com.google.gwt.http.client.RequestBuilder requestBuilder,
SessionObject sessionObject,
Element element) |
Modifier and Type | Method and Description |
---|---|
Element |
GwtElement.addChild(Element child) |
Element |
GwtElement.findChild(String[] elemPath) |
String |
GwtElement.getAsString() |
String |
GwtElement.getAttribute(String attName) |
Map<String,String> |
GwtElement.getAttributes() |
Element |
GwtElement.getChildAfter(Element child) |
List<Element> |
GwtElement.getChildren() |
List<Element> |
GwtElement.getChildren(String name) |
List<Element> |
GwtElement.getChildrenNS(String xmlns) |
Element |
GwtElement.getChildrenNS(String name,
String xmlns) |
Element |
GwtElement.getFirstChild() |
Element |
GwtElement.getFirstChild(String name) |
String |
GwtElement.getName() |
Element |
GwtElement.getNextSibling() |
Element |
GwtElement.getParent() |
String |
GwtElement.getValue() |
String |
GwtElement.getXMLNS() |
void |
GwtElement.removeAttribute(String key) |
void |
GwtElement.removeChild(Element child) |
void |
GwtElement.setAttribute(String key,
String value) |
void |
GwtElement.setAttributes(Map<String,String> attrs) |
void |
GwtElement.setParent(Element parent) |
void |
GwtElement.setValue(String value) |
void |
GwtElement.setXMLNS(String xmlns) |
Modifier and Type | Method and Description |
---|---|
protected void |
BoshConnector.processSendData(Element element) |
void |
BoshConnector.start() |
Modifier and Type | Method and Description |
---|---|
static boolean |
SocketConnector.isTLSAvailable(SessionObject sessionObject) |
static boolean |
SocketConnector.isZLibAvailable(SessionObject sessionObject)
Returns true if server send stream features in which it advertises
support for stream compression using ZLIB
|
Modifier and Type | Method and Description |
---|---|
void |
WebSocketConnector.send(Element stanza) |
void |
WebSocketConnector.start() |
Modifier and Type | Method and Description |
---|---|
protected static String |
FileTransferManager.getCapsNode(Presence presence) |
protected List<Transport> |
JingleFileTransferNegotiator.getTransports(JaxmppCore jaxmpp,
FileTransfer ft) |
Modifier and Type | Method and Description |
---|---|
Element |
J2seElement.addChild(Element child) |
Element |
J2seElement.findChild(String[] elemPath) |
String |
J2seElement.getAsString() |
String |
J2seElement.getAttribute(String attName) |
Map<String,String> |
J2seElement.getAttributes() |
Element |
J2seElement.getChildAfter(Element child) |
List<Element> |
J2seElement.getChildren() |
List<Element> |
J2seElement.getChildren(String name) |
List<Element> |
J2seElement.getChildrenNS(String xmlns) |
Element |
J2seElement.getChildrenNS(String name,
String xmlns) |
Element |
J2seElement.getFirstChild() |
Element |
J2seElement.getFirstChild(String name) |
String |
J2seElement.getName() |
Element |
J2seElement.getNextSibling() |
Element |
J2seElement.getParent() |
String |
J2seElement.getValue() |
String |
J2seElement.getXMLNS() |
void |
J2seElement.removeAttribute(String key) |
void |
J2seElement.removeChild(Element child) |
void |
J2seElement.setAttribute(String key,
String value) |
void |
J2seElement.setAttributes(Map<String,String> attrs) |
void |
J2seElement.setParent(Element parent) |
void |
J2seElement.setValue(String value) |
void |
J2seElement.setXMLNS(String xmlns) |
Copyright © 2006–2016 Tigase. All rights reserved.