haXe
HXMPP API
Back
|
Index
class
jabber.client.Account
XEP-0077: In-Band Registration
var
stream(default,null) :
Stream
function
new(stream :
Stream
) :
Void
function
changePassword(node :
String
, pass :
String
) :
Void
Requests to change accounts password.
dynamic
function
onError(e :
jabber.XMPPError
) :
Void
dynamic
function
onFields(fields :
Array
<
String
>) :
Void
dynamic
function
onPasswordChange(pass :
String
) :
Void
dynamic
function
onRegister(node :
String
) :
Void
dynamic
function
onRemove() :
Void
function
register(reg :
xmpp.Register
) :
Bool
Requests to register a new account.
function
remove() :
Void
Requests to delete account from server.
function
requestRegistrationFields(jid :
String
) :
Void
Back
|
Index