JolieDoc for Port XMPP
From file xmpp.iol
| Port Name |
Location |
Protocol |
| XMPP |
|
|
List of the available interfaces
Interface XMPPInterface
Operation list
sendMessage( SendMessageRequest )( void )
throws
XMPPException
connect( ConnectionRequest )( void )
throws
XMPPException
Message type list
SendMessageRequest
type SendMessageRequest: string {
.to: string
}
ConnectionRequest
type ConnectionRequest: void {
.password: string
.port?: int
.resource?: string
.host?: string
.serviceName: string
.username: string
}
Type list