SYMBOL INDEX (780 symbols across 36 files) FILE: config/ejabberd.exs class Ejabberd.ConfigFile (line 1) | defmodule Ejabberd.ConfigFile method start (line 4) | def start do method shaper (line 18) | defp shaper do method acl (line 24) | defp acl do method access (line 29) | defp access do FILE: lib/ejabberd/config/attr.ex class Ejabberd.Config.Attr (line 1) | defmodule Ejabberd.Config.Attr method extract_attrs_from_block_with_defaults (line 30) | def extract_attrs_from_block_with_defaults(block) do method validate (line 44) | def validate(attr), do: validate([attr]) method get_type_for_attr (line 50) | def get_type_for_attr(attr_name) do method get_default_for_attr (line 60) | def get_default_for_attr(attr_name) do method extract_attrs_from_block (line 71) | defp extract_attrs_from_block({:__block__, [], attrs}), do: Enum.map(a... method extract_attrs_from_block (line 72) | defp extract_attrs_from_block({:@, _, [attrs]}), do: extract_attrs_fro... method extract_attrs_from_block (line 73) | defp extract_attrs_from_block({attr_name, _, [value]}), do: {attr_name... method extract_attrs_from_block (line 74) | defp extract_attrs_from_block(nil), do: [] method put_into_list_if_not_already (line 80) | defp put_into_list_if_not_already(attr), do: [attr] method insert_default_attrs_if_missing (line 85) | defp insert_default_attrs_if_missing(attrs) do method valid_attr? (line 97) | defp valid_attr?({attr_name, param} = attr) do method is_of_type? (line 118) | defp is_of_type?(_, _), do: false FILE: lib/ejabberd/config/config.ex class Ejabberd.Config (line 1) | defmodule Ejabberd.Config method __before_compile__ (line 25) | def __before_compile__(_env) do method init (line 34) | def init(file_path, force \\ false) do method get_ejabberd_opts (line 50) | def get_ejabberd_opts do method start_hooks (line 60) | def start_hooks do method do_init (line 103) | defp do_init(file_path) do method get_modules_parsed_in_order (line 117) | defp get_modules_parsed_in_order, method get_listeners_parsed_in_order (line 121) | defp get_listeners_parsed_in_order, method get_hooks_parsed_in_order (line 124) | defp get_hooks_parsed_in_order, method get_general_opts (line 128) | defp get_general_opts, method call_start_func_and_store_data (line 133) | defp call_start_func_and_store_data(module) do method extract_and_store_module_name (line 139) | defp extract_and_store_module_name({{:module, mod, _bytes, _}, _}) do FILE: lib/ejabberd/config/ejabberd_hook.ex class Ejabberd.Config.EjabberdHook (line 1) | defmodule Ejabberd.Config.EjabberdHook method start (line 16) | def start(%EjabberdHook{hook: hook, opts: opts, fun: fun}) do FILE: lib/ejabberd/config/ejabberd_module.ex class Ejabberd.Config.EjabberdModule (line 1) | defmodule Ejabberd.Config.EjabberdModule method validate (line 24) | def validate(modules) do method fetch_git_repos (line 33) | def fetch_git_repos(modules) do method is_git_module? (line 41) | defp is_git_module?(%EjabberdModule{attrs: attrs}) do method fetch_and_install_git_module (line 48) | defp fetch_and_install_git_module(%EjabberdModule{attrs: attrs}) do method fetch_and_store_repo_source_if_not_exists (line 60) | defp fetch_and_store_repo_source_if_not_exists(path, repo) do method infer_mod_name_from_git_url (line 67) | defp infer_mod_name_from_git_url(repo), FILE: lib/ejabberd/config/logger/ejabberd_logger.ex class Ejabberd.Config.EjabberdLogger (line 1) | defmodule Ejabberd.Config.EjabberdLogger method do_log_errors (line 19) | defp do_log_errors({:ok, _mod}), do: nil method do_log_errors (line 20) | defp do_log_errors({:error, _mod, errors}), do: (Enum.each errors, &do... method do_log_errors (line 21) | defp do_log_errors({:attribute, errors}), do: (Enum.each errors, &log_... method do_log_errors (line 22) | defp do_log_errors({:dependency, errors}), do: (Enum.each errors, &log... method log_attribute_error (line 24) | defp log_attribute_error({{attr_name, _val}, :attr_not_supported}), do: method log_attribute_error (line 27) | defp log_attribute_error({{attr_name, val}, :type_not_supported}), do: method log_dependency_error (line 30) | defp log_dependency_error({module, :not_found}), do: FILE: lib/ejabberd/config/opts_formatter.ex class Ejabberd.Config.OptsFormatter (line 1) | defmodule Ejabberd.Config.OptsFormatter method format_opts_for_ejabberd (line 18) | def format_opts_for_ejabberd(opts) do method format_attrs_for_ejabberd (line 23) | defp format_attrs_for_ejabberd({:listeners, mods}), method format_attrs_for_ejabberd (line 26) | defp format_attrs_for_ejabberd({:modules, mods}), method format_attrs_for_ejabberd (line 32) | defp format_attrs_for_ejabberd(opts), method format_mods_for_ejabberd (line 35) | defp format_mods_for_ejabberd(mods) do method format_listeners_for_ejabberd (line 41) | defp format_listeners_for_ejabberd(mods) do FILE: lib/ejabberd/config/store.ex class Ejabberd.Config.Store (line 1) | defmodule Ejabberd.Config.Store method start_link (line 21) | def start_link do method put (line 31) | def put(key, val) do method get (line 42) | def get(key) do method stop (line 52) | def stop do FILE: lib/ejabberd/config/validator/validation.ex class Ejabberd.Config.Validation (line 1) | defmodule Ejabberd.Config.Validation method validate (line 19) | def validate(module), do: validate([module]) method do_validate (line 24) | defp do_validate(modules, mod) do method resolve_validation_result (line 32) | defp resolve_validation_result({_modules, mod, errors}) do FILE: lib/ejabberd/config/validator/validator_attrs.ex class Ejabberd.Config.Validator.Attrs (line 1) | defmodule Ejabberd.Config.Validator.Attrs method validate (line 19) | def validate({modules, mod, errors}) do FILE: lib/ejabberd/config/validator/validator_dependencies.ex class Ejabberd.Config.Validator.Dependencies (line 1) | defmodule Ejabberd.Config.Validator.Dependencies method validate (line 19) | def validate({modules, mod, errors}) do FILE: lib/ejabberd/config/validator/validator_utility.ex class Ejabberd.Config.ValidatorUtility (line 1) | defmodule Ejabberd.Config.ValidatorUtility method put_error (line 13) | def put_error(errors, key, val) do FILE: lib/ejabberd/config_util.ex class Ejabberd.ConfigUtil (line 1) | defmodule Ejabberd.ConfigUtil method is_elixir_config (line 15) | def is_elixir_config(filename) do FILE: lib/ejabberd/hooks.ex class Ejabberd.Hooks (line 1) | defmodule Ejabberd.Hooks method add (line 4) | def add(hook_name, host, module, function, priority) do method delete (line 9) | def delete(hook_name, host, module, function, priority) do FILE: lib/ejabberd/logger.ex class Ejabberd.Logger (line 1) | defmodule Ejabberd.Logger method critical (line 3) | def critical(message, args \\ []), do: :logger.critical(message, args) method error (line 4) | def error(message, args \\ []), do: :logger.error(message, args) method warning (line 5) | def warning(message, args \\ []), do: :logger.warning(message, args) method info (line 6) | def info(message, args \\ []), do: :logger.info(message, args) method debug (line 7) | def debug(message, args \\ []), do: :logger.debug( message, args) FILE: lib/ejabberd_auth_example.ex class Ejabberd.Auth.Example (line 1) | defmodule Ejabberd.Auth.Example method start (line 17) | def start(host) do method stop (line 23) | def stop(host) do method check_password (line 29) | def check_password("alice", _authz_id, _host, "secret"), do: {:nocache... method check_password (line 30) | def check_password(_username, _authz_id, _host, _secret), do: {:nocach... method user_exists (line 33) | def user_exists("alice", _host), do: {:nocache, true} method user_exists (line 34) | def user_exists(_username, _host), do: {:nocache, false} method plain_password_required (line 37) | def plain_password_required(_binary), do: true method store_type (line 40) | def store_type(_host), do: :external method use_cache (line 43) | def use_cache(_host), do: false FILE: lib/mix/tasks/deps.tree.ex class Mix.Tasks.Ejabberd.Deps.Tree (line 1) | defmodule Mix.Tasks.Ejabberd.Deps.Tree method run (line 14) | def run(_argv) do method build_dependency_tree (line 36) | defp build_dependency_tree(mods) do method build_dependency_tree (line 43) | defp build_dependency_tree(_mods, mod, []), do: %{module: mod, depende... method get_mod_names (line 62) | defp get_mod_names([]), do: [] method get_mod_names (line 64) | defp get_mod_names(%{module: mod, dependency: deps}), do: [mod | get_m... method keep_only_mods_not_used_as_dep (line 66) | defp keep_only_mods_not_used_as_dep(mods, mods_used_as_dep) do method get_dependencies_of_mod (line 72) | defp get_dependencies_of_mod(deps, mod_name) do method format_mods_into_string (line 78) | defp format_mods_into_string(mods), do: format_mods_into_string(mods, 0) method format_mods_into_string (line 79) | defp format_mods_into_string([], _indentation), do: "" method format_mods_into_string (line 86) | defp format_mods_into_string(%{module: mod, dependency: deps}, 0) do method format_mods_into_string (line 90) | defp format_mods_into_string(%{module: mod, dependency: deps}, indenta... FILE: lib/mod_example.ex class Ejabberd.Module.Example (line 1) | defmodule Ejabberd.Module.Example method start (line 17) | def start(host, _opts) do method stop (line 23) | def stop(host) do method on_presence (line 29) | def on_presence(user, _server, _resource, _packet) do method depends (line 34) | def depends(_host, _opts) do method mod_options (line 38) | def mod_options(_host) do method mod_doc (line 42) | def mod_doc() do FILE: mix.exs class Ejabberd.MixProject (line 1) | defmodule Ejabberd.MixProject method project (line 4) | def project do method version (line 26) | def version do method description (line 38) | def description do method application (line 44) | def application do method dialyzer (line 55) | defp dialyzer do method if_version_above (line 66) | defp if_version_above(ver, okResult) do method if_version_below (line 74) | defp if_version_below(ver, okResult) do method erlc_options (line 82) | defp erlc_options do method cond_options (line 97) | defp cond_options do method deps (line 108) | defp deps do method deps_include (line 129) | defp deps_include() do method cond_deps (line 140) | defp cond_deps do method cond_apps (line 160) | defp cond_apps do method cond_included_apps (line 169) | defp cond_included_apps do method package (line 183) | defp package do method vars (line 197) | defp vars do method config (line 214) | defp config(key) do method releases (line 221) | defp releases do method copy_extra_files (line 236) | defp copy_extra_files(release) do method docs (line 322) | defp docs do class Mix.Tasks.Compile.Asn1 (line 349) | defmodule Mix.Tasks.Compile.Asn1 method run (line 356) | def run(args) do method manifests (line 380) | def manifests, do: [manifest()] method manifest (line 381) | defp manifest, do: Path.join(Mix.Project.manifest_path(), @manifest) method clean (line 383) | def clean, do: Erlang.clean(manifest()) FILE: priv/js/admin.js function selectAll (line 2) | function selectAll() { function unSelectAll (line 9) | function unSelectAll() { FILE: priv/js/muc.js function sh (line 2) | function sh(e) { function jlf (line 10) | function jlf() { FILE: priv/mod_invites/static/invite.js function toggle_password (line 110) | function toggle_password(e) { FILE: sql/lite.new.sql type users (line 19) | CREATE TABLE users ( type last (line 32) | CREATE TABLE last ( type rosterusers (line 41) | CREATE TABLE rosterusers ( type i_rosteru_sh_user_jid (line 56) | CREATE UNIQUE INDEX i_rosteru_sh_user_jid ON rosterusers (server_host, u... type i_rosteru_sh_jid (line 57) | CREATE INDEX i_rosteru_sh_jid ON rosterusers (server_host, jid) type rostergroups (line 60) | CREATE TABLE rostergroups ( type i_rosterg_sh_user_jid (line 67) | CREATE INDEX i_rosterg_sh_user_jid ON rostergroups (server_host, usernam... type sr_group (line 69) | CREATE TABLE sr_group ( type i_sr_group_sh_name (line 77) | CREATE UNIQUE INDEX i_sr_group_sh_name ON sr_group (server_host, name) type sr_user (line 79) | CREATE TABLE sr_user ( type i_sr_user_sh_jid_grp (line 87) | CREATE UNIQUE INDEX i_sr_user_sh_jid_grp ON sr_user (server_host, jid, grp) type i_sr_user_sh_grp (line 88) | CREATE INDEX i_sr_user_sh_grp ON sr_user (server_host, grp) type spool (line 90) | CREATE TABLE spool ( type i_spool_sh_username (line 98) | CREATE INDEX i_spool_sh_username ON spool (server_host, username) type archive (line 100) | CREATE TABLE archive ( type i_archive_sh_username_timestamp (line 115) | CREATE INDEX i_archive_sh_username_timestamp ON archive (server_host, us... type i_archive_sh_username_peer (line 116) | CREATE INDEX i_archive_sh_username_peer ON archive (server_host, usernam... type i_archive_sh_username_bare_peer (line 117) | CREATE INDEX i_archive_sh_username_bare_peer ON archive (server_host, us... type i_archive_sh_timestamp (line 118) | CREATE INDEX i_archive_sh_timestamp ON archive (server_host, timestamp) type i_archive_sh_username_origin_id (line 119) | CREATE INDEX i_archive_sh_username_origin_id ON archive (server_host, us... type archive_prefs (line 125) | CREATE TABLE archive_prefs ( type vcard (line 135) | CREATE TABLE vcard ( type vcard_search (line 143) | CREATE TABLE vcard_search ( type i_vcard_search_sh_lfn (line 172) | CREATE INDEX i_vcard_search_sh_lfn ON vcard_search(server_host, lfn) type i_vcard_search_sh_lfamily (line 173) | CREATE INDEX i_vcard_search_sh_lfamily ON vcard_search(server_host, lf... type i_vcard_search_sh_lgiven (line 174) | CREATE INDEX i_vcard_search_sh_lgiven ON vcard_search(server_host, lg... type i_vcard_search_sh_lmiddle (line 175) | CREATE INDEX i_vcard_search_sh_lmiddle ON vcard_search(server_host, lm... type i_vcard_search_sh_lnickname (line 176) | CREATE INDEX i_vcard_search_sh_lnickname ON vcard_search(server_host, ln... type i_vcard_search_sh_lbday (line 177) | CREATE INDEX i_vcard_search_sh_lbday ON vcard_search(server_host, lb... type i_vcard_search_sh_lctry (line 178) | CREATE INDEX i_vcard_search_sh_lctry ON vcard_search(server_host, lc... type i_vcard_search_sh_llocality (line 179) | CREATE INDEX i_vcard_search_sh_llocality ON vcard_search(server_host, ll... type i_vcard_search_sh_lemail (line 180) | CREATE INDEX i_vcard_search_sh_lemail ON vcard_search(server_host, le... type i_vcard_search_sh_lorgname (line 181) | CREATE INDEX i_vcard_search_sh_lorgname ON vcard_search(server_host, lo... type i_vcard_search_sh_lorgunit (line 182) | CREATE INDEX i_vcard_search_sh_lorgunit ON vcard_search(server_host, lo... type privacy_default_list (line 184) | CREATE TABLE privacy_default_list ( type privacy_list (line 191) | CREATE TABLE privacy_list ( type i_privacy_list_sh_username_name (line 199) | CREATE UNIQUE INDEX i_privacy_list_sh_username_name ON privacy_list (ser... type privacy_list_data (line 201) | CREATE TABLE privacy_list_data ( type private_storage (line 214) | CREATE TABLE private_storage ( type roster_version (line 223) | CREATE TABLE roster_version ( type pubsub_node (line 230) | CREATE TABLE pubsub_node ( type i_pubsub_node_parent (line 237) | CREATE INDEX i_pubsub_node_parent ON pubsub_node (parent) type i_pubsub_node_tuple (line 238) | CREATE UNIQUE INDEX i_pubsub_node_tuple ON pubsub_node (host, node) type pubsub_node_option (line 240) | CREATE TABLE pubsub_node_option ( type i_pubsub_node_option_nodeid (line 245) | CREATE INDEX i_pubsub_node_option_nodeid ON pubsub_node_option (nodeid) type pubsub_node_owner (line 247) | CREATE TABLE pubsub_node_owner ( type i_pubsub_node_owner_nodeid (line 251) | CREATE INDEX i_pubsub_node_owner_nodeid ON pubsub_node_owner (nodeid) type pubsub_state (line 253) | CREATE TABLE pubsub_state ( type i_pubsub_state_jid (line 260) | CREATE INDEX i_pubsub_state_jid ON pubsub_state (jid) type i_pubsub_state_tuple (line 261) | CREATE UNIQUE INDEX i_pubsub_state_tuple ON pubsub_state (nodeid, jid) type pubsub_item (line 263) | CREATE TABLE pubsub_item ( type i_pubsub_item_itemid (line 271) | CREATE INDEX i_pubsub_item_itemid ON pubsub_item (itemid) type i_pubsub_item_tuple (line 272) | CREATE UNIQUE INDEX i_pubsub_item_tuple ON pubsub_item (nodeid, itemid) type pubsub_subscription_opt (line 274) | CREATE TABLE pubsub_subscription_opt ( type i_pubsub_subscription_opt (line 279) | CREATE UNIQUE INDEX i_pubsub_subscription_opt ON pubsub_subscription_opt... type muc_room (line 281) | CREATE TABLE muc_room ( type i_muc_room_name_host (line 289) | CREATE UNIQUE INDEX i_muc_room_name_host ON muc_room (name, host) type i_muc_room_host_created_at (line 290) | CREATE INDEX i_muc_room_host_created_at ON muc_room (host, created_at) type muc_registered (line 292) | CREATE TABLE muc_registered ( type i_muc_registered_nick (line 300) | CREATE INDEX i_muc_registered_nick ON muc_registered (nick) type i_muc_registered_jid_host (line 301) | CREATE UNIQUE INDEX i_muc_registered_jid_host ON muc_registered (jid, host) type muc_online_room (line 303) | CREATE TABLE muc_online_room ( type i_muc_online_room_name_host (line 311) | CREATE UNIQUE INDEX i_muc_online_room_name_host ON muc_online_room (name... type muc_online_users (line 313) | CREATE TABLE muc_online_users ( type i_muc_online_users (line 323) | CREATE UNIQUE INDEX i_muc_online_users ON muc_online_users (username, se... type muc_room_subscribers (line 325) | CREATE TABLE muc_room_subscribers ( type i_muc_room_subscribers_host_jid (line 334) | CREATE INDEX i_muc_room_subscribers_host_jid ON muc_room_subscribers(hos... type i_muc_room_subscribers_jid (line 335) | CREATE INDEX i_muc_room_subscribers_jid ON muc_room_subscribers(jid) type i_muc_room_subscribers_host_room_jid (line 336) | CREATE UNIQUE INDEX i_muc_room_subscribers_host_room_jid ON muc_room_sub... type motd (line 338) | CREATE TABLE motd ( type caps_features (line 346) | CREATE TABLE caps_features ( type i_caps_features_node_subnode (line 353) | CREATE INDEX i_caps_features_node_subnode ON caps_features (node, subnode) type sm (line 355) | CREATE TABLE sm ( type i_sm_node (line 367) | CREATE INDEX i_sm_node ON sm(node) type i_sm_sh_username (line 368) | CREATE INDEX i_sm_sh_username ON sm (server_host, username) type oauth_token (line 370) | CREATE TABLE oauth_token ( type oauth_client (line 377) | CREATE TABLE oauth_client ( type route (line 384) | CREATE TABLE route ( type i_route (line 392) | CREATE UNIQUE INDEX i_route ON route(domain, server_host, node, pid) type bosh (line 394) | CREATE TABLE bosh ( type i_bosh_sid (line 400) | CREATE UNIQUE INDEX i_bosh_sid ON bosh(sid) type proxy65 (line 402) | CREATE TABLE proxy65 ( type i_proxy65_sid (line 411) | CREATE UNIQUE INDEX i_proxy65_sid ON proxy65 (sid) type i_proxy65_jid (line 412) | CREATE INDEX i_proxy65_jid ON proxy65 (jid_i) type push_session (line 414) | CREATE TABLE push_session ( type i_push_session_susn (line 424) | CREATE UNIQUE INDEX i_push_session_susn ON push_session (server_host, us... type i_push_session_sh_username_timestamp (line 425) | CREATE INDEX i_push_session_sh_username_timestamp ON push_session (serve... type mix_channel (line 427) | CREATE TABLE mix_channel ( type i_mix_channel (line 438) | CREATE UNIQUE INDEX i_mix_channel ON mix_channel (channel, service) type i_mix_channel_serv (line 439) | CREATE INDEX i_mix_channel_serv ON mix_channel (service) type mix_participant (line 441) | CREATE TABLE mix_participant ( type i_mix_participant (line 452) | CREATE UNIQUE INDEX i_mix_participant ON mix_participant (channel, servi... type mix_subscription (line 454) | CREATE TABLE mix_subscription ( type i_mix_subscription (line 463) | CREATE UNIQUE INDEX i_mix_subscription ON mix_subscription (channel, ser... type i_mix_subscription_chan_serv_node (line 464) | CREATE INDEX i_mix_subscription_chan_serv_node ON mix_subscription (chan... type mix_pam (line 466) | CREATE TABLE mix_pam ( type i_mix_pam (line 475) | CREATE UNIQUE INDEX i_mix_pam ON mix_pam (username, server_host, channel... type mqtt_pub (line 477) | CREATE TABLE mqtt_pub ( type i_mqtt_topic_server (line 492) | CREATE UNIQUE INDEX i_mqtt_topic_server ON mqtt_pub (topic, server_host) type invite_token (line 494) | CREATE TABLE invite_token ( type i_invite_token_username_server_host (line 505) | CREATE INDEX i_invite_token_username_server_host ON invite_token(usernam... type i_invite_token_invitee (line 506) | CREATE INDEX i_invite_token_invitee ON invite_token(invitee) FILE: sql/lite.sql type users (line 19) | CREATE TABLE users ( type last (line 31) | CREATE TABLE last ( type rosterusers (line 38) | CREATE TABLE rosterusers ( type i_rosteru_user_jid (line 52) | CREATE UNIQUE INDEX i_rosteru_user_jid ON rosterusers (username, jid) type i_rosteru_jid (line 53) | CREATE INDEX i_rosteru_jid ON rosterusers (jid) type rostergroups (line 56) | CREATE TABLE rostergroups ( type pk_rosterg_user_jid (line 62) | CREATE INDEX pk_rosterg_user_jid ON rostergroups (username, jid) type sr_group (line 64) | CREATE TABLE sr_group ( type i_sr_group_name (line 70) | CREATE UNIQUE INDEX i_sr_group_name ON sr_group (name) type sr_user (line 72) | CREATE TABLE sr_user ( type i_sr_user_jid_grp (line 78) | CREATE UNIQUE INDEX i_sr_user_jid_grp ON sr_user (jid, grp) type i_sr_user_grp (line 79) | CREATE INDEX i_sr_user_grp ON sr_user (grp) type spool (line 81) | CREATE TABLE spool ( type i_despool (line 88) | CREATE INDEX i_despool ON spool (username) type archive (line 90) | CREATE TABLE archive ( type i_username_timestamp (line 104) | CREATE INDEX i_username_timestamp ON archive(username, timestamp) type i_archive_username_peer (line 105) | CREATE INDEX i_archive_username_peer ON archive (username, peer) type i_archive_username_bare_peer (line 106) | CREATE INDEX i_archive_username_bare_peer ON archive (username, bare_peer) type i_timestamp (line 107) | CREATE INDEX i_timestamp ON archive(timestamp) type i_archive_username_origin_id (line 108) | CREATE INDEX i_archive_username_origin_id ON archive (username, origin_id) type archive_prefs (line 114) | CREATE TABLE archive_prefs ( type vcard (line 122) | CREATE TABLE vcard ( type vcard_search (line 128) | CREATE TABLE vcard_search ( type i_vcard_search_lfn (line 155) | CREATE INDEX i_vcard_search_lfn ON vcard_search(lfn) type i_vcard_search_lfamily (line 156) | CREATE INDEX i_vcard_search_lfamily ON vcard_search(lfamily) type i_vcard_search_lgiven (line 157) | CREATE INDEX i_vcard_search_lgiven ON vcard_search(lgiven) type i_vcard_search_lmiddle (line 158) | CREATE INDEX i_vcard_search_lmiddle ON vcard_search(lmiddle) type i_vcard_search_lnickname (line 159) | CREATE INDEX i_vcard_search_lnickname ON vcard_search(lnickname) type i_vcard_search_lbday (line 160) | CREATE INDEX i_vcard_search_lbday ON vcard_search(lbday) type i_vcard_search_lctry (line 161) | CREATE INDEX i_vcard_search_lctry ON vcard_search(lctry) type i_vcard_search_llocality (line 162) | CREATE INDEX i_vcard_search_llocality ON vcard_search(llocality) type i_vcard_search_lemail (line 163) | CREATE INDEX i_vcard_search_lemail ON vcard_search(lemail) type i_vcard_search_lorgname (line 164) | CREATE INDEX i_vcard_search_lorgname ON vcard_search(lorgname) type i_vcard_search_lorgunit (line 165) | CREATE INDEX i_vcard_search_lorgunit ON vcard_search(lorgunit) type privacy_default_list (line 167) | CREATE TABLE privacy_default_list ( type privacy_list (line 172) | CREATE TABLE privacy_list ( type i_privacy_list_username_name (line 179) | CREATE UNIQUE INDEX i_privacy_list_username_name ON privacy_list (userna... type privacy_list_data (line 181) | CREATE TABLE privacy_list_data ( type private_storage (line 194) | CREATE TABLE private_storage ( type i_private_storage_username_namespace (line 201) | CREATE UNIQUE INDEX i_private_storage_username_namespace ON private_stor... type roster_version (line 204) | CREATE TABLE roster_version ( type pubsub_node (line 209) | CREATE TABLE pubsub_node ( type i_pubsub_node_parent (line 216) | CREATE INDEX i_pubsub_node_parent ON pubsub_node (parent) type i_pubsub_node_tuple (line 217) | CREATE UNIQUE INDEX i_pubsub_node_tuple ON pubsub_node (host, node) type pubsub_node_option (line 219) | CREATE TABLE pubsub_node_option ( type i_pubsub_node_option_nodeid (line 224) | CREATE INDEX i_pubsub_node_option_nodeid ON pubsub_node_option (nodeid) type pubsub_node_owner (line 226) | CREATE TABLE pubsub_node_owner ( type i_pubsub_node_owner_nodeid (line 230) | CREATE INDEX i_pubsub_node_owner_nodeid ON pubsub_node_owner (nodeid) type pubsub_state (line 232) | CREATE TABLE pubsub_state ( type i_pubsub_state_jid (line 239) | CREATE INDEX i_pubsub_state_jid ON pubsub_state (jid) type i_pubsub_state_tuple (line 240) | CREATE UNIQUE INDEX i_pubsub_state_tuple ON pubsub_state (nodeid, jid) type pubsub_item (line 242) | CREATE TABLE pubsub_item ( type i_pubsub_item_itemid (line 250) | CREATE INDEX i_pubsub_item_itemid ON pubsub_item (itemid) type i_pubsub_item_tuple (line 251) | CREATE UNIQUE INDEX i_pubsub_item_tuple ON pubsub_item (nodeid, itemid) type pubsub_subscription_opt (line 253) | CREATE TABLE pubsub_subscription_opt ( type i_pubsub_subscription_opt (line 258) | CREATE UNIQUE INDEX i_pubsub_subscription_opt ON pubsub_subscription_opt... type muc_room (line 260) | CREATE TABLE muc_room ( type i_muc_room_name_host (line 267) | CREATE UNIQUE INDEX i_muc_room_name_host ON muc_room (name, host) type i_muc_room_host_created_at (line 268) | CREATE INDEX i_muc_room_host_created_at ON muc_room (host, created_at) type muc_registered (line 270) | CREATE TABLE muc_registered ( type i_muc_registered_nick (line 277) | CREATE INDEX i_muc_registered_nick ON muc_registered (nick) type i_muc_registered_jid_host (line 278) | CREATE UNIQUE INDEX i_muc_registered_jid_host ON muc_registered (jid, host) type muc_online_room (line 280) | CREATE TABLE muc_online_room ( type i_muc_online_room_name_host (line 287) | CREATE UNIQUE INDEX i_muc_online_room_name_host ON muc_online_room (name... type muc_online_users (line 289) | CREATE TABLE muc_online_users ( type i_muc_online_users (line 298) | CREATE UNIQUE INDEX i_muc_online_users ON muc_online_users (username, se... type muc_room_subscribers (line 300) | CREATE TABLE muc_room_subscribers ( type i_muc_room_subscribers_host_jid (line 309) | CREATE INDEX i_muc_room_subscribers_host_jid ON muc_room_subscribers(hos... type i_muc_room_subscribers_jid (line 310) | CREATE INDEX i_muc_room_subscribers_jid ON muc_room_subscribers(jid) type i_muc_room_subscribers_host_room_jid (line 311) | CREATE UNIQUE INDEX i_muc_room_subscribers_host_room_jid ON muc_room_sub... type motd (line 313) | CREATE TABLE motd ( type caps_features (line 319) | CREATE TABLE caps_features ( type i_caps_features_node_subnode (line 326) | CREATE INDEX i_caps_features_node_subnode ON caps_features (node, subnode) type sm (line 328) | CREATE TABLE sm ( type i_sm_sid (line 338) | CREATE UNIQUE INDEX i_sm_sid ON sm(usec, pid) type i_sm_node (line 339) | CREATE INDEX i_sm_node ON sm(node) type i_sm_username (line 340) | CREATE INDEX i_sm_username ON sm(username) type oauth_token (line 342) | CREATE TABLE oauth_token ( type oauth_client (line 349) | CREATE TABLE oauth_client ( type route (line 356) | CREATE TABLE route ( type i_route (line 364) | CREATE UNIQUE INDEX i_route ON route(domain, server_host, node, pid) type bosh (line 366) | CREATE TABLE bosh ( type i_bosh_sid (line 372) | CREATE UNIQUE INDEX i_bosh_sid ON bosh(sid) type proxy65 (line 374) | CREATE TABLE proxy65 ( type i_proxy65_sid (line 383) | CREATE UNIQUE INDEX i_proxy65_sid ON proxy65 (sid) type i_proxy65_jid (line 384) | CREATE INDEX i_proxy65_jid ON proxy65 (jid_i) type push_session (line 386) | CREATE TABLE push_session ( type i_push_usn (line 394) | CREATE UNIQUE INDEX i_push_usn ON push_session (username, service, node) type i_push_ut (line 395) | CREATE UNIQUE INDEX i_push_ut ON push_session (username, timestamp) type mix_channel (line 397) | CREATE TABLE mix_channel ( type i_mix_channel (line 408) | CREATE UNIQUE INDEX i_mix_channel ON mix_channel (channel, service) type i_mix_channel_serv (line 409) | CREATE INDEX i_mix_channel_serv ON mix_channel (service) type mix_participant (line 411) | CREATE TABLE mix_participant ( type i_mix_participant (line 422) | CREATE UNIQUE INDEX i_mix_participant ON mix_participant (channel, servi... type mix_subscription (line 424) | CREATE TABLE mix_subscription ( type i_mix_subscription (line 433) | CREATE UNIQUE INDEX i_mix_subscription ON mix_subscription (channel, ser... type i_mix_subscription_chan_serv_node (line 434) | CREATE INDEX i_mix_subscription_chan_serv_node ON mix_subscription (chan... type mix_pam (line 436) | CREATE TABLE mix_pam ( type i_mix_pam (line 444) | CREATE UNIQUE INDEX i_mix_pam ON mix_pam (username, channel, service) type mqtt_pub (line 446) | CREATE TABLE mqtt_pub ( type i_mqtt_topic (line 460) | CREATE UNIQUE INDEX i_mqtt_topic ON mqtt_pub (topic) type invite_token (line 462) | CREATE TABLE invite_token ( type i_invite_token_username (line 472) | CREATE INDEX i_invite_token_username ON invite_token(username) type i_invite_token_invitee (line 473) | CREATE INDEX i_invite_token_invitee ON invite_token(invitee) FILE: sql/mysql.new.sql type users (line 19) | CREATE TABLE users ( type last (line 36) | CREATE TABLE last ( type rosterusers (line 45) | CREATE TABLE rosterusers ( type i_rosteru_sh_user_jid (line 60) | CREATE UNIQUE INDEX i_rosteru_sh_user_jid ON rosterusers(server_host(191... type i_rosteru_sh_jid (line 61) | CREATE INDEX i_rosteru_sh_jid ON rosterusers(server_host(191), jid) type rostergroups (line 63) | CREATE TABLE rostergroups ( type i_rosterg_sh_user_jid (line 70) | CREATE INDEX i_rosterg_sh_user_jid ON rostergroups(server_host(191), use... type sr_group (line 72) | CREATE TABLE sr_group ( type i_sr_group_sh_name (line 80) | CREATE UNIQUE INDEX i_sr_group_sh_name ON sr_group(server_host(191), name) type sr_user (line 82) | CREATE TABLE sr_user ( type i_sr_user_sh_jid_grp (line 90) | CREATE UNIQUE INDEX i_sr_user_sh_jid_grp ON sr_user(server_host(191), ji... type i_sr_user_sh_grp (line 91) | CREATE INDEX i_sr_user_sh_grp ON sr_user(server_host(191), grp) type spool (line 93) | CREATE TABLE spool ( type i_spool_sh_username (line 101) | CREATE INDEX i_spool_sh_username USING BTREE ON spool(server_host(191), ... type i_spool_created_at (line 102) | CREATE INDEX i_spool_created_at USING BTREE ON spool(created_at) type archive (line 104) | CREATE TABLE archive ( type i_text (line 119) | CREATE FULLTEXT INDEX i_text ON archive(txt) type i_archive_sh_username_timestamp (line 120) | CREATE INDEX i_archive_sh_username_timestamp USING BTREE ON archive(serv... type i_archive_sh_username_peer (line 121) | CREATE INDEX i_archive_sh_username_peer USING BTREE ON archive(server_ho... type i_archive_sh_username_bare_peer (line 122) | CREATE INDEX i_archive_sh_username_bare_peer USING BTREE ON archive(serv... type i_archive_sh_timestamp (line 123) | CREATE INDEX i_archive_sh_timestamp USING BTREE ON archive(server_host(1... type i_archive_sh_username_origin_id (line 124) | CREATE INDEX i_archive_sh_username_origin_id USING BTREE ON archive(serv... type archive_prefs (line 131) | CREATE TABLE archive_prefs ( type vcard (line 141) | CREATE TABLE vcard ( type vcard_search (line 149) | CREATE TABLE vcard_search ( type i_vcard_search_sh_lfn (line 178) | CREATE INDEX i_vcard_search_sh_lfn ON vcard_search(server_host(191... type i_vcard_search_sh_lfamily (line 179) | CREATE INDEX i_vcard_search_sh_lfamily ON vcard_search(server_host(191... type i_vcard_search_sh_lgiven (line 180) | CREATE INDEX i_vcard_search_sh_lgiven ON vcard_search(server_host(191... type i_vcard_search_sh_lmiddle (line 181) | CREATE INDEX i_vcard_search_sh_lmiddle ON vcard_search(server_host(191... type i_vcard_search_sh_lnickname (line 182) | CREATE INDEX i_vcard_search_sh_lnickname ON vcard_search(server_host(191... type i_vcard_search_sh_lbday (line 183) | CREATE INDEX i_vcard_search_sh_lbday ON vcard_search(server_host(191... type i_vcard_search_sh_lctry (line 184) | CREATE INDEX i_vcard_search_sh_lctry ON vcard_search(server_host(191... type i_vcard_search_sh_llocality (line 185) | CREATE INDEX i_vcard_search_sh_llocality ON vcard_search(server_host(191... type i_vcard_search_sh_lemail (line 186) | CREATE INDEX i_vcard_search_sh_lemail ON vcard_search(server_host(191... type i_vcard_search_sh_lorgname (line 187) | CREATE INDEX i_vcard_search_sh_lorgname ON vcard_search(server_host(191... type i_vcard_search_sh_lorgunit (line 188) | CREATE INDEX i_vcard_search_sh_lorgunit ON vcard_search(server_host(191... type privacy_default_list (line 190) | CREATE TABLE privacy_default_list ( type privacy_list (line 197) | CREATE TABLE privacy_list ( type i_privacy_list_sh_username_name (line 205) | CREATE UNIQUE INDEX i_privacy_list_sh_username_name USING BTREE ON priva... type privacy_list_data (line 207) | CREATE TABLE privacy_list_data ( type i_privacy_list_data_id (line 220) | CREATE INDEX i_privacy_list_data_id ON privacy_list_data(id) type private_storage (line 222) | CREATE TABLE private_storage ( type i_private_storage_sh_sername_namespace (line 230) | CREATE UNIQUE INDEX i_private_storage_sh_sername_namespace USING BTREE O... type roster_version (line 233) | CREATE TABLE roster_version ( type pubsub_node (line 245) | CREATE TABLE pubsub_node ( type i_pubsub_node_parent (line 252) | CREATE INDEX i_pubsub_node_parent ON pubsub_node(parent(120)) type i_pubsub_node_tuple (line 253) | CREATE UNIQUE INDEX i_pubsub_node_tuple ON pubsub_node(host(71), node(120)) type pubsub_node_option (line 255) | CREATE TABLE pubsub_node_option ( type i_pubsub_node_option_nodeid (line 260) | CREATE INDEX i_pubsub_node_option_nodeid ON pubsub_node_option(nodeid) type pubsub_node_owner (line 263) | CREATE TABLE pubsub_node_owner ( type i_pubsub_node_owner_nodeid (line 267) | CREATE INDEX i_pubsub_node_owner_nodeid ON pubsub_node_owner(nodeid) type pubsub_state (line 270) | CREATE TABLE pubsub_state ( type i_pubsub_state_jid (line 277) | CREATE INDEX i_pubsub_state_jid ON pubsub_state(jid(60)) type i_pubsub_state_tuple (line 278) | CREATE UNIQUE INDEX i_pubsub_state_tuple ON pubsub_state(nodeid, jid(60)) type pubsub_item (line 281) | CREATE TABLE pubsub_item ( type i_pubsub_item_itemid (line 289) | CREATE INDEX i_pubsub_item_itemid ON pubsub_item(itemid(36)) type i_pubsub_item_tuple (line 290) | CREATE UNIQUE INDEX i_pubsub_item_tuple ON pubsub_item(nodeid, itemid(36)) type pubsub_subscription_opt (line 293) | CREATE TABLE pubsub_subscription_opt ( type i_pubsub_subscription_opt (line 298) | CREATE UNIQUE INDEX i_pubsub_subscription_opt ON pubsub_subscription_opt... type muc_room (line 300) | CREATE TABLE muc_room ( type i_muc_room_name_host (line 308) | CREATE UNIQUE INDEX i_muc_room_name_host USING BTREE ON muc_room(name(75... type i_muc_room_host_created_at (line 309) | CREATE INDEX i_muc_room_host_created_at ON muc_room(host(75), created_at) type muc_registered (line 311) | CREATE TABLE muc_registered ( type i_muc_registered_nick (line 319) | CREATE INDEX i_muc_registered_nick USING BTREE ON muc_registered(nick(75)) type i_muc_registered_jid_host (line 320) | CREATE UNIQUE INDEX i_muc_registered_jid_host USING BTREE ON muc_registe... type muc_online_room (line 322) | CREATE TABLE muc_online_room ( type i_muc_online_room_name_host (line 330) | CREATE UNIQUE INDEX i_muc_online_room_name_host USING BTREE ON muc_onlin... type muc_online_users (line 332) | CREATE TABLE muc_online_users ( type i_muc_online_users (line 342) | CREATE UNIQUE INDEX i_muc_online_users USING BTREE ON muc_online_users(u... type muc_room_subscribers (line 344) | CREATE TABLE muc_room_subscribers ( type i_muc_room_subscribers_host_jid (line 354) | CREATE INDEX i_muc_room_subscribers_host_jid USING BTREE ON muc_room_sub... type i_muc_room_subscribers_jid (line 355) | CREATE INDEX i_muc_room_subscribers_jid USING BTREE ON muc_room_subscrib... type motd (line 357) | CREATE TABLE motd ( type caps_features (line 365) | CREATE TABLE caps_features ( type i_caps_features_node_subnode (line 372) | CREATE INDEX i_caps_features_node_subnode ON caps_features(node(75), sub... type sm (line 374) | CREATE TABLE sm ( type i_sm_node (line 386) | CREATE INDEX i_sm_node ON sm(node(75)) type i_sm_sh_username (line 387) | CREATE INDEX i_sm_sh_username ON sm(server_host(191), username) type oauth_token (line 389) | CREATE TABLE oauth_token ( type oauth_client (line 396) | CREATE TABLE oauth_client ( type route (line 403) | CREATE TABLE route ( type i_route (line 411) | CREATE UNIQUE INDEX i_route ON route(domain(75), server_host(75), node(7... type bosh (line 413) | CREATE TABLE bosh ( type i_bosh_sid (line 419) | CREATE UNIQUE INDEX i_bosh_sid ON bosh(sid(75)) type proxy65 (line 421) | CREATE TABLE proxy65 ( type i_proxy65_sid (line 430) | CREATE UNIQUE INDEX i_proxy65_sid ON proxy65 (sid(191)) type i_proxy65_jid (line 431) | CREATE INDEX i_proxy65_jid ON proxy65 (jid_i(191)) type push_session (line 433) | CREATE TABLE push_session ( type i_push_session_susn (line 443) | CREATE UNIQUE INDEX i_push_session_susn ON push_session (server_host(191... type i_push_session_sh_username_timestamp (line 444) | CREATE INDEX i_push_session_sh_username_timestamp ON push_session (serve... type mix_channel (line 446) | CREATE TABLE mix_channel ( type i_mix_channel (line 457) | CREATE UNIQUE INDEX i_mix_channel ON mix_channel (channel(191), service(... type i_mix_channel_serv (line 458) | CREATE INDEX i_mix_channel_serv ON mix_channel (service(191)) type mix_participant (line 460) | CREATE TABLE mix_participant ( type i_mix_participant (line 471) | CREATE UNIQUE INDEX i_mix_participant ON mix_participant (channel(191), ... type mix_subscription (line 473) | CREATE TABLE mix_subscription ( type i_mix_subscription (line 482) | CREATE UNIQUE INDEX i_mix_subscription ON mix_subscription (channel(153)... type i_mix_subscription_chan_serv_node (line 483) | CREATE INDEX i_mix_subscription_chan_serv_node ON mix_subscription (chan... type mix_pam (line 485) | CREATE TABLE mix_pam ( type i_mix_pam (line 494) | CREATE UNIQUE INDEX i_mix_pam ON mix_pam (username(191), server_host(191... type mqtt_pub (line 496) | CREATE TABLE mqtt_pub ( type invite_token (line 512) | CREATE TABLE invite_token ( type i_invite_token_username (line 524) | CREATE INDEX i_invite_token_username USING BTREE ON invite_token(usernam... type i_invite_token_invitee (line 525) | CREATE INDEX i_invite_token_invitee USING BTREE ON invite_token(invitee(... FILE: sql/mysql.sql type users (line 19) | CREATE TABLE users ( type last (line 35) | CREATE TABLE last ( type rosterusers (line 42) | CREATE TABLE rosterusers ( type i_rosteru_user_jid (line 56) | CREATE UNIQUE INDEX i_rosteru_user_jid ON rosterusers(username(75), jid(... type i_rosteru_jid (line 57) | CREATE INDEX i_rosteru_jid ON rosterusers(jid) type rostergroups (line 59) | CREATE TABLE rostergroups ( type pk_rosterg_user_jid (line 65) | CREATE INDEX pk_rosterg_user_jid ON rostergroups(username(75), jid(75)) type sr_group (line 67) | CREATE TABLE sr_group ( type i_sr_group_name (line 73) | CREATE UNIQUE INDEX i_sr_group_name ON sr_group(name) type sr_user (line 75) | CREATE TABLE sr_user ( type i_sr_user_jid_group (line 81) | CREATE UNIQUE INDEX i_sr_user_jid_group ON sr_user(jid(75), grp(75)) type i_sr_user_grp (line 82) | CREATE INDEX i_sr_user_grp ON sr_user(grp) type spool (line 84) | CREATE TABLE spool ( type i_despool (line 91) | CREATE INDEX i_despool USING BTREE ON spool(username) type i_spool_created_at (line 92) | CREATE INDEX i_spool_created_at USING BTREE ON spool(created_at) type archive (line 94) | CREATE TABLE archive ( type i_text (line 108) | CREATE FULLTEXT INDEX i_text ON archive(txt) type i_username_timestamp (line 109) | CREATE INDEX i_username_timestamp USING BTREE ON archive(username(191), ... type i_username_peer (line 110) | CREATE INDEX i_username_peer USING BTREE ON archive(username(191), peer(... type i_username_bare_peer (line 111) | CREATE INDEX i_username_bare_peer USING BTREE ON archive(username(191), ... type i_timestamp (line 112) | CREATE INDEX i_timestamp USING BTREE ON archive(timestamp) type i_archive_username_origin_id (line 113) | CREATE INDEX i_archive_username_origin_id USING BTREE ON archive(usernam... type archive_prefs (line 120) | CREATE TABLE archive_prefs ( type vcard (line 128) | CREATE TABLE vcard ( type vcard_search (line 134) | CREATE TABLE vcard_search ( type i_vcard_search_lfn (line 161) | CREATE INDEX i_vcard_search_lfn ON vcard_search(lfn) type i_vcard_search_lfamily (line 162) | CREATE INDEX i_vcard_search_lfamily ON vcard_search(lfamily) type i_vcard_search_lgiven (line 163) | CREATE INDEX i_vcard_search_lgiven ON vcard_search(lgiven) type i_vcard_search_lmiddle (line 164) | CREATE INDEX i_vcard_search_lmiddle ON vcard_search(lmiddle) type i_vcard_search_lnickname (line 165) | CREATE INDEX i_vcard_search_lnickname ON vcard_search(lnickname) type i_vcard_search_lbday (line 166) | CREATE INDEX i_vcard_search_lbday ON vcard_search(lbday) type i_vcard_search_lctry (line 167) | CREATE INDEX i_vcard_search_lctry ON vcard_search(lctry) type i_vcard_search_llocality (line 168) | CREATE INDEX i_vcard_search_llocality ON vcard_search(llocality) type i_vcard_search_lemail (line 169) | CREATE INDEX i_vcard_search_lemail ON vcard_search(lemail) type i_vcard_search_lorgname (line 170) | CREATE INDEX i_vcard_search_lorgname ON vcard_search(lorgname) type i_vcard_search_lorgunit (line 171) | CREATE INDEX i_vcard_search_lorgunit ON vcard_search(lorgunit) type privacy_default_list (line 173) | CREATE TABLE privacy_default_list ( type privacy_list (line 178) | CREATE TABLE privacy_list ( type i_privacy_list_username_name (line 185) | CREATE UNIQUE INDEX i_privacy_list_username_name USING BTREE ON privacy_... type privacy_list_data (line 187) | CREATE TABLE privacy_list_data ( type i_privacy_list_data_id (line 200) | CREATE INDEX i_privacy_list_data_id ON privacy_list_data(id) type private_storage (line 202) | CREATE TABLE private_storage ( type i_private_storage_username_namespace (line 209) | CREATE UNIQUE INDEX i_private_storage_username_namespace USING BTREE ON ... type roster_version (line 212) | CREATE TABLE roster_version ( type pubsub_node (line 222) | CREATE TABLE pubsub_node ( type i_pubsub_node_parent (line 229) | CREATE INDEX i_pubsub_node_parent ON pubsub_node(parent(120)) type i_pubsub_node_tuple (line 230) | CREATE UNIQUE INDEX i_pubsub_node_tuple ON pubsub_node(host(71), node(120)) type pubsub_node_option (line 232) | CREATE TABLE pubsub_node_option ( type i_pubsub_node_option_nodeid (line 237) | CREATE INDEX i_pubsub_node_option_nodeid ON pubsub_node_option(nodeid) type pubsub_node_owner (line 240) | CREATE TABLE pubsub_node_owner ( type i_pubsub_node_owner_nodeid (line 244) | CREATE INDEX i_pubsub_node_owner_nodeid ON pubsub_node_owner(nodeid) type pubsub_state (line 247) | CREATE TABLE pubsub_state ( type i_pubsub_state_jid (line 254) | CREATE INDEX i_pubsub_state_jid ON pubsub_state(jid(60)) type i_pubsub_state_tuple (line 255) | CREATE UNIQUE INDEX i_pubsub_state_tuple ON pubsub_state(nodeid, jid(60)) type pubsub_item (line 258) | CREATE TABLE pubsub_item ( type i_pubsub_item_itemid (line 266) | CREATE INDEX i_pubsub_item_itemid ON pubsub_item(itemid(36)) type i_pubsub_item_tuple (line 267) | CREATE UNIQUE INDEX i_pubsub_item_tuple ON pubsub_item(nodeid, itemid(36)) type pubsub_subscription_opt (line 270) | CREATE TABLE pubsub_subscription_opt ( type i_pubsub_subscription_opt (line 275) | CREATE UNIQUE INDEX i_pubsub_subscription_opt ON pubsub_subscription_opt... type muc_room (line 277) | CREATE TABLE muc_room ( type i_muc_room_name_host (line 284) | CREATE UNIQUE INDEX i_muc_room_name_host USING BTREE ON muc_room(name(75... type i_muc_room_host_created_at (line 285) | CREATE INDEX i_muc_room_host_created_at ON muc_room(host(75), created_at) type muc_registered (line 287) | CREATE TABLE muc_registered ( type i_muc_registered_nick (line 294) | CREATE INDEX i_muc_registered_nick USING BTREE ON muc_registered(nick(75)) type i_muc_registered_jid_host (line 295) | CREATE UNIQUE INDEX i_muc_registered_jid_host USING BTREE ON muc_registe... type muc_online_room (line 297) | CREATE TABLE muc_online_room ( type i_muc_online_room_name_host (line 304) | CREATE UNIQUE INDEX i_muc_online_room_name_host USING BTREE ON muc_onlin... type muc_online_users (line 306) | CREATE TABLE muc_online_users ( type i_muc_online_users (line 315) | CREATE UNIQUE INDEX i_muc_online_users USING BTREE ON muc_online_users(u... type muc_room_subscribers (line 317) | CREATE TABLE muc_room_subscribers ( type i_muc_room_subscribers_host_jid (line 327) | CREATE INDEX i_muc_room_subscribers_host_jid USING BTREE ON muc_room_sub... type i_muc_room_subscribers_jid (line 328) | CREATE INDEX i_muc_room_subscribers_jid USING BTREE ON muc_room_subscrib... type motd (line 330) | CREATE TABLE motd ( type caps_features (line 336) | CREATE TABLE caps_features ( type i_caps_features_node_subnode (line 343) | CREATE INDEX i_caps_features_node_subnode ON caps_features(node(75), sub... type sm (line 345) | CREATE TABLE sm ( type i_sid (line 355) | CREATE UNIQUE INDEX i_sid ON sm(usec, pid(75)) type i_node (line 356) | CREATE INDEX i_node ON sm(node(75)) type i_username (line 357) | CREATE INDEX i_username ON sm(username) type oauth_token (line 359) | CREATE TABLE oauth_token ( type oauth_client (line 366) | CREATE TABLE oauth_client ( type route (line 373) | CREATE TABLE route ( type i_route (line 381) | CREATE UNIQUE INDEX i_route ON route(domain(75), server_host(75), node(7... type bosh (line 383) | CREATE TABLE bosh ( type i_bosh_sid (line 389) | CREATE UNIQUE INDEX i_bosh_sid ON bosh(sid(75)) type proxy65 (line 391) | CREATE TABLE proxy65 ( type i_proxy65_sid (line 400) | CREATE UNIQUE INDEX i_proxy65_sid ON proxy65 (sid(191)) type i_proxy65_jid (line 401) | CREATE INDEX i_proxy65_jid ON proxy65 (jid_i(191)) type push_session (line 403) | CREATE TABLE push_session ( type i_push_usn (line 411) | CREATE UNIQUE INDEX i_push_usn ON push_session (username(191), service(1... type i_push_ut (line 412) | CREATE UNIQUE INDEX i_push_ut ON push_session (username(191), timestamp) type mix_channel (line 414) | CREATE TABLE mix_channel ( type i_mix_channel (line 425) | CREATE UNIQUE INDEX i_mix_channel ON mix_channel (channel(191), service(... type i_mix_channel_serv (line 426) | CREATE INDEX i_mix_channel_serv ON mix_channel (service(191)) type mix_participant (line 428) | CREATE TABLE mix_participant ( type i_mix_participant (line 439) | CREATE UNIQUE INDEX i_mix_participant ON mix_participant (channel(191), ... type mix_subscription (line 441) | CREATE TABLE mix_subscription ( type i_mix_subscription (line 450) | CREATE UNIQUE INDEX i_mix_subscription ON mix_subscription (channel(153)... type i_mix_subscription_chan_serv_node (line 451) | CREATE INDEX i_mix_subscription_chan_serv_node ON mix_subscription (chan... type mix_pam (line 453) | CREATE TABLE mix_pam ( type i_mix_pam (line 461) | CREATE UNIQUE INDEX i_mix_pam ON mix_pam (username(191), channel(191), s... type mqtt_pub (line 463) | CREATE TABLE mqtt_pub ( type invite_token (line 478) | CREATE TABLE invite_token ( type i_invite_token_username (line 489) | CREATE INDEX i_invite_token_username USING BTREE ON invite_token(usernam... type i_invite_token_invitee (line 490) | CREATE INDEX i_invite_token_invitee USING BTREE ON invite_token(invitee(... FILE: sql/pg.new.sql type users (line 172) | CREATE TABLE users ( type last (line 189) | CREATE TABLE last ( type rosterusers (line 198) | CREATE TABLE rosterusers ( type i_rosteru_sh_user_jid (line 213) | CREATE UNIQUE INDEX i_rosteru_sh_user_jid ON rosterusers USING btree (se... type i_rosteru_sh_jid (line 214) | CREATE INDEX i_rosteru_sh_jid ON rosterusers USING btree (server_host, jid) type rostergroups (line 217) | CREATE TABLE rostergroups ( type i_rosterg_sh_user_jid (line 224) | CREATE INDEX i_rosterg_sh_user_jid ON rostergroups USING btree (server_h... type sr_group (line 226) | CREATE TABLE sr_group ( type i_sr_group_sh_name (line 233) | CREATE UNIQUE INDEX i_sr_group_sh_name ON sr_group USING btree (server_h... type sr_user (line 235) | CREATE TABLE sr_user ( type i_sr_user_sh_jid_grp (line 242) | CREATE UNIQUE INDEX i_sr_user_sh_jid_grp ON sr_user USING btree (server_... type i_sr_user_sh_grp (line 243) | CREATE INDEX i_sr_user_sh_grp ON sr_user USING btree (server_host, grp) type spool (line 245) | CREATE TABLE spool ( type i_spool_sh_username (line 253) | CREATE INDEX i_spool_sh_username ON spool USING btree (server_host, user... type archive (line 255) | CREATE TABLE archive ( type i_archive_sh_username_timestamp (line 270) | CREATE INDEX i_archive_sh_username_timestamp ON archive USING btree (ser... type i_archive_sh_username_peer (line 271) | CREATE INDEX i_archive_sh_username_peer ON archive USING btree (server_h... type i_archive_sh_username_bare_peer (line 272) | CREATE INDEX i_archive_sh_username_bare_peer ON archive USING btree (ser... type i_archive_sh_timestamp (line 273) | CREATE INDEX i_archive_sh_timestamp ON archive USING btree (server_host,... type i_archive_sh_username_origin_id (line 274) | CREATE INDEX i_archive_sh_username_origin_id ON archive USING btree (ser... type archive_prefs (line 281) | CREATE TABLE archive_prefs ( type vcard (line 291) | CREATE TABLE vcard ( type vcard_search (line 299) | CREATE TABLE vcard_search ( type i_vcard_search_sh_lfn (line 328) | CREATE INDEX i_vcard_search_sh_lfn ON vcard_search(server_host, lfn) type i_vcard_search_sh_lfamily (line 329) | CREATE INDEX i_vcard_search_sh_lfamily ON vcard_search(server_host, lf... type i_vcard_search_sh_lgiven (line 330) | CREATE INDEX i_vcard_search_sh_lgiven ON vcard_search(server_host, lg... type i_vcard_search_sh_lmiddle (line 331) | CREATE INDEX i_vcard_search_sh_lmiddle ON vcard_search(server_host, lm... type i_vcard_search_sh_lnickname (line 332) | CREATE INDEX i_vcard_search_sh_lnickname ON vcard_search(server_host, ln... type i_vcard_search_sh_lbday (line 333) | CREATE INDEX i_vcard_search_sh_lbday ON vcard_search(server_host, lb... type i_vcard_search_sh_lctry (line 334) | CREATE INDEX i_vcard_search_sh_lctry ON vcard_search(server_host, lc... type i_vcard_search_sh_llocality (line 335) | CREATE INDEX i_vcard_search_sh_llocality ON vcard_search(server_host, ll... type i_vcard_search_sh_lemail (line 336) | CREATE INDEX i_vcard_search_sh_lemail ON vcard_search(server_host, le... type i_vcard_search_sh_lorgname (line 337) | CREATE INDEX i_vcard_search_sh_lorgname ON vcard_search(server_host, lo... type i_vcard_search_sh_lorgunit (line 338) | CREATE INDEX i_vcard_search_sh_lorgunit ON vcard_search(server_host, lo... type privacy_default_list (line 340) | CREATE TABLE privacy_default_list ( type privacy_list (line 347) | CREATE TABLE privacy_list ( type i_privacy_list_sh_username_name (line 355) | CREATE UNIQUE INDEX i_privacy_list_sh_username_name ON privacy_list USIN... type privacy_list_data (line 357) | CREATE TABLE privacy_list_data ( type i_privacy_list_data_id (line 370) | CREATE INDEX i_privacy_list_data_id ON privacy_list_data USING btree (id) type private_storage (line 372) | CREATE TABLE private_storage ( type i_private_storage_sh_username_namespace (line 380) | CREATE UNIQUE INDEX i_private_storage_sh_username_namespace ON private_s... type roster_version (line 382) | CREATE TABLE roster_version ( type pubsub_node (line 401) | CREATE TABLE pubsub_node ( type i_pubsub_node_parent (line 408) | CREATE INDEX i_pubsub_node_parent ON pubsub_node USING btree (parent) type i_pubsub_node_tuple (line 409) | CREATE UNIQUE INDEX i_pubsub_node_tuple ON pubsub_node USING btree (host... type pubsub_node_option (line 411) | CREATE TABLE pubsub_node_option ( type i_pubsub_node_option_nodeid (line 416) | CREATE INDEX i_pubsub_node_option_nodeid ON pubsub_node_option USING btr... type pubsub_node_owner (line 418) | CREATE TABLE pubsub_node_owner ( type i_pubsub_node_owner_nodeid (line 422) | CREATE INDEX i_pubsub_node_owner_nodeid ON pubsub_node_owner USING btree... type pubsub_state (line 424) | CREATE TABLE pubsub_state ( type i_pubsub_state_jid (line 431) | CREATE INDEX i_pubsub_state_jid ON pubsub_state USING btree (jid) type i_pubsub_state_tuple (line 432) | CREATE UNIQUE INDEX i_pubsub_state_tuple ON pubsub_state USING btree (no... type pubsub_item (line 434) | CREATE TABLE pubsub_item ( type i_pubsub_item_itemid (line 442) | CREATE INDEX i_pubsub_item_itemid ON pubsub_item USING btree (itemid) type i_pubsub_item_tuple (line 443) | CREATE UNIQUE INDEX i_pubsub_item_tuple ON pubsub_item USING btree (node... type pubsub_subscription_opt (line 445) | CREATE TABLE pubsub_subscription_opt ( type i_pubsub_subscription_opt (line 450) | CREATE UNIQUE INDEX i_pubsub_subscription_opt ON pubsub_subscription_opt... type muc_room (line 452) | CREATE TABLE muc_room ( type i_muc_room_name_host (line 460) | CREATE UNIQUE INDEX i_muc_room_name_host ON muc_room USING btree (name, ... type i_muc_room_host_created_at (line 461) | CREATE INDEX i_muc_room_host_created_at ON muc_room USING btree (host, c... type muc_registered (line 463) | CREATE TABLE muc_registered ( type i_muc_registered_nick (line 471) | CREATE INDEX i_muc_registered_nick ON muc_registered USING btree (nick) type i_muc_registered_jid_host (line 472) | CREATE UNIQUE INDEX i_muc_registered_jid_host ON muc_registered USING bt... type muc_online_room (line 474) | CREATE TABLE muc_online_room ( type i_muc_online_room_name_host (line 482) | CREATE UNIQUE INDEX i_muc_online_room_name_host ON muc_online_room USING... type muc_online_users (line 484) | CREATE TABLE muc_online_users ( type i_muc_online_users (line 494) | CREATE UNIQUE INDEX i_muc_online_users ON muc_online_users USING btree (... type muc_room_subscribers (line 496) | CREATE TABLE muc_room_subscribers ( type i_muc_room_subscribers_host_jid (line 505) | CREATE INDEX i_muc_room_subscribers_host_jid ON muc_room_subscribers USI... type i_muc_room_subscribers_jid (line 506) | CREATE INDEX i_muc_room_subscribers_jid ON muc_room_subscribers USING bt... type i_muc_room_subscribers_host_room_jid (line 507) | CREATE UNIQUE INDEX i_muc_room_subscribers_host_room_jid ON muc_room_sub... type motd (line 509) | CREATE TABLE motd ( type caps_features (line 517) | CREATE TABLE caps_features ( type i_caps_features_node_subnode (line 524) | CREATE INDEX i_caps_features_node_subnode ON caps_features USING btree (... type sm (line 526) | CREATE TABLE sm ( type i_sm_node (line 538) | CREATE INDEX i_sm_node ON sm USING btree (node) type i_sm_sh_username (line 539) | CREATE INDEX i_sm_sh_username ON sm USING btree (server_host, username) type oauth_token (line 541) | CREATE TABLE oauth_token ( type i_oauth_token_token (line 548) | CREATE UNIQUE INDEX i_oauth_token_token ON oauth_token USING btree (token) type oauth_client (line 550) | CREATE TABLE oauth_client ( type route (line 557) | CREATE TABLE route ( type i_route (line 565) | CREATE UNIQUE INDEX i_route ON route USING btree (domain, server_host, n... type bosh (line 567) | CREATE TABLE bosh ( type i_bosh_sid (line 573) | CREATE UNIQUE INDEX i_bosh_sid ON bosh USING btree (sid) type proxy65 (line 575) | CREATE TABLE proxy65 ( type i_proxy65_sid (line 584) | CREATE UNIQUE INDEX i_proxy65_sid ON proxy65 USING btree (sid) type i_proxy65_jid (line 585) | CREATE INDEX i_proxy65_jid ON proxy65 USING btree (jid_i) type push_session (line 587) | CREATE TABLE push_session ( type i_push_session_susn (line 597) | CREATE UNIQUE INDEX i_push_session_susn ON push_session USING btree (ser... type i_push_session_sh_username_timestamp (line 598) | CREATE INDEX i_push_session_sh_username_timestamp ON push_session USING ... type mix_channel (line 600) | CREATE TABLE mix_channel ( type i_mix_channel (line 611) | CREATE UNIQUE INDEX i_mix_channel ON mix_channel (channel, service) type i_mix_channel_serv (line 612) | CREATE INDEX i_mix_channel_serv ON mix_channel (service) type mix_participant (line 614) | CREATE TABLE mix_participant ( type i_mix_participant (line 625) | CREATE UNIQUE INDEX i_mix_participant ON mix_participant (channel, servi... type mix_subscription (line 627) | CREATE TABLE mix_subscription ( type i_mix_subscription (line 636) | CREATE UNIQUE INDEX i_mix_subscription ON mix_subscription (channel, ser... type i_mix_subscription_chan_serv_node (line 637) | CREATE INDEX i_mix_subscription_chan_serv_node ON mix_subscription (chan... type mix_pam (line 639) | CREATE TABLE mix_pam ( type i_mix_pam (line 648) | CREATE UNIQUE INDEX i_mix_pam ON mix_pam (username, server_host, channel... type mqtt_pub (line 650) | CREATE TABLE mqtt_pub ( type i_mqtt_topic_server (line 665) | CREATE UNIQUE INDEX i_mqtt_topic_server ON mqtt_pub (topic, server_host) type invite_token (line 667) | CREATE TABLE invite_token ( type i_invite_token_username_server_host (line 678) | CREATE INDEX i_invite_token_username_server_host ON invite_token USING b... type i_invite_token_invitee (line 679) | CREATE INDEX i_invite_token_invitee ON invite_token USING btree (invitee) FILE: sql/pg.sql type users (line 19) | CREATE TABLE users ( type last (line 35) | CREATE TABLE last ( type rosterusers (line 42) | CREATE TABLE rosterusers ( type i_rosteru_user_jid (line 56) | CREATE UNIQUE INDEX i_rosteru_user_jid ON rosterusers USING btree (usern... type i_rosteru_jid (line 57) | CREATE INDEX i_rosteru_jid ON rosterusers USING btree (jid) type rostergroups (line 60) | CREATE TABLE rostergroups ( type pk_rosterg_user_jid (line 66) | CREATE INDEX pk_rosterg_user_jid ON rostergroups USING btree (username, ... type sr_group (line 68) | CREATE TABLE sr_group ( type i_sr_group_name (line 74) | CREATE UNIQUE INDEX i_sr_group_name ON sr_group USING btree (name) type sr_user (line 76) | CREATE TABLE sr_user ( type i_sr_user_jid_grp (line 82) | CREATE UNIQUE INDEX i_sr_user_jid_grp ON sr_user USING btree (jid, grp) type i_sr_user_grp (line 83) | CREATE INDEX i_sr_user_grp ON sr_user USING btree (grp) type spool (line 85) | CREATE TABLE spool ( type i_despool (line 92) | CREATE INDEX i_despool ON spool USING btree (username) type archive (line 94) | CREATE TABLE archive ( type i_username_timestamp (line 108) | CREATE INDEX i_username_timestamp ON archive USING btree (username, time... type i_username_peer (line 109) | CREATE INDEX i_username_peer ON archive USING btree (username, peer) type i_username_bare_peer (line 110) | CREATE INDEX i_username_bare_peer ON archive USING btree (username, bare... type i_timestamp (line 111) | CREATE INDEX i_timestamp ON archive USING btree (timestamp) type i_archive_username_origin_id (line 112) | CREATE INDEX i_archive_username_origin_id ON archive USING btree (userna... type archive_prefs (line 119) | CREATE TABLE archive_prefs ( type vcard (line 127) | CREATE TABLE vcard ( type vcard_search (line 133) | CREATE TABLE vcard_search ( type i_vcard_search_lfn (line 160) | CREATE INDEX i_vcard_search_lfn ON vcard_search(lfn) type i_vcard_search_lfamily (line 161) | CREATE INDEX i_vcard_search_lfamily ON vcard_search(lfamily) type i_vcard_search_lgiven (line 162) | CREATE INDEX i_vcard_search_lgiven ON vcard_search(lgiven) type i_vcard_search_lmiddle (line 163) | CREATE INDEX i_vcard_search_lmiddle ON vcard_search(lmiddle) type i_vcard_search_lnickname (line 164) | CREATE INDEX i_vcard_search_lnickname ON vcard_search(lnickname) type i_vcard_search_lbday (line 165) | CREATE INDEX i_vcard_search_lbday ON vcard_search(lbday) type i_vcard_search_lctry (line 166) | CREATE INDEX i_vcard_search_lctry ON vcard_search(lctry) type i_vcard_search_llocality (line 167) | CREATE INDEX i_vcard_search_llocality ON vcard_search(llocality) type i_vcard_search_lemail (line 168) | CREATE INDEX i_vcard_search_lemail ON vcard_search(lemail) type i_vcard_search_lorgname (line 169) | CREATE INDEX i_vcard_search_lorgname ON vcard_search(lorgname) type i_vcard_search_lorgunit (line 170) | CREATE INDEX i_vcard_search_lorgunit ON vcard_search(lorgunit) type privacy_default_list (line 172) | CREATE TABLE privacy_default_list ( type privacy_list (line 177) | CREATE TABLE privacy_list ( type i_privacy_list_username_name (line 184) | CREATE UNIQUE INDEX i_privacy_list_username_name ON privacy_list USING b... type privacy_list_data (line 186) | CREATE TABLE privacy_list_data ( type i_privacy_list_data_id (line 199) | CREATE INDEX i_privacy_list_data_id ON privacy_list_data USING btree (id) type private_storage (line 201) | CREATE TABLE private_storage ( type i_private_storage_username_namespace (line 208) | CREATE UNIQUE INDEX i_private_storage_username_namespace ON private_stor... type roster_version (line 211) | CREATE TABLE roster_version ( type pubsub_node (line 228) | CREATE TABLE pubsub_node ( type i_pubsub_node_parent (line 235) | CREATE INDEX i_pubsub_node_parent ON pubsub_node USING btree (parent) type i_pubsub_node_tuple (line 236) | CREATE UNIQUE INDEX i_pubsub_node_tuple ON pubsub_node USING btree (host... type pubsub_node_option (line 238) | CREATE TABLE pubsub_node_option ( type i_pubsub_node_option_nodeid (line 243) | CREATE INDEX i_pubsub_node_option_nodeid ON pubsub_node_option USING btr... type pubsub_node_owner (line 245) | CREATE TABLE pubsub_node_owner ( type i_pubsub_node_owner_nodeid (line 249) | CREATE INDEX i_pubsub_node_owner_nodeid ON pubsub_node_owner USING btree... type pubsub_state (line 251) | CREATE TABLE pubsub_state ( type i_pubsub_state_jid (line 258) | CREATE INDEX i_pubsub_state_jid ON pubsub_state USING btree (jid) type i_pubsub_state_tuple (line 259) | CREATE UNIQUE INDEX i_pubsub_state_tuple ON pubsub_state USING btree (no... type pubsub_item (line 261) | CREATE TABLE pubsub_item ( type i_pubsub_item_itemid (line 269) | CREATE INDEX i_pubsub_item_itemid ON pubsub_item USING btree (itemid) type i_pubsub_item_tuple (line 270) | CREATE UNIQUE INDEX i_pubsub_item_tuple ON pubsub_item USING btree (node... type pubsub_subscription_opt (line 272) | CREATE TABLE pubsub_subscription_opt ( type i_pubsub_subscription_opt (line 277) | CREATE UNIQUE INDEX i_pubsub_subscription_opt ON pubsub_subscription_opt... type muc_room (line 279) | CREATE TABLE muc_room ( type i_muc_room_name_host (line 286) | CREATE UNIQUE INDEX i_muc_room_name_host ON muc_room USING btree (name, ... type i_muc_room_host_created_at (line 287) | CREATE INDEX i_muc_room_host_created_at ON muc_room USING btree (host, c... type muc_registered (line 289) | CREATE TABLE muc_registered ( type i_muc_registered_nick (line 296) | CREATE INDEX i_muc_registered_nick ON muc_registered USING btree (nick) type i_muc_registered_jid_host (line 297) | CREATE UNIQUE INDEX i_muc_registered_jid_host ON muc_registered USING bt... type muc_online_room (line 299) | CREATE TABLE muc_online_room ( type i_muc_online_room_name_host (line 306) | CREATE UNIQUE INDEX i_muc_online_room_name_host ON muc_online_room USING... type muc_online_users (line 308) | CREATE TABLE muc_online_users ( type i_muc_online_users (line 317) | CREATE UNIQUE INDEX i_muc_online_users ON muc_online_users USING btree (... type muc_room_subscribers (line 319) | CREATE TABLE muc_room_subscribers ( type i_muc_room_subscribers_host_jid (line 328) | CREATE INDEX i_muc_room_subscribers_host_jid ON muc_room_subscribers USI... type i_muc_room_subscribers_jid (line 329) | CREATE INDEX i_muc_room_subscribers_jid ON muc_room_subscribers USING bt... type i_muc_room_subscribers_host_room_jid (line 330) | CREATE UNIQUE INDEX i_muc_room_subscribers_host_room_jid ON muc_room_sub... type motd (line 332) | CREATE TABLE motd ( type caps_features (line 338) | CREATE TABLE caps_features ( type i_caps_features_node_subnode (line 345) | CREATE INDEX i_caps_features_node_subnode ON caps_features USING btree (... type sm (line 347) | CREATE TABLE sm ( type i_sm_sid (line 357) | CREATE UNIQUE INDEX i_sm_sid ON sm USING btree (usec, pid) type i_sm_node (line 358) | CREATE INDEX i_sm_node ON sm USING btree (node) type i_sm_username (line 359) | CREATE INDEX i_sm_username ON sm USING btree (username) type oauth_token (line 361) | CREATE TABLE oauth_token ( type i_oauth_token_token (line 368) | CREATE UNIQUE INDEX i_oauth_token_token ON oauth_token USING btree (token) type oauth_client (line 370) | CREATE TABLE oauth_client ( type route (line 377) | CREATE TABLE route ( type i_route (line 385) | CREATE UNIQUE INDEX i_route ON route USING btree (domain, server_host, n... type bosh (line 387) | CREATE TABLE bosh ( type i_bosh_sid (line 393) | CREATE UNIQUE INDEX i_bosh_sid ON bosh USING btree (sid) type proxy65 (line 395) | CREATE TABLE proxy65 ( type i_proxy65_sid (line 404) | CREATE UNIQUE INDEX i_proxy65_sid ON proxy65 USING btree (sid) type i_proxy65_jid (line 405) | CREATE INDEX i_proxy65_jid ON proxy65 USING btree (jid_i) type push_session (line 407) | CREATE TABLE push_session ( type i_push_usn (line 415) | CREATE UNIQUE INDEX i_push_usn ON push_session USING btree (username, se... type i_push_ut (line 416) | CREATE INDEX i_push_ut ON push_session USING btree (username, timestamp) type mix_channel (line 418) | CREATE TABLE mix_channel ( type i_mix_channel (line 429) | CREATE UNIQUE INDEX i_mix_channel ON mix_channel (channel, service) type i_mix_channel_serv (line 430) | CREATE INDEX i_mix_channel_serv ON mix_channel (service) type mix_participant (line 432) | CREATE TABLE mix_participant ( type i_mix_participant (line 443) | CREATE UNIQUE INDEX i_mix_participant ON mix_participant (channel, servi... type mix_subscription (line 445) | CREATE TABLE mix_subscription ( type i_mix_subscription (line 454) | CREATE UNIQUE INDEX i_mix_subscription ON mix_subscription (channel, ser... type i_mix_subscription_chan_serv_node (line 455) | CREATE INDEX i_mix_subscription_chan_serv_node ON mix_subscription (chan... type mix_pam (line 457) | CREATE TABLE mix_pam ( type i_mix_pam (line 465) | CREATE UNIQUE INDEX i_mix_pam ON mix_pam (username, channel, service) type mqtt_pub (line 467) | CREATE TABLE mqtt_pub ( type i_mqtt_topic (line 481) | CREATE UNIQUE INDEX i_mqtt_topic ON mqtt_pub (topic) type invite_token (line 483) | CREATE TABLE invite_token ( type i_invite_token_username (line 493) | CREATE INDEX i_invite_token_username ON invite_token USING btree (username) type i_invite_token_invitee (line 494) | CREATE INDEX i_invite_token_invitee ON invite_token USING btree (invitee) FILE: test/ejabberd_SUITE_data/extauth.py function read_from_stdin (line 6) | def read_from_stdin(read_bytes): function read (line 12) | def read(): function write (line 45) | def write(result): FILE: test/elixir-config/attr_test.exs class Ejabberd.Config.AttrTest (line 1) | defmodule Ejabberd.Config.AttrTest FILE: test/elixir-config/config_test.exs class Ejabberd.ConfigTest (line 1) | defmodule Ejabberd.ConfigTest FILE: test/elixir-config/ejabberd_logger.exs class Ejabberd.Config.EjabberdLoggerTest (line 1) | defmodule Ejabberd.Config.EjabberdLoggerTest FILE: test/elixir-config/shared/ejabberd.exs class Ejabberd.ConfigFile (line 1) | defmodule Ejabberd.ConfigFile method start (line 4) | def start do method shaper (line 11) | defp shaper do FILE: test/elixir-config/shared/ejabberd_different_from_default.exs class Ejabberd.ConfigFile (line 1) | defmodule Ejabberd.ConfigFile method start (line 4) | def start do FILE: test/elixir-config/shared/ejabberd_for_validation.exs class Ejabberd.ConfigFile (line 1) | defmodule Ejabberd.ConfigFile method start (line 4) | def start do FILE: test/elixir-config/validation_test.exs class Ejabberd.Config.ValidationTest (line 1) | defmodule Ejabberd.Config.ValidationTest