Service XMPP
from xmpp import XMPP
| Port Name | Location | Protocol | Interfaces |
|---|---|---|---|
| ip | local | XMPPInterface |
List of Available Interfaces
XMPPInterface
| Operation Name | Input Type | Output Type | Faults | Description |
|---|---|---|---|---|
| connect | ConnectionRequest | void | XMPPExceptionundefined | |
| sendMessage | SendMessageRequest | void | XMPPExceptionundefined |
Types
ConnectionRequest:
Type Declaration
void {
password[1,1]: string //
port[0,1]: int //
resource[0,1]: string //
host[0,1]: string //
serviceName[1,1]: string //
username[1,1]: string //
}