strophejs-plugin-mam-vue
v0.0.1
Published
Library chat strophe plugin mam dengan ejjabber
Downloads
2
Maintainers
Readme
strophe.mam.js
Sumber Source : Strophe.RSM
Library Strophe Vuejs : Install terlebih dahulu
1: vue-strophe.js (sumber https://github.com/Zengxm/strophejs)
Install Pertama
npm install vue-strophe.js
Install Library strophe mam
npm install strophejs-plugin-mam
Usage
connection.mam.query("[email protected]", {
"with": "[email protected]",
onMessage: function(message) {
console.log("Message from ", $(message).find("forwarded message").attr("from"),
": ", $(message).find("forwarded message body").text());
return true;
},
onComplete: function(response) {
console.log("Got all the messages");
}
});