Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 475 Bytes

ChangePasswordRequest.md

File metadata and controls

22 lines (16 loc) · 475 Bytes

EjabberdHttpClient::ChangePasswordRequest

Properties

Name Type Description Notes
user String User name. [optional]
host String Server name. [optional]
newpass String New password for the user. [optional]

Example

require 'ejabberd_http_client'

instance = EjabberdHttpClient::ChangePasswordRequest.new(
  user: null,
  host: null,
  newpass: null
)