Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 375 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 375 Bytes

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>