You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/ / Add user
setadd: function (xml) {
this.sendCommand (xml);
}
Create a button and a text box that will write the contact you want to add ...
button will call the function "enviarxml()"
Add the following script in html.
enviarxml function () {
var user = document.getElementById ("user"). value;
var xml = '';
$. xmpp.setadd(xml, function () {});
}
is the simplest way I can give before the creator do something different and more funcionavel.
To receive response was accepted or even to get new applications use the "Iq - Find".
No description provided.
The text was updated successfully, but these errors were encountered: