Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 524 Bytes

SendStanzaC2SRequest.md

File metadata and controls

24 lines (18 loc) · 524 Bytes

EjabberdHttpClient::SendStanzaC2SRequest

Properties

Name Type Description Notes
user String Username. [optional]
host String Server name. [optional]
resource String Resource. [optional]
stanza String Stanza. [optional]

Example

require 'ejabberd_http_client'

instance = EjabberdHttpClient::SendStanzaC2SRequest.new(
  user: null,
  host: null,
  resource: null,
  stanza: null
)