Serialized Form


Package tigase.jaxmpp.core.client

Class tigase.jaxmpp.core.client.Connector.ConnectorEvent extends BaseEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

caught

Throwable caught

stanza

Element stanza

streamError

StreamError streamError

streamErrorElement

Element streamErrorElement

Class tigase.jaxmpp.core.client.JaxmppCore.JaxmppEvent extends BaseEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

caught

Throwable caught

Class tigase.jaxmpp.core.client.XMPPException extends JaxmppException implements Serializable

serialVersionUID: 1L

Serialized Fields

condition

XMPPException.ErrorCondition condition

Package tigase.jaxmpp.core.client.connector

Class tigase.jaxmpp.core.client.connector.AbstractBoshConnector.BoshConnectorEvent extends Connector.ConnectorEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

body

Element body

errorElement

ErrorElement errorElement

responseCode

int responseCode

responseData

String responseData

Package tigase.jaxmpp.core.client.exceptions

Class tigase.jaxmpp.core.client.exceptions.JaxmppException extends Exception implements Serializable

serialVersionUID: 1L


Package tigase.jaxmpp.core.client.observer

Class tigase.jaxmpp.core.client.observer.BaseEvent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

handled

boolean handled

sessionObject

SessionObject sessionObject

type

EventType type

Class tigase.jaxmpp.core.client.observer.EventType extends Object implements Serializable

serialVersionUID: 3511154964022649735L

Serialized Fields

id

int id

Package tigase.jaxmpp.core.client.xml

Class tigase.jaxmpp.core.client.xml.XMLException extends JaxmppException implements Serializable

serialVersionUID: 1L


Package tigase.jaxmpp.core.client.xmpp.modules

Class tigase.jaxmpp.core.client.xmpp.modules.ResourceBinderModule.ResourceBindEvent extends BaseEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

error

XMPPException.ErrorCondition error

jid

JID jid

Class tigase.jaxmpp.core.client.xmpp.modules.SessionEstablishmentModule.SessionEstablishmentEvent extends BaseEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

error

XMPPException.ErrorCondition error

Class tigase.jaxmpp.core.client.xmpp.modules.StreamFeaturesModule.StreamFeaturesReceivedEvent extends BaseEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

features

Element features

Package tigase.jaxmpp.core.client.xmpp.modules.auth

Class tigase.jaxmpp.core.client.xmpp.modules.auth.AuthModule.AuthEvent extends BaseEvent implements Serializable

serialVersionUID: 1L

Class tigase.jaxmpp.core.client.xmpp.modules.auth.NonSaslAuthModule.NonSaslAuthEvent extends AuthModule.AuthEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

error

XMPPException.ErrorCondition error

request

IQ request

Class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.SaslEvent extends AuthModule.AuthEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

error

SaslModule.SaslError error

Class tigase.jaxmpp.core.client.xmpp.modules.auth.SaslModule.UnsupportedSaslMechanisms extends JaxmppException implements Serializable

serialVersionUID: 1L


Package tigase.jaxmpp.core.client.xmpp.modules.chat

Class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.AbstractMessageEvent extends BaseEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

message

Message message

Class tigase.jaxmpp.core.client.xmpp.modules.chat.MessageModule.MessageEvent extends MessageModule.AbstractMessageEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

chat

Chat chat

Package tigase.jaxmpp.core.client.xmpp.modules.disco

Class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoInfoModule.DiscoInfoEvent extends BaseEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

features

String[] features

identity

DiscoInfoModule.Identity identity

node

String node

requestStanza

IQ requestStanza

Class tigase.jaxmpp.core.client.xmpp.modules.disco.DiscoItemsModule.DiscoItemEvent extends BaseEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

items

ArrayList<E> items

node

String node

requestStanza

IQ requestStanza

Package tigase.jaxmpp.core.client.xmpp.modules.jingle

Class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionAcceptEvent extends JingleModule.JingleSessionEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

description

Element description

transport

Element transport

Class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionEvent extends BaseEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

sender

JID sender

sid

String sid

Class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionInitiationEvent extends JingleModule.JingleSessionEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

description

Element description

transports

List<E> transports

Class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleSessionTerminateEvent extends JingleModule.JingleSessionEvent implements Serializable

serialVersionUID: 1L

Class tigase.jaxmpp.core.client.xmpp.modules.jingle.JingleModule.JingleTransportInfoEvent extends JingleModule.JingleSessionEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

content

Element content

Package tigase.jaxmpp.core.client.xmpp.modules.muc

Class tigase.jaxmpp.core.client.xmpp.modules.muc.MucModule.MucEvent extends MessageModule.AbstractMessageEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

date

Date date

nickname

String nickname

occupant

Occupant occupant

oldNickname

String oldNickname

presence

Presence presence

room

Room room

xMucUserElement

XMucUserElement xMucUserElement

Package tigase.jaxmpp.core.client.xmpp.modules.presence

Class tigase.jaxmpp.core.client.xmpp.modules.presence.PresenceModule.PresenceEvent extends BaseEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

cancelled

boolean cancelled

jid

JID jid

presence

Presence presence

priority

Integer priority

show

Presence.Show show

status

String status

Package tigase.jaxmpp.core.client.xmpp.modules.pubsub

Class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.PubSubEvent extends BaseEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

delay

Date delay

itemId

String itemId

itemType

String itemType

message

Message message

nodeName

String nodeName

payload

Element payload

pubSubJID

JID pubSubJID

Package tigase.jaxmpp.core.client.xmpp.modules.registration

Class tigase.jaxmpp.core.client.xmpp.modules.registration.InBandRegistrationModule.RegistrationEvent extends BaseEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

stanza

IQ stanza

Package tigase.jaxmpp.core.client.xmpp.modules.roster

Class tigase.jaxmpp.core.client.xmpp.modules.roster.RosterModule.RosterEvent extends BaseEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

changedGroups

Set<E> changedGroups

item

RosterItem item

Package tigase.jaxmpp.core.client.xmpp.modules.vcard

Class tigase.jaxmpp.core.client.xmpp.modules.vcard.VCard extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

bday

String bday

description

String description

fullName

String fullName

homeAddressCtry

String homeAddressCtry

homeAddressLocality

String homeAddressLocality

homeAddressPCode

String homeAddressPCode

homeAddressRegion

String homeAddressRegion

homeAddressStreet

String homeAddressStreet

homeEmail

String homeEmail

homeTelFax

String homeTelFax

homeTelMsg

String homeTelMsg

homeTelVoice

String homeTelVoice

jabberID

String jabberID

nameFamily

String nameFamily

nameGiven

String nameGiven

nameMiddle

String nameMiddle

nickName

String nickName

orgName

String orgName

orgUnit

String orgUnit

photoType

String photoType

photoVal

String photoVal

role

String role

title

String title

url

String url

workAddressCtry

String workAddressCtry

workAddressLocality

String workAddressLocality

workAddressPCode

String workAddressPCode

workAddressRegion

String workAddressRegion

workAddressStreet

String workAddressStreet

workEmail

String workEmail

workTelFax

String workTelFax

workTelMsg

String workTelMsg

workTelVoice

String workTelVoice

Package tigase.jaxmpp.core.client.xmpp.stanzas

Class tigase.jaxmpp.core.client.xmpp.stanzas.Stanza.UnkownStanzaTypeException extends JaxmppException implements Serializable

serialVersionUID: 1L



Copyright © 2006-2012 Tigase. All Rights Reserved.