# XEP-0054: vcard-temp
This plugin implements [XEP-0054](http://xmpp.org/extensions/xep-0054.html).

## Usage

Just link the register plugin below the strophe library in your HTML head
section:

``` html
<head>
<!-- ... -->
<script type="text/javascript" src="strophe.min.js"></script>
<script type="text/javascript" src="strophe.vcard.js"></script>
<!-- ... -->
</head>
```
