This file is indexed.

/usr/share/gtk-doc/html/loudmouth/loudmouth.devhelp2 is in libloudmouth1-dev 1.4.3-10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
<book xmlns="http://www.devhelp.net/book" title="Loudmouth Reference Manual" link="index.html" author="" name="loudmouth" version="2" language="c">
  <chapters>
    <sub name="Loudmouth" link="ch01.html">
      <sub name="LmConnection" link="loudmouth-lm-connection.html"/>
      <sub name="LmError" link="loudmouth-lm-error.html"/>
      <sub name="LmMessage" link="loudmouth-lm-message.html"/>
      <sub name="LmMessageHandler" link="loudmouth-lm-message-handler.html"/>
      <sub name="LmMessageNode" link="loudmouth-lm-message-node.html"/>
      <sub name="LmSSL" link="loudmouth-lm-ssl.html"/>
      <sub name="LmProxy" link="loudmouth-lm-proxy.html"/>
      <sub name="Miscellaneous Utility Functions" link="loudmouth-lm-utils.html"/>
    </sub>
  </chapters>
  <functions>
    <keyword type="macro" name="LM_CONNECTION()" link="loudmouth-lm-connection.html#LM-CONNECTION:CAPS"/>
    <keyword type="macro" name="LM_CONNECTION_DEFAULT_PORT" link="loudmouth-lm-connection.html#LM-CONNECTION-DEFAULT-PORT:CAPS"/>
    <keyword type="macro" name="LM_CONNECTION_DEFAULT_PORT_SSL" link="loudmouth-lm-connection.html#LM-CONNECTION-DEFAULT-PORT-SSL:CAPS"/>
    <keyword type="struct" name="LmConnection" link="loudmouth-lm-connection.html#LmConnection"/>
    <keyword type="enum" name="enum LmHandlerResult" link="loudmouth-lm-connection.html#LmHandlerResult"/>
    <keyword type="enum" name="enum LmHandlerPriority" link="loudmouth-lm-connection.html#LmHandlerPriority"/>
    <keyword type="enum" name="enum LmDisconnectReason" link="loudmouth-lm-connection.html#LmDisconnectReason"/>
    <keyword type="enum" name="enum LmConnectionState" link="loudmouth-lm-connection.html#LmConnectionState"/>
    <keyword type="function" name="LmResultFunction ()" link="loudmouth-lm-connection.html#LmResultFunction"/>
    <keyword type="function" name="LmDisconnectFunction ()" link="loudmouth-lm-connection.html#LmDisconnectFunction"/>
    <keyword type="function" name="lm_connection_new ()" link="loudmouth-lm-connection.html#lm-connection-new"/>
    <keyword type="function" name="lm_connection_new_with_context ()" link="loudmouth-lm-connection.html#lm-connection-new-with-context"/>
    <keyword type="function" name="lm_connection_open ()" link="loudmouth-lm-connection.html#lm-connection-open"/>
    <keyword type="function" name="lm_connection_open_and_block ()" link="loudmouth-lm-connection.html#lm-connection-open-and-block"/>
    <keyword type="function" name="lm_connection_close ()" link="loudmouth-lm-connection.html#lm-connection-close"/>
    <keyword type="function" name="lm_connection_authenticate ()" link="loudmouth-lm-connection.html#lm-connection-authenticate"/>
    <keyword type="function" name="lm_connection_authenticate_and_block ()" link="loudmouth-lm-connection.html#lm-connection-authenticate-and-block"/>
    <keyword type="function" name="lm_connection_get_keep_alive_rate ()" link="loudmouth-lm-connection.html#lm-connection-get-keep-alive-rate"/>
    <keyword type="function" name="lm_connection_set_keep_alive_rate ()" link="loudmouth-lm-connection.html#lm-connection-set-keep-alive-rate"/>
    <keyword type="function" name="lm_connection_is_open ()" link="loudmouth-lm-connection.html#lm-connection-is-open"/>
    <keyword type="function" name="lm_connection_is_authenticated ()" link="loudmouth-lm-connection.html#lm-connection-is-authenticated"/>
    <keyword type="function" name="lm_connection_get_server ()" link="loudmouth-lm-connection.html#lm-connection-get-server"/>
    <keyword type="function" name="lm_connection_set_server ()" link="loudmouth-lm-connection.html#lm-connection-set-server"/>
    <keyword type="function" name="lm_connection_get_jid ()" link="loudmouth-lm-connection.html#lm-connection-get-jid"/>
    <keyword type="function" name="lm_connection_set_jid ()" link="loudmouth-lm-connection.html#lm-connection-set-jid"/>
    <keyword type="function" name="lm_connection_get_port ()" link="loudmouth-lm-connection.html#lm-connection-get-port"/>
    <keyword type="function" name="lm_connection_set_port ()" link="loudmouth-lm-connection.html#lm-connection-set-port"/>
    <keyword type="function" name="lm_connection_get_ssl ()" link="loudmouth-lm-connection.html#lm-connection-get-ssl"/>
    <keyword type="function" name="lm_connection_set_ssl ()" link="loudmouth-lm-connection.html#lm-connection-set-ssl"/>
    <keyword type="function" name="lm_connection_get_proxy ()" link="loudmouth-lm-connection.html#lm-connection-get-proxy"/>
    <keyword type="function" name="lm_connection_set_proxy ()" link="loudmouth-lm-connection.html#lm-connection-set-proxy"/>
    <keyword type="function" name="lm_connection_send ()" link="loudmouth-lm-connection.html#lm-connection-send"/>
    <keyword type="function" name="lm_connection_send_with_reply ()" link="loudmouth-lm-connection.html#lm-connection-send-with-reply"/>
    <keyword type="function" name="lm_connection_send_with_reply_and_block ()" link="loudmouth-lm-connection.html#lm-connection-send-with-reply-and-block"/>
    <keyword type="function" name="lm_connection_register_message_handler ()" link="loudmouth-lm-connection.html#lm-connection-register-message-handler"/>
    <keyword type="function" name="lm_connection_unregister_message_handler ()" link="loudmouth-lm-connection.html#lm-connection-unregister-message-handler"/>
    <keyword type="function" name="lm_connection_set_disconnect_function ()" link="loudmouth-lm-connection.html#lm-connection-set-disconnect-function"/>
    <keyword type="function" name="lm_connection_send_raw ()" link="loudmouth-lm-connection.html#lm-connection-send-raw"/>
    <keyword type="function" name="lm_connection_get_state ()" link="loudmouth-lm-connection.html#lm-connection-get-state"/>
    <keyword type="function" name="lm_connection_ref ()" link="loudmouth-lm-connection.html#lm-connection-ref"/>
    <keyword type="function" name="lm_connection_unref ()" link="loudmouth-lm-connection.html#lm-connection-unref"/>
    <keyword type="function" name="lm_error_quark ()" link="loudmouth-lm-error.html#lm-error-quark"/>
    <keyword type="enum" name="enum LmError" link="loudmouth-lm-error.html#LmError"/>
    <keyword type="macro" name="LM_ERROR" link="loudmouth-lm-error.html#LM-ERROR:CAPS"/>
    <keyword type="struct" name="LmMessage" link="loudmouth-lm-message.html#LmMessage"/>
    <keyword type="enum" name="enum LmMessageType" link="loudmouth-lm-message.html#LmMessageType"/>
    <keyword type="enum" name="enum LmMessageSubType" link="loudmouth-lm-message.html#LmMessageSubType"/>
    <keyword type="function" name="lm_message_new ()" link="loudmouth-lm-message.html#lm-message-new"/>
    <keyword type="function" name="lm_message_new_with_sub_type ()" link="loudmouth-lm-message.html#lm-message-new-with-sub-type"/>
    <keyword type="function" name="lm_message_get_type ()" link="loudmouth-lm-message.html#lm-message-get-type"/>
    <keyword type="function" name="lm_message_get_sub_type ()" link="loudmouth-lm-message.html#lm-message-get-sub-type"/>
    <keyword type="function" name="lm_message_get_node ()" link="loudmouth-lm-message.html#lm-message-get-node"/>
    <keyword type="function" name="lm_message_ref ()" link="loudmouth-lm-message.html#lm-message-ref"/>
    <keyword type="function" name="lm_message_unref ()" link="loudmouth-lm-message.html#lm-message-unref"/>
    <keyword type="function" name="LmHandleMessageFunction ()" link="loudmouth-lm-message-handler.html#LmHandleMessageFunction"/>
    <keyword type="function" name="lm_message_handler_new ()" link="loudmouth-lm-message-handler.html#lm-message-handler-new"/>
    <keyword type="function" name="lm_message_handler_invalidate ()" link="loudmouth-lm-message-handler.html#lm-message-handler-invalidate"/>
    <keyword type="function" name="lm_message_handler_is_valid ()" link="loudmouth-lm-message-handler.html#lm-message-handler-is-valid"/>
    <keyword type="function" name="lm_message_handler_ref ()" link="loudmouth-lm-message-handler.html#lm-message-handler-ref"/>
    <keyword type="function" name="lm_message_handler_unref ()" link="loudmouth-lm-message-handler.html#lm-message-handler-unref"/>
    <keyword type="struct" name="struct LmMessageNode" link="loudmouth-lm-message-node.html#LmMessageNode"/>
    <keyword type="function" name="lm_message_node_get_value ()" link="loudmouth-lm-message-node.html#lm-message-node-get-value"/>
    <keyword type="function" name="lm_message_node_set_value ()" link="loudmouth-lm-message-node.html#lm-message-node-set-value"/>
    <keyword type="function" name="lm_message_node_add_child ()" link="loudmouth-lm-message-node.html#lm-message-node-add-child"/>
    <keyword type="function" name="lm_message_node_set_attributes ()" link="loudmouth-lm-message-node.html#lm-message-node-set-attributes"/>
    <keyword type="function" name="lm_message_node_get_attribute ()" link="loudmouth-lm-message-node.html#lm-message-node-get-attribute"/>
    <keyword type="function" name="lm_message_node_set_attribute ()" link="loudmouth-lm-message-node.html#lm-message-node-set-attribute"/>
    <keyword type="function" name="lm_message_node_get_child ()" link="loudmouth-lm-message-node.html#lm-message-node-get-child"/>
    <keyword type="function" name="lm_message_node_find_child ()" link="loudmouth-lm-message-node.html#lm-message-node-find-child"/>
    <keyword type="function" name="lm_message_node_get_raw_mode ()" link="loudmouth-lm-message-node.html#lm-message-node-get-raw-mode"/>
    <keyword type="function" name="lm_message_node_set_raw_mode ()" link="loudmouth-lm-message-node.html#lm-message-node-set-raw-mode"/>
    <keyword type="function" name="lm_message_node_ref ()" link="loudmouth-lm-message-node.html#lm-message-node-ref"/>
    <keyword type="function" name="lm_message_node_unref ()" link="loudmouth-lm-message-node.html#lm-message-node-unref"/>
    <keyword type="function" name="lm_message_node_to_string ()" link="loudmouth-lm-message-node.html#lm-message-node-to-string"/>
    <keyword type="struct" name="LmSSL" link="loudmouth-lm-ssl.html#LmSSL"/>
    <keyword type="enum" name="enum LmCertificateStatus" link="loudmouth-lm-ssl.html#LmCertificateStatus"/>
    <keyword type="enum" name="enum LmSSLStatus" link="loudmouth-lm-ssl.html#LmSSLStatus"/>
    <keyword type="enum" name="enum LmSSLResponse" link="loudmouth-lm-ssl.html#LmSSLResponse"/>
    <keyword type="function" name="LmSSLFunction ()" link="loudmouth-lm-ssl.html#LmSSLFunction"/>
    <keyword type="function" name="lm_ssl_new ()" link="loudmouth-lm-ssl.html#lm-ssl-new"/>
    <keyword type="function" name="lm_ssl_is_supported ()" link="loudmouth-lm-ssl.html#lm-ssl-is-supported"/>
    <keyword type="function" name="lm_ssl_get_fingerprint ()" link="loudmouth-lm-ssl.html#lm-ssl-get-fingerprint"/>
    <keyword type="function" name="lm_ssl_use_starttls ()" link="loudmouth-lm-ssl.html#lm-ssl-use-starttls"/>
    <keyword type="function" name="lm_ssl_get_use_starttls ()" link="loudmouth-lm-ssl.html#lm-ssl-get-use-starttls"/>
    <keyword type="function" name="lm_ssl_get_require_starttls ()" link="loudmouth-lm-ssl.html#lm-ssl-get-require-starttls"/>
    <keyword type="function" name="lm_ssl_ref ()" link="loudmouth-lm-ssl.html#lm-ssl-ref"/>
    <keyword type="function" name="lm_ssl_unref ()" link="loudmouth-lm-ssl.html#lm-ssl-unref"/>
    <keyword type="struct" name="LmProxy" link="loudmouth-lm-proxy.html#LmProxy"/>
    <keyword type="enum" name="enum LmProxyType" link="loudmouth-lm-proxy.html#LmProxyType"/>
    <keyword type="function" name="lm_proxy_new ()" link="loudmouth-lm-proxy.html#lm-proxy-new"/>
    <keyword type="function" name="lm_proxy_new_with_server ()" link="loudmouth-lm-proxy.html#lm-proxy-new-with-server"/>
    <keyword type="function" name="lm_proxy_get_type ()" link="loudmouth-lm-proxy.html#lm-proxy-get-type"/>
    <keyword type="function" name="lm_proxy_set_type ()" link="loudmouth-lm-proxy.html#lm-proxy-set-type"/>
    <keyword type="function" name="lm_proxy_get_server ()" link="loudmouth-lm-proxy.html#lm-proxy-get-server"/>
    <keyword type="function" name="lm_proxy_set_server ()" link="loudmouth-lm-proxy.html#lm-proxy-set-server"/>
    <keyword type="function" name="lm_proxy_get_port ()" link="loudmouth-lm-proxy.html#lm-proxy-get-port"/>
    <keyword type="function" name="lm_proxy_set_port ()" link="loudmouth-lm-proxy.html#lm-proxy-set-port"/>
    <keyword type="function" name="lm_proxy_get_username ()" link="loudmouth-lm-proxy.html#lm-proxy-get-username"/>
    <keyword type="function" name="lm_proxy_set_username ()" link="loudmouth-lm-proxy.html#lm-proxy-set-username"/>
    <keyword type="function" name="lm_proxy_get_password ()" link="loudmouth-lm-proxy.html#lm-proxy-get-password"/>
    <keyword type="function" name="lm_proxy_set_password ()" link="loudmouth-lm-proxy.html#lm-proxy-set-password"/>
    <keyword type="function" name="lm_proxy_ref ()" link="loudmouth-lm-proxy.html#lm-proxy-ref"/>
    <keyword type="function" name="lm_proxy_unref ()" link="loudmouth-lm-proxy.html#lm-proxy-unref"/>
    <keyword type="function" name="lm_utils_get_localtime ()" link="loudmouth-lm-utils.html#lm-utils-get-localtime"/>
    <keyword type="constant" name="LM_HANDLER_RESULT_REMOVE_MESSAGE" link="loudmouth-lm-connection.html#LM-HANDLER-RESULT-REMOVE-MESSAGE:CAPS"/>
    <keyword type="constant" name="LM_HANDLER_RESULT_ALLOW_MORE_HANDLERS" link="loudmouth-lm-connection.html#LM-HANDLER-RESULT-ALLOW-MORE-HANDLERS:CAPS"/>
    <keyword type="constant" name="LM_HANDLER_PRIORITY_LAST" link="loudmouth-lm-connection.html#LM-HANDLER-PRIORITY-LAST:CAPS"/>
    <keyword type="constant" name="LM_HANDLER_PRIORITY_NORMAL" link="loudmouth-lm-connection.html#LM-HANDLER-PRIORITY-NORMAL:CAPS"/>
    <keyword type="constant" name="LM_HANDLER_PRIORITY_FIRST" link="loudmouth-lm-connection.html#LM-HANDLER-PRIORITY-FIRST:CAPS"/>
    <keyword type="constant" name="LM_DISCONNECT_REASON_OK" link="loudmouth-lm-connection.html#LM-DISCONNECT-REASON-OK:CAPS"/>
    <keyword type="constant" name="LM_DISCONNECT_REASON_PING_TIME_OUT" link="loudmouth-lm-connection.html#LM-DISCONNECT-REASON-PING-TIME-OUT:CAPS"/>
    <keyword type="constant" name="LM_DISCONNECT_REASON_HUP" link="loudmouth-lm-connection.html#LM-DISCONNECT-REASON-HUP:CAPS"/>
    <keyword type="constant" name="LM_DISCONNECT_REASON_ERROR" link="loudmouth-lm-connection.html#LM-DISCONNECT-REASON-ERROR:CAPS"/>
    <keyword type="constant" name="LM_DISCONNECT_REASON_RESOURCE_CONFLICT" link="loudmouth-lm-connection.html#LM-DISCONNECT-REASON-RESOURCE-CONFLICT:CAPS"/>
    <keyword type="constant" name="LM_DISCONNECT_REASON_INVALID_XML" link="loudmouth-lm-connection.html#LM-DISCONNECT-REASON-INVALID-XML:CAPS"/>
    <keyword type="constant" name="LM_DISCONNECT_REASON_UNKNOWN" link="loudmouth-lm-connection.html#LM-DISCONNECT-REASON-UNKNOWN:CAPS"/>
    <keyword type="constant" name="LM_CONNECTION_STATE_CLOSED" link="loudmouth-lm-connection.html#LM-CONNECTION-STATE-CLOSED:CAPS"/>
    <keyword type="constant" name="LM_CONNECTION_STATE_OPENING" link="loudmouth-lm-connection.html#LM-CONNECTION-STATE-OPENING:CAPS"/>
    <keyword type="constant" name="LM_CONNECTION_STATE_OPEN" link="loudmouth-lm-connection.html#LM-CONNECTION-STATE-OPEN:CAPS"/>
    <keyword type="constant" name="LM_CONNECTION_STATE_AUTHENTICATING" link="loudmouth-lm-connection.html#LM-CONNECTION-STATE-AUTHENTICATING:CAPS"/>
    <keyword type="constant" name="LM_CONNECTION_STATE_AUTHENTICATED" link="loudmouth-lm-connection.html#LM-CONNECTION-STATE-AUTHENTICATED:CAPS"/>
    <keyword type="constant" name="LM_ERROR_CONNECTION_NOT_OPEN" link="loudmouth-lm-error.html#LM-ERROR-CONNECTION-NOT-OPEN:CAPS"/>
    <keyword type="constant" name="LM_ERROR_CONNECTION_OPEN" link="loudmouth-lm-error.html#LM-ERROR-CONNECTION-OPEN:CAPS"/>
    <keyword type="constant" name="LM_ERROR_AUTH_FAILED" link="loudmouth-lm-error.html#LM-ERROR-AUTH-FAILED:CAPS"/>
    <keyword type="constant" name="LM_ERROR_CONNECTION_FAILED" link="loudmouth-lm-error.html#LM-ERROR-CONNECTION-FAILED:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_TYPE_MESSAGE" link="loudmouth-lm-message.html#LM-MESSAGE-TYPE-MESSAGE:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_TYPE_PRESENCE" link="loudmouth-lm-message.html#LM-MESSAGE-TYPE-PRESENCE:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_TYPE_IQ" link="loudmouth-lm-message.html#LM-MESSAGE-TYPE-IQ:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_TYPE_STREAM" link="loudmouth-lm-message.html#LM-MESSAGE-TYPE-STREAM:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_TYPE_STREAM_ERROR" link="loudmouth-lm-message.html#LM-MESSAGE-TYPE-STREAM-ERROR:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_TYPE_STREAM_FEATURES" link="loudmouth-lm-message.html#LM-MESSAGE-TYPE-STREAM-FEATURES:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_TYPE_AUTH" link="loudmouth-lm-message.html#LM-MESSAGE-TYPE-AUTH:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_TYPE_CHALLENGE" link="loudmouth-lm-message.html#LM-MESSAGE-TYPE-CHALLENGE:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_TYPE_RESPONSE" link="loudmouth-lm-message.html#LM-MESSAGE-TYPE-RESPONSE:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_TYPE_SUCCESS" link="loudmouth-lm-message.html#LM-MESSAGE-TYPE-SUCCESS:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_TYPE_FAILURE" link="loudmouth-lm-message.html#LM-MESSAGE-TYPE-FAILURE:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_TYPE_PROCEED" link="loudmouth-lm-message.html#LM-MESSAGE-TYPE-PROCEED:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_TYPE_STARTTLS" link="loudmouth-lm-message.html#LM-MESSAGE-TYPE-STARTTLS:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_TYPE_UNKNOWN" link="loudmouth-lm-message.html#LM-MESSAGE-TYPE-UNKNOWN:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_SUB_TYPE_NOT_SET" link="loudmouth-lm-message.html#LM-MESSAGE-SUB-TYPE-NOT-SET:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_SUB_TYPE_AVAILABLE" link="loudmouth-lm-message.html#LM-MESSAGE-SUB-TYPE-AVAILABLE:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_SUB_TYPE_NORMAL" link="loudmouth-lm-message.html#LM-MESSAGE-SUB-TYPE-NORMAL:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_SUB_TYPE_CHAT" link="loudmouth-lm-message.html#LM-MESSAGE-SUB-TYPE-CHAT:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_SUB_TYPE_GROUPCHAT" link="loudmouth-lm-message.html#LM-MESSAGE-SUB-TYPE-GROUPCHAT:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_SUB_TYPE_HEADLINE" link="loudmouth-lm-message.html#LM-MESSAGE-SUB-TYPE-HEADLINE:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_SUB_TYPE_UNAVAILABLE" link="loudmouth-lm-message.html#LM-MESSAGE-SUB-TYPE-UNAVAILABLE:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_SUB_TYPE_PROBE" link="loudmouth-lm-message.html#LM-MESSAGE-SUB-TYPE-PROBE:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_SUB_TYPE_SUBSCRIBE" link="loudmouth-lm-message.html#LM-MESSAGE-SUB-TYPE-SUBSCRIBE:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_SUB_TYPE_UNSUBSCRIBE" link="loudmouth-lm-message.html#LM-MESSAGE-SUB-TYPE-UNSUBSCRIBE:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_SUB_TYPE_SUBSCRIBED" link="loudmouth-lm-message.html#LM-MESSAGE-SUB-TYPE-SUBSCRIBED:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_SUB_TYPE_UNSUBSCRIBED" link="loudmouth-lm-message.html#LM-MESSAGE-SUB-TYPE-UNSUBSCRIBED:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_SUB_TYPE_GET" link="loudmouth-lm-message.html#LM-MESSAGE-SUB-TYPE-GET:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_SUB_TYPE_SET" link="loudmouth-lm-message.html#LM-MESSAGE-SUB-TYPE-SET:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_SUB_TYPE_RESULT" link="loudmouth-lm-message.html#LM-MESSAGE-SUB-TYPE-RESULT:CAPS"/>
    <keyword type="constant" name="LM_MESSAGE_SUB_TYPE_ERROR" link="loudmouth-lm-message.html#LM-MESSAGE-SUB-TYPE-ERROR:CAPS"/>
    <keyword type="constant" name="LM_CERT_INVALID" link="loudmouth-lm-ssl.html#LM-CERT-INVALID:CAPS"/>
    <keyword type="constant" name="LM_CERT_ISSUER_NOT_FOUND" link="loudmouth-lm-ssl.html#LM-CERT-ISSUER-NOT-FOUND:CAPS"/>
    <keyword type="constant" name="LM_CERT_REVOKED" link="loudmouth-lm-ssl.html#LM-CERT-REVOKED:CAPS"/>
    <keyword type="constant" name="LM_SSL_STATUS_NO_CERT_FOUND" link="loudmouth-lm-ssl.html#LM-SSL-STATUS-NO-CERT-FOUND:CAPS"/>
    <keyword type="constant" name="LM_SSL_STATUS_UNTRUSTED_CERT" link="loudmouth-lm-ssl.html#LM-SSL-STATUS-UNTRUSTED-CERT:CAPS"/>
    <keyword type="constant" name="LM_SSL_STATUS_CERT_EXPIRED" link="loudmouth-lm-ssl.html#LM-SSL-STATUS-CERT-EXPIRED:CAPS"/>
    <keyword type="constant" name="LM_SSL_STATUS_CERT_NOT_ACTIVATED" link="loudmouth-lm-ssl.html#LM-SSL-STATUS-CERT-NOT-ACTIVATED:CAPS"/>
    <keyword type="constant" name="LM_SSL_STATUS_CERT_HOSTNAME_MISMATCH" link="loudmouth-lm-ssl.html#LM-SSL-STATUS-CERT-HOSTNAME-MISMATCH:CAPS"/>
    <keyword type="constant" name="LM_SSL_STATUS_CERT_FINGERPRINT_MISMATCH" link="loudmouth-lm-ssl.html#LM-SSL-STATUS-CERT-FINGERPRINT-MISMATCH:CAPS"/>
    <keyword type="constant" name="LM_SSL_STATUS_GENERIC_ERROR" link="loudmouth-lm-ssl.html#LM-SSL-STATUS-GENERIC-ERROR:CAPS"/>
    <keyword type="constant" name="LM_SSL_RESPONSE_CONTINUE" link="loudmouth-lm-ssl.html#LM-SSL-RESPONSE-CONTINUE:CAPS"/>
    <keyword type="constant" name="LM_SSL_RESPONSE_STOP" link="loudmouth-lm-ssl.html#LM-SSL-RESPONSE-STOP:CAPS"/>
    <keyword type="constant" name="LM_PROXY_TYPE_NONE" link="loudmouth-lm-proxy.html#LM-PROXY-TYPE-NONE:CAPS"/>
    <keyword type="constant" name="LM_PROXY_TYPE_HTTP" link="loudmouth-lm-proxy.html#LM-PROXY-TYPE-HTTP:CAPS"/>
  </functions>
</book>