Mercurial > libervia-backend
diff plugins/plugin_xep_0077.py @ 48:4392f1fdb064
plugins improvement
- new protocols field in plugins info, useful to know which ones are implemented by the plugin
- XEP-0153 first implementation (vcard avatars)
- plugin vcard: avatar & nick cached, clients are noticed of updated values
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 06 Jan 2010 23:56:44 +1100 |
parents | 6f0699ba0329 |
children | a5b5fb5fc9fd |
line wrap: on
line diff
--- a/plugins/plugin_xep_0077.py Wed Jan 06 23:49:55 2010 +1100 +++ b/plugins/plugin_xep_0077.py Wed Jan 06 23:56:44 2010 +1100 @@ -35,6 +35,7 @@ "name": "XEP 0077 Plugin", "import_name": "XEP_0077", "type": "XEP", +"protocols": ["XEP-0077"], "dependencies": [], "main": "XEP_0077", "description": """Implementation of in-band registration"""