strophejs-plugin-vcard
v0.0.1
Published
A strophe.js plugin which implements XEP-0054 VCard-temp
Downloads
75
Readme
XEP-0054: vcard-temp
This plugin implements XEP-0054.
Usage
Just link the register plugin below the strophe library in your HTML head section:
<head>
<!-- ... -->
<script type="text/javascript" src="strophe.min.js"></script>
<script type="text/javascript" src="strophe.vcard.js"></script>
<!-- ... -->
</head>