strophejs-plugin-mam-vue

0.0.1 • Public • Published

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("you@example.com", {
  "with": "juliet@capulet.com",
  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");
  }
	});

Package Sidebar

Install

npm i strophejs-plugin-mam-vue

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

9.77 kB

Total Files

6

Last publish

Collaborators

  • sezukahate