xmpp.chapril.org-ejabberd/src
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
..
ELDAPv3.asn1db Do not generate LDAP's ASN.1 code when compiling ejabberd. 2013-06-22 03:27:59 +10:00
ELDAPv3.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
acl.erl Compile some regexps as unicode 2019-07-15 15:26:47 +03:00
acme_challenge.erl Get rid of ejabberd.hrl header 2018-06-14 14:00:47 +03:00
econf.erl Introduce 'vcard' option for the modules supporting vCards 2019-08-02 13:59:42 +03:00
ejabberd.app.src.in Add os_mon to included_application, but start it in ej_system_monitor 2019-01-16 15:40:10 +01:00
ejabberd.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
ejabberd_access_permissions.erl Process unexpected messages uniformly 2019-07-12 11:55:36 +03:00
ejabberd_acme.erl Process unexpected messages uniformly 2019-07-12 11:55:36 +03:00
ejabberd_acme_comm.erl Make logging messages more consistent 2019-06-24 20:32:34 +03:00
ejabberd_admin.erl Remove Riak support 2019-07-18 19:31:12 +03:00
ejabberd_app.erl Improve hooks validator and fix bugs related to hooks registration 2019-07-29 10:46:20 +03:00
ejabberd_auth.erl Improve hooks validator and fix bugs related to hooks registration 2019-07-29 10:46:20 +03:00
ejabberd_auth_anonymous.erl Use new ets_cache API in ejabberd_auth 2019-06-30 17:15:43 +03:00
ejabberd_auth_external.erl Fix typos using codespell 2019-07-16 22:07:39 +03:00
ejabberd_auth_jwt.erl Log an error when JWT authentication is configured without jwt_key 2019-07-19 12:01:57 +03:00
ejabberd_auth_ldap.erl Fix typos using codespell 2019-07-16 22:07:39 +03:00
ejabberd_auth_mnesia.erl Fix typos using codespell 2019-07-16 22:07:39 +03:00
ejabberd_auth_pam.erl Use new ets_cache API in ejabberd_auth 2019-06-30 17:15:43 +03:00
ejabberd_auth_sql.erl Fix typos using codespell 2019-07-16 22:07:39 +03:00
ejabberd_backend_sup.erl Update copyright to 2019 (#2756) 2019-01-08 22:53:27 +01:00
ejabberd_bosh.erl Use econf:timeout() instead of econf:pos_int() wherever appropriate 2019-07-17 22:15:56 +03:00
ejabberd_c2s.erl Process unexpected messages uniformly 2019-07-12 11:55:36 +03:00
ejabberd_c2s_config.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
ejabberd_captcha.erl Handle CAPTCHA forms using captcha_form codec 2019-07-16 17:51:51 +03:00
ejabberd_cluster.erl Report failures of changing net_ticktime 2019-07-18 13:02:13 +03:00
ejabberd_cluster_mnesia.erl Don't call ejabberd_cluster from its submodules 2019-07-31 19:25:47 +03:00
ejabberd_commands.erl Fix typos using codespell 2019-07-16 22:07:39 +03:00
ejabberd_commands_doc.erl Update copyright to 2019 (#2756) 2019-01-08 22:53:27 +01:00
ejabberd_config.erl Fix typos using codespell 2019-07-16 22:07:39 +03:00
ejabberd_config_transformer.erl Fix 'request_handlers' transformation 2019-07-03 09:54:56 +03:00
ejabberd_ctl.erl Use ejabberd_cluster:call() instead of rpc:call() 2019-07-12 12:30:38 +03:00
ejabberd_db_sup.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
ejabberd_hooks.erl Avoid returning 'stopped' from ejabberd_hooks:run_fold() 2019-07-09 14:30:25 +03:00
ejabberd_http.erl Improve some validators 2019-07-15 09:59:07 +03:00
ejabberd_http_ws.erl Apply shaping to websocket connections 2019-07-29 14:54:25 +02:00
ejabberd_iq.erl Avoid crashing of ejabberd_iq process on invalid callback 2019-07-08 10:45:13 +03:00
ejabberd_listener.erl Improve hooks validator and fix bugs related to hooks registration 2019-07-29 10:46:20 +03:00
ejabberd_local.erl Process unexpected messages uniformly 2019-07-12 11:55:36 +03:00
ejabberd_logger.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
ejabberd_mnesia.erl Process unexpected messages uniformly 2019-07-12 11:55:36 +03:00
ejabberd_oauth.erl Improve hooks validator and fix bugs related to hooks registration 2019-07-29 10:46:20 +03:00
ejabberd_oauth_mnesia.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
ejabberd_oauth_rest.erl Make logging messages more consistent 2019-06-24 20:32:34 +03:00
ejabberd_oauth_sql.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
ejabberd_old_config.erl Remove Riak support 2019-07-18 19:31:12 +03:00
ejabberd_option.erl Log an error when JWT authentication is configured without jwt_key 2019-07-19 12:01:57 +03:00
ejabberd_options.erl Log an error when JWT authentication is configured without jwt_key 2019-07-19 12:01:57 +03:00
ejabberd_piefxis.erl Fix type specs 2019-06-27 11:32:54 +03:00
ejabberd_pkix.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
ejabberd_rdbms.erl Improve hooks validator and fix bugs related to hooks registration 2019-07-29 10:46:20 +03:00
ejabberd_redis.erl Fix typos using codespell 2019-07-16 22:07:39 +03:00
ejabberd_redis_sup.erl Improve hooks validator and fix bugs related to hooks registration 2019-07-29 10:46:20 +03:00
ejabberd_regexp.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
ejabberd_router.erl Improve hooks validator and fix bugs related to hooks registration 2019-07-29 10:46:20 +03:00
ejabberd_router_mnesia.erl Process unexpected messages uniformly 2019-07-12 11:55:36 +03:00
ejabberd_router_multicast.erl Process unexpected messages uniformly 2019-07-12 11:55:36 +03:00
ejabberd_router_redis.erl Process unexpected messages uniformly 2019-07-12 11:55:36 +03:00
ejabberd_router_sql.erl Improve formatting of exceptions 2019-07-07 22:12:14 +03:00
ejabberd_s2s.erl Improve ejabberd halting procedure 2019-07-26 11:40:19 +03:00
ejabberd_s2s_in.erl Get rid of useless dialyzer instructions 2019-07-01 10:36:20 +03:00
ejabberd_s2s_out.erl Generate 'remote-server-not-found' stanza error for non-IDN domains 2019-07-29 22:45:38 +03:00
ejabberd_service.erl Improve ejabberd halting procedure 2019-07-26 11:40:19 +03:00
ejabberd_shaper.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
ejabberd_sip.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
ejabberd_sm.erl Implement read-repair for session pids 2019-07-30 20:57:09 +03:00
ejabberd_sm_mnesia.erl Process unexpected messages uniformly 2019-07-12 11:55:36 +03:00
ejabberd_sm_redis.erl Process unexpected messages uniformly 2019-07-12 11:55:36 +03:00
ejabberd_sm_sql.erl Make logging messages more consistent 2019-06-24 20:32:34 +03:00
ejabberd_sql.erl Improve SQL timeouts handling 2019-07-31 10:39:53 +03:00
ejabberd_sql_pt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
ejabberd_sql_sup.erl Improve SQL pool logic 2019-07-24 14:28:43 +03:00
ejabberd_stun.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
ejabberd_sup.erl Improve hooks validator and fix bugs related to hooks registration 2019-07-29 10:46:20 +03:00
ejabberd_system_monitor.erl Don't attempt to restart killed lager 2019-07-24 19:47:14 +03:00
ejabberd_tmp_sup.erl Fix typos using codespell 2019-07-16 22:07:39 +03:00
ejabberd_update.erl Make logging messages more consistent 2019-06-24 20:32:34 +03:00
ejabberd_web.erl Update copyright to 2019 (#2756) 2019-01-08 22:53:27 +01:00
ejabberd_web_admin.erl Fix typos using codespell 2019-07-16 22:07:39 +03:00
ejabberd_websocket.erl Apply shaping to websocket connections 2019-07-29 14:54:25 +02:00
ejabberd_xmlrpc.erl Remove very old useless comments in ejabberd_xmlrpc.erl 2019-07-16 12:56:41 +02:00
ejd2sql.erl Make logging messages more consistent 2019-06-24 20:32:34 +03:00
eldap.erl Make logging messages more consistent 2019-06-24 20:32:34 +03:00
eldap_filter.erl Update copyright to 2019 (#2756) 2019-01-08 22:53:27 +01:00
eldap_filter_yecc.yrl Set dnAttributes on when it's requested by a filter 2014-07-29 15:22:54 -03:00
eldap_pool.erl Update copyright to 2019 (#2756) 2019-01-08 22:53:27 +01:00
eldap_utils.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
elixir_logger_backend.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
ext_mod.erl Process unexpected messages uniformly 2019-07-12 11:55:36 +03:00
extauth.erl Add 'certauth' command to extauth port 2019-07-24 10:13:51 +03:00
extauth_sup.erl Update copyright to 2019 (#2756) 2019-01-08 22:53:27 +01:00
gen_iq_handler.erl Improve formatting of exceptions 2019-07-07 22:12:14 +03:00
gen_mod.erl Fix db_type validation 2019-07-31 18:55:43 +03:00
gen_pubsub_node.erl For pubsub items with max_item = 1 use order by in sql queries 2019-07-31 13:06:44 +02:00
gen_pubsub_nodetree.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
jd2ejd.erl Make logging messages more consistent 2019-06-24 20:32:34 +03:00
misc.erl Fall back to map/2 and foreach/2 on single-core machines 2019-07-10 10:28:37 +03:00
mod_adhoc.erl Add type specs for mod_adhoc 2019-07-09 17:02:54 +03:00
mod_adhoc_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_admin_extra.erl Explain requirements of the FROM argument of send_message command (#2959) 2019-08-01 11:29:42 +02:00
mod_admin_update_sql.erl Improve SQL pool logic 2019-07-24 14:28:43 +03:00
mod_announce.erl Process unexpected messages uniformly 2019-07-12 11:55:36 +03:00
mod_announce_mnesia.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_announce_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_announce_sql.erl Make logging messages more consistent 2019-06-24 20:32:34 +03:00
mod_avatar.erl Add/improve type specs 2019-07-10 10:31:51 +03:00
mod_avatar_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_block_strangers.erl Add/improve type specs 2019-07-10 10:31:51 +03:00
mod_block_strangers_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_blocking.erl Add/improve type specs 2019-07-10 10:31:51 +03:00
mod_bosh.erl Use econf:timeout() instead of econf:pos_int() wherever appropriate 2019-07-17 22:15:56 +03:00
mod_bosh_mnesia.erl Process unexpected messages uniformly 2019-07-12 11:55:36 +03:00
mod_bosh_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_bosh_redis.erl Process unexpected messages uniformly 2019-07-12 11:55:36 +03:00
mod_bosh_sql.erl Make logging messages more consistent 2019-06-24 20:32:34 +03:00
mod_caps.erl Improve handling of errors in pubsub code 2019-07-29 17:13:16 +03:00
mod_caps_mnesia.erl Update copyright to 2019 (#2756) 2019-01-08 22:53:27 +01:00
mod_caps_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_caps_sql.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_carboncopy.erl Fix typo in log message 2019-07-24 18:56:44 +03:00
mod_client_state.erl Avoid using broad map() type wherever possible 2019-06-27 15:22:27 +03:00
mod_client_state_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_configure.erl Improve RPC calls in mod_configure 2019-07-17 20:51:33 +03:00
mod_delegation.erl Improve hooks validator and fix bugs related to hooks registration 2019-07-29 10:46:20 +03:00
mod_delegation_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_disco.erl Add type specs for mod_adhoc 2019-07-09 17:02:54 +03:00
mod_disco_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_fail2ban.erl Use econf:timeout() instead of econf:pos_int() wherever appropriate 2019-07-17 22:15:56 +03:00
mod_fail2ban_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_http_api.erl Documentation of mod_http_api moved from source code to Docs page 2019-07-16 12:53:06 +02:00
mod_http_api_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_http_fileserver.erl Fix typos using codespell 2019-07-16 22:07:39 +03:00
mod_http_fileserver_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_http_upload.erl Introduce 'vcard' option for the modules supporting vCards 2019-08-02 13:59:42 +03:00
mod_http_upload_opt.erl Introduce 'vcard' option for the modules supporting vCards 2019-08-02 13:59:42 +03:00
mod_http_upload_quota.erl Avoid using broad map() type wherever possible 2019-06-27 15:22:27 +03:00
mod_http_upload_quota_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_last.erl Add/improve type specs 2019-07-10 10:31:51 +03:00
mod_last_mnesia.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_last_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_last_sql.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_legacy_auth.erl Improve extraction of translated strings 2019-06-22 17:08:45 +03:00
mod_mam.erl Improve extraction of translated strings 2019-06-22 17:08:45 +03:00
mod_mam_mnesia.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_mam_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_mam_sql.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_metrics.erl Make logging messages more consistent 2019-06-24 20:32:34 +03:00
mod_metrics_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_mix.erl Process unexpected messages uniformly 2019-07-12 11:55:36 +03:00
mod_mix_mnesia.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_mix_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_mix_pam.erl Improve extraction of translated strings 2019-06-22 17:08:45 +03:00
mod_mix_pam_mnesia.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_mix_pam_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_mix_pam_sql.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_mix_sql.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_mqtt.erl Allow flexible timeout format in session_expiry option of mod_mqtt 2019-07-17 22:58:14 +03:00
mod_mqtt_mnesia.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_mqtt_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_mqtt_session.erl Allow flexible timeout format in session_expiry option of mod_mqtt 2019-07-17 22:58:14 +03:00
mod_mqtt_sql.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_mqtt_ws.erl Make logging messages more consistent 2019-06-24 20:32:34 +03:00
mod_muc.erl Introduce 'vcard' option for the modules supporting vCards 2019-08-02 13:59:42 +03:00
mod_muc_admin.erl Fix typos using codespell 2019-07-16 22:07:39 +03:00
mod_muc_log.erl Don't expose internal FSM API of mod_muc_room 2019-07-09 00:47:54 +03:00
mod_muc_log_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_muc_mnesia.erl Process unexpected messages uniformly 2019-07-12 11:55:36 +03:00
mod_muc_opt.erl Introduce 'vcard' option for the modules supporting vCards 2019-08-02 13:59:42 +03:00
mod_muc_room.erl Don't render CAPTCHA whitelist when CAPTCHA is not configured 2019-07-31 12:35:06 +03:00
mod_muc_sql.erl Make logging messages more consistent 2019-06-24 20:32:34 +03:00
mod_muc_sup.erl Attach mod_muc_room processes to a supervisor 2019-07-15 12:43:05 +03:00
mod_multicast.erl Introduce 'vcard' option for the modules supporting vCards 2019-08-02 13:59:42 +03:00
mod_multicast_opt.erl Introduce 'vcard' option for the modules supporting vCards 2019-08-02 13:59:42 +03:00
mod_offline.erl Avoid using ! in ejabberd_router and mod_offline 2019-07-03 09:42:18 +03:00
mod_offline_mnesia.erl Cache number of offline messages 2019-06-30 21:14:37 +03:00
mod_offline_opt.erl Cache number of offline messages 2019-06-30 21:14:37 +03:00
mod_offline_sql.erl Make count_offline_messages cache work when offline uses mam for storage 2019-07-01 13:36:41 +02:00
mod_ping.erl Use econf:timeout() instead of econf:pos_int() wherever appropriate 2019-07-17 22:15:56 +03:00
mod_ping_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_pres_counter.erl Use econf:timeout() instead of econf:pos_int() wherever appropriate 2019-07-17 22:15:56 +03:00
mod_pres_counter_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_privacy.erl Revert "mod_privacy: Don't try to look up 'undefined' list" 2019-07-24 11:29:57 +02:00
mod_privacy_mnesia.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_privacy_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_privacy_sql.erl Make logging messages more consistent 2019-06-24 20:32:34 +03:00
mod_private.erl Improve extraction of translated strings 2019-06-22 17:08:45 +03:00
mod_private_mnesia.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_private_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_private_sql.erl Make logging messages more consistent 2019-06-24 20:32:34 +03:00
mod_privilege.erl Improve hooks validator and fix bugs related to hooks registration 2019-07-29 10:46:20 +03:00
mod_privilege_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_proxy65.erl Introduce 'vcard' option for the modules supporting vCards 2019-08-02 13:59:42 +03:00
mod_proxy65_lib.erl Update copyright to 2019 (#2756) 2019-01-08 22:53:27 +01:00
mod_proxy65_mnesia.erl Process unexpected messages uniformly 2019-07-12 11:55:36 +03:00
mod_proxy65_opt.erl Introduce 'vcard' option for the modules supporting vCards 2019-08-02 13:59:42 +03:00
mod_proxy65_redis.erl Make logging messages more consistent 2019-06-24 20:32:34 +03:00
mod_proxy65_service.erl Introduce 'vcard' option for the modules supporting vCards 2019-08-02 13:59:42 +03:00
mod_proxy65_sql.erl Make logging messages more consistent 2019-06-24 20:32:34 +03:00
mod_proxy65_stream.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_pubsub.erl Introduce 'vcard' option for the modules supporting vCards 2019-08-02 13:59:42 +03:00
mod_pubsub_mnesia.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_pubsub_opt.erl Introduce 'vcard' option for the modules supporting vCards 2019-08-02 13:59:42 +03:00
mod_pubsub_sql.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_push.erl Improve extraction of translated strings 2019-06-22 17:08:45 +03:00
mod_push_keepalive.erl Correctly report resume timeout 2019-07-30 12:50:31 +03:00
mod_push_keepalive_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_push_mnesia.erl Update copyright to 2019 (#2756) 2019-01-08 22:53:27 +01:00
mod_push_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_push_sql.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_register.erl Use econf:timeout() instead of econf:pos_int() wherever appropriate 2019-07-17 22:15:56 +03:00
mod_register_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_register_web.erl Make logging messages more consistent 2019-06-24 20:32:34 +03:00
mod_roster.erl Improve type specs of mod_roster 2019-07-09 14:30:59 +03:00
mod_roster_mnesia.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_roster_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_roster_sql.erl Improve type specs of mod_roster 2019-07-09 14:30:59 +03:00
mod_s2s_dialback.erl Use correct virtual host 2019-07-03 19:08:38 +03:00
mod_s2s_dialback_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_service_log.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_service_log_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_shared_roster.erl Make logging messages more consistent 2019-06-24 20:32:34 +03:00
mod_shared_roster_ldap.erl Process unexpected messages uniformly 2019-07-12 11:55:36 +03:00
mod_shared_roster_ldap_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_shared_roster_mnesia.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_shared_roster_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_shared_roster_sql.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_sic.erl Improve extraction of translated strings 2019-06-22 17:08:45 +03:00
mod_sip.erl Use econf:timeout() instead of econf:pos_int() wherever appropriate 2019-07-17 22:15:56 +03:00
mod_sip_opt.erl Improve some validators 2019-07-15 09:59:07 +03:00
mod_sip_proxy.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_sip_registrar.erl Use econf:timeout() instead of econf:pos_int() wherever appropriate 2019-07-17 22:15:56 +03:00
mod_stats.erl Improve extraction of translated strings 2019-06-22 17:08:45 +03:00
mod_stream_mgmt.erl Also catch 'shutdown' exit reason 2019-07-30 23:17:10 +03:00
mod_stream_mgmt_opt.erl Avoid last handled stanzas cache to grow indefinitely 2019-07-01 20:43:57 +03:00
mod_time.erl Add/improve type specs 2019-07-10 10:31:51 +03:00
mod_vcard.erl Introduce 'vcard' option for the modules supporting vCards 2019-08-02 13:59:42 +03:00
mod_vcard_ldap.erl Process unexpected messages uniformly 2019-07-12 11:55:36 +03:00
mod_vcard_ldap_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_vcard_mnesia.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_vcard_mnesia_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_vcard_opt.erl Introduce 'vcard' option for the modules supporting vCards 2019-08-02 13:59:42 +03:00
mod_vcard_sql.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_vcard_xupdate.erl Get rid of "well-known" type 2019-06-15 12:53:16 +03:00
mod_vcard_xupdate_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mod_version.erl Improve extraction of translated strings 2019-06-22 17:08:45 +03:00
mod_version_opt.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
mqtt_codec.erl Add MQTT support 2019-02-25 11:42:09 +03:00
node_flat.erl For pubsub items with max_item = 1 use order by in sql queries 2019-07-31 13:06:44 +02:00
node_flat_sql.erl For pubsub items with max_item = 1 use order by in sql queries 2019-07-31 13:06:44 +02:00
node_pep.erl For pubsub items with max_item = 1 use order by in sql queries 2019-07-31 13:06:44 +02:00
node_pep_sql.erl For pubsub items with max_item = 1 use order by in sql queries 2019-07-31 13:06:44 +02:00
nodetree_tree.erl Improve handling of errors in pubsub code 2019-07-29 17:13:16 +03:00
nodetree_tree_sql.erl Fix typos using codespell 2019-07-16 22:07:39 +03:00
nodetree_virtual.erl Update copyright to 2019 (#2756) 2019-01-08 22:53:27 +01:00
prosody2ejabberd.erl Make logging messages more consistent 2019-06-24 20:32:34 +03:00
proxy_protocol.erl Update copyright to 2019 (#2756) 2019-01-08 22:53:27 +01:00
pubsub_db_sql.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
pubsub_index.erl Update copyright to 2019 (#2756) 2019-01-08 22:53:27 +01:00
pubsub_migrate.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
pubsub_subscription.erl Improve extraction of translated strings 2019-06-22 17:08:45 +03:00
pubsub_subscription_sql.erl Improve extraction of translated strings 2019-06-22 17:08:45 +03:00
rest.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
str.erl Use new configuration validator 2019-06-14 12:33:26 +03:00
translate.erl Fix UTF-8 support in translation files 2019-07-24 11:34:40 +03:00
win32_dns.erl Use correct rr_type() 2019-06-27 11:35:56 +03:00
xml_compress.erl Fix decompressing of custom elements with custom namespace 2019-01-07 16:08:58 +01:00