wodXMPP Object
    
 
Description

Main wodXMPP object. Contains Methods and properties for connecting, disconnecting and communicating with server.


Object Model









Members
Methods
About Displays about box.
Connect

Connects to the server and tries to authenticate.

Disconnect Disconnects from the server.
LoadPrivateData Loads private data from the server.
Notify Sends notification to some JID.
Parse Parses XML data as it would be received from socket.
RawSend

Sends raw data to the server. 

SavePrivateData Saves private data to the server.
SendChat Sends simple chat message.
SendFile Sends file to contact.
SendMessage Sends message to some JID.
SendText Sends simple text message.
ServeFile Serves file through integrated web server.
SetStatus Changes user's status.

Properties
Authentication Read-write property Determines type of authentication with the XMPP server.
AutoVisible Read-write property Determines if user is visible to others upon login.
BackColor Read-write property Determines the background color of the wodXMPP.
Blocking Read-write property Determines if methods are blocking.
BorderVisible Read-write property Returns or sets whether the control is displayed with a border.
Capabilities Read-write property Holds list of capabilities shown to the server.
ChatRooms Read-only property Returns collection of all currently available chat rooms.
CombineResources Read-write property Determines if multiple resources are combined into one contact.
Contacts Read-only property Returns collection of all contacts on your list.
Enabled Read-write property

Returns or sets a value that determines whether a form or control can respond to user-generated events.

Features Read-only property Returns server features list.
Files Read-only property Holds collection of current transfers.
FillColor Read-write property Determines the fill color of the contact.
Font Read-write property Returns a Font object.
ForeColor Read-write property Returns or sets the foreground color used to display text and graphics in an object.
Identity Read-only property Returns server identity.
LastError Read-only property Returns last error that occured.
LastErrorText Read-only property Returns a string representation of the last error that occured.
Login Read-write property Determines username/login to be used with server.
Notification Read-write property Fast notifications interface.
Password Read-write property Determines password to be used with server.
Picture Read-write property Returns or sets a graphic to be displayed in a control.
Port Read-write property Determines port on remote server where wodXMPP will connect.
Priority Read-write property Holds priority information.
ProxyHostname Read-write property Hostname of remote proxy.
ProxyLogin Read-write property Login/Username for remote proxy.
ProxyPassword Read-write property Password for remote proxy.
ProxyPort Read-write property Port on remote proxy.
ProxyType Read-write property Type of proxy used.
Register Read-write property Determines if new user will be registered with the server.
Resource Read-write property Holds connection's resource.
RowHeight Read-write property Returns height of the each row, in pixels.
Security Read-write property Determines if SSL/TLS security will be used.
Services Read-only property Returns collection of all services supported by the server.
ServicesFiltered Read-only property Returns collection of services filtered by the category.
ShowMyself Read-write property Determine if you are shown on the list of contacts.
SmallFont Read-write property Returns a Font object for small text.
State Read-only property Holds current state information.
StateText Read-only property Provides string expression for some state.
Status Read-only property Holds user's status.
StatusText Read-only property Returns text representation of contact's status.
TabStop Read-write property

Returns or sets a value indicating whether a user can use the TAB key to give the focus to an object. 

Timeout Read-write property Timeout value, in seconds.
UseUPnP Read-write property Determines if component uses UPNP to open ports on firewall
VCard Read-only property Holds VCard for your personal details.
Version Read-write property Holds version information.

Events
ChatRoomData Fires when chat room settings are received
ChatRoomListDone Fires when response chat room list arrives.
Click

Fires when user performs mouse click.

Connected

Fires when wodXMPP connects to remote server.

ContactAuthRequest Fires when new contact requests authorization to add you to his contact list.
ContactList Fires when contact list arrives from server.
ContactSearchDone Fires when search query has completed.
ContactStatusChange Fires when contact's status changes.
DblClick Fires when user double clicks on some contact.
Disconnected Fires when wodXMPP disconnects from server.
Error Fires when server returns an error.
FileTransferEnd Fires when file transfer completes.
FileTransferProgress Fires during file transfer.
FileTransferStart Fires when file transfer starts.
HostCertificate Fires when remote server provides its certificate.
IncomingMessage Fires when new message is received.
IncomingNotification Fires when new notification is received.
Pong Fires when response to Ping arrives.
PreTranslateCommand Fires before the command is sent to the server.
PreTranslateReply Fires before wodXMPP evaluates received reply from the server.
PrivateData Fires when private storage data is received from the server.
ServiceRegister Fires when result is received for service register attempt.
ServiceStatusChange

Fires when service's status changes.

StateChange Fires when wodXMPP changes its state.
UnhandledIQ Fires when unhandled IQ element is received.
VCardDetails Fires when someone's VCard arrives from the server.