xmpp.chapril.org-ejabberd/tools
Evgeny Khramtsov 5a976719fb Introduce 'vcard' option for the modules supporting vCards
The mapping between vCard's XML elements and YAML elements
of 'vcard' option is straightforward. For example, if you
want mod_muc to return the following vCard:
```
<vCard xmlns='vcard-temp'>
  <FN>Conferences</FN>
  <ADR>
    <WORK/>
    <STREET>Elm Street</STREET>
  </ADR>
</vCard>
```
you need to set the configuration as:
```
modules:
  ...
  mod_muc:
    vcard:
      fn: Conferences
      adr:
        -
          work: true
          street: Elm Street
  ...
```
2019-08-02 13:59:42 +03:00
..
captcha.sh Improve captcha.sh script documentation 2019-05-25 11:21:30 +02:00
check_xep_versions.sh Add helper to check xep implementations and versions 2019-06-17 12:02:23 +02:00
ejabberdctl.bc Remove --auth in ejabberd_ctl.erl as it's useless, still useful for mod_rest 2016-04-15 15:35:57 +02:00
extract-tr.sh Report invalid translation strings 2019-06-24 21:09:29 +03:00
hook_deps.sh Improve hooks validator and fix bugs related to hooks registration 2019-07-29 10:46:20 +03:00
jhbtest.pl Add unit test script for http-bind service (thanks to Stefan Strigler) 2009-06-16 17:48:31 +00:00
opt_types.sh Introduce 'vcard' option for the modules supporting vCards 2019-08-02 13:59:42 +03:00
prepare-tr.sh Fix UTF-8 support in translation files 2019-07-24 11:34:40 +03:00
update-deps-releases.pl Commit back, change reverted by mistake 2019-02-26 12:16:48 +01:00
xml_compress_gen.erl Use new configuration validator 2019-06-14 12:33:26 +03:00