Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OTRv4
pidgin-otrng-testing
Commits
544381ec
Unverified
Commit
544381ec
authored
Oct 16, 2018
by
Giovane Liberato
Browse files
Versioning a base purple directory to run tests against.
parent
23b42e17
Changes
11
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
544381ec
*.pyc
dogtail-root/*
base_purple/plugins*
Dockerfile
View file @
544381ec
...
...
@@ -31,7 +31,6 @@ VOLUME /src
VOLUME
/tmp/dogtail-root
ADD
dogtail-wrapper.sh /bin/dogtail-wrapper
ADD
. /src
WORKDIR
/src
RUN
pip3
install
-r
/src/requirements.txt
...
...
base_purple/accounts.xml
0 → 100644
View file @
544381ec
<?xml version='1.0' encoding='UTF-8' ?>
<account
version=
'1.0'
>
<account>
<protocol>
prpl-jabber
</protocol>
<name>
alice@localhost/
</name>
<password>
alice
</password>
<statuses>
<status
type=
'available'
name=
'Disponível'
active=
'true'
>
<attributes/>
</status>
<status
type=
'mood'
name=
'Sentimento'
active=
'false'
>
<attributes/>
</status>
<status
type=
'freeforchat'
name=
'Disponível para bate-papo'
active=
'false'
>
<attributes/>
</status>
<status
type=
'away'
name=
'Ausente'
active=
'false'
>
<attributes>
<attribute
id=
'message'
value=
'Não estou aqui no momento'
/>
</attributes>
</status>
<status
type=
'extended_away'
name=
'Ausente (estendido)'
active=
'false'
>
<attributes/>
</status>
<status
type=
'dnd'
name=
'Não perturbe'
active=
'false'
>
<attributes/>
</status>
<status
type=
'offline'
name=
'Desconectado'
active=
'false'
>
<attributes/>
</status>
</statuses>
<settings>
<setting
name=
'bosh_url'
type=
'string'
></setting>
<setting
name=
'auth_plain_in_clear'
type=
'bool'
>
0
</setting>
<setting
name=
'custom_smileys'
type=
'bool'
>
1
</setting>
<setting
name=
'port'
type=
'int'
>
5222
</setting>
<setting
name=
'connect_server'
type=
'string'
></setting>
<setting
name=
'ft_proxies'
type=
'string'
></setting>
<setting
name=
'check-mail'
type=
'bool'
>
0
</setting>
<setting
name=
'connection_security'
type=
'string'
>
require_tls
</setting>
<setting
name=
'use-global-buddyicon'
type=
'bool'
>
1
</setting>
<setting
name=
'silence-suppression'
type=
'bool'
>
0
</setting>
</settings>
<settings
ui=
'gtk-gaim'
>
<setting
name=
'auto-login'
type=
'bool'
>
1
</setting>
</settings>
<current_error/>
</account>
<account>
<protocol>
prpl-jabber
</protocol>
<name>
bob@localhost/
</name>
<password>
bob
</password>
<statuses>
<status
type=
'available'
name=
'Disponível'
active=
'true'
>
<attributes/>
</status>
<status
type=
'mood'
name=
'Sentimento'
active=
'false'
>
<attributes/>
</status>
<status
type=
'freeforchat'
name=
'Disponível para bate-papo'
active=
'false'
>
<attributes/>
</status>
<status
type=
'away'
name=
'Ausente'
active=
'false'
>
<attributes>
<attribute
id=
'message'
value=
'Não estou aqui no momento'
/>
</attributes>
</status>
<status
type=
'extended_away'
name=
'Ausente (estendido)'
active=
'false'
>
<attributes/>
</status>
<status
type=
'dnd'
name=
'Não perturbe'
active=
'false'
>
<attributes/>
</status>
<status
type=
'offline'
name=
'Desconectado'
active=
'false'
>
<attributes/>
</status>
</statuses>
<userinfo>
<
vCard xmlns=
'
vcard-temp
'
version=
'
2.0
'
prodid=
'
-//HandGen//NONSGML vGen v1.0//EN
'><
FN
>
Giovane
<
/FN
><
/vCard
>
</userinfo>
<settings>
<setting
name=
'bosh_url'
type=
'string'
></setting>
<setting
name=
'auth_plain_in_clear'
type=
'bool'
>
0
</setting>
<setting
name=
'custom_smileys'
type=
'bool'
>
1
</setting>
<setting
name=
'port'
type=
'int'
>
5222
</setting>
<setting
name=
'connect_server'
type=
'string'
></setting>
<setting
name=
'ft_proxies'
type=
'string'
></setting>
<setting
name=
'check-mail'
type=
'bool'
>
0
</setting>
<setting
name=
'connection_security'
type=
'string'
>
require_tls
</setting>
<setting
name=
'use-global-buddyicon'
type=
'bool'
>
1
</setting>
<setting
name=
'silence-suppression'
type=
'bool'
>
0
</setting>
</settings>
<settings
ui=
'gtk-gaim'
>
<setting
name=
'auto-login'
type=
'bool'
>
1
</setting>
</settings>
<current_error/>
</account>
</account>
base_purple/blist.xml
0 → 100644
View file @
544381ec
<?xml version='1.0' encoding='UTF-8' ?>
<purple
version=
'1.0'
>
<blist>
<group
name=
'Buddies'
>
<setting
name=
'collapsed'
type=
'bool'
>
0
</setting>
<contact>
<buddy
account=
'alice@localhost/'
proto=
'prpl-jabber'
>
<name>
bob@localhost
</name>
<setting
name=
'last_seen'
type=
'int'
>
1539699615
</setting>
</buddy>
</contact>
<contact>
<buddy
account=
'bob@localhost/'
proto=
'prpl-jabber'
>
<name>
alice@localhost
</name>
<setting
name=
'last_seen'
type=
'int'
>
1539699615
</setting>
</buddy>
</contact>
</group>
</blist>
<privacy>
<account
proto=
'prpl-jabber'
name=
'alice@localhost/'
mode=
'4'
/>
<account
proto=
'prpl-jabber'
name=
'bob@localhost/'
mode=
'4'
/>
</privacy>
</purple>
base_purple/certificates/x509/tls_peers/localhost
0 → 100644
View file @
544381ec
-----BEGIN CERTIFICATE-----
MIIC+zCCAeOgAwIBAgIJANLxAT73aNQsMA0GCSqGSIb3DQEBCwUAMBQxEjAQBgNV
BAMMCWxvY2FsaG9zdDAeFw0xODA1MTUxMTQ4MzVaFw0xOTA1MTUxMTQ4MzVaMBQx
EjAQBgNVBAMMCWxvY2FsaG9zdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
ggEBANLEv88DIHol4zIqFqNjhp03+sfFrjQ7nnR17BMPrlTtrT5DtpIlsk2wj4E2
CkA0j0ifZ5QrdGyjvyMeng+eL6lZk0Lk174I2BOqnWgjEL99yBKBWqBPOS3I6U+g
+YGmqNCZgCmNZBaHre+zV/dM9fauJtXPdH4rlJPf5mnz7ZqjKbUxbxvefteWCIiS
M72L+tb33AUM9JAJRKLK5opwDnDsyeGCeORN8bq1P7/fQLu7V6U8VTHKuDWUQMjB
TbDDZ5LObMdqXUR9RhWkGbnTpCyPF8xGT/g74oLNPDP+GkDdUvYqbFGWdR4xbdVp
EbnoziwnpHWwWZhkvkW9kqnYwhkCAwEAAaNQME4wHQYDVR0OBBYEFOB33XdPwXvl
E78ofUGSfyJwp1BEMB8GA1UdIwQYMBaAFOB33XdPwXvlE78ofUGSfyJwp1BEMAwG
A1UdEwQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAEZ844/8mjs3zN6GGYuZZNy7
TgWaAwmkJRhCxZ/AAulpYtE/BEJVlf/PkL6O+/CivLMOKhyKbgikmV0BnztsVfiU
5SIO3HADiJCTcBGI7oL9M/A7IKHkMsbIhO4OLi0BMKm/g6Y+8US71AXL/b2Phk5N
9QRmKwIiCgUKTplWiIjnTunKKL4aSsivS84hHhgs/NSLAFIBo6FMZQ6cjvxpBHMa
+nvL045LCgZ4fZFe9ZfloUIlNQuJu91huaN/HrDbqDML084/JW9wR7uSIuoOLyxy
T0+O2Br3fcFE0JU9QvgFftAYzNUvuCpqO/oCbOAFSGWpUeuo9DpEeVAG6g4VwaM=
-----END CERTIFICATE-----
base_purple/plugins/pidgin-otrng.la
0 → 100755
View file @
544381ec
# pidgin-otrng.la - a libtool library file
# Generated by libtool (GNU libtool) 2.4.6
#
# Please DO NOT delete this file!
# It is necessary for linking the library.
# The name that we can dlopen(3).
dlname='pidgin-otrng.so'
# Names of this library.
library_names='pidgin-otrng.so pidgin-otrng.so pidgin-otrng.so'
# The name of the static archive.
old_library=''
# Linker flags that cannot go in dependency_libs.
inherited_linker_flags=' -pthread'
# Libraries that this one depends upon.
dependency_libs=' -L/usr/local/lib /usr/local/lib/libotr-ng.la -lgcrypt -ldl -lgpg-error -lgcov -lotr /usr/local/lib/libgoldilocks.la -lsodium'
# Names of additional weak libraries provided by this library
weak_library_names=''
# Version information for pidgin-otrng.
current=0
age=0
revision=0
# Is this an already installed library?
installed=yes
# Should we warn about portability when linking against -modules?
shouldnotlink=yes
# Files to dlopen/dlpreopen
dlopen=''
dlpreopen=''
# Directory that this library needs to be installed in:
libdir='/usr/local/lib/pidgin'
base_purple/plugins/pidgin-otrng.so
0 → 100755
View file @
544381ec
File added
base_purple/prefs.xml
0 → 100644
View file @
544381ec
<?xml version='1.0' encoding='UTF-8' ?>
<pref
version=
'1'
name=
'/'
>
<pref
name=
'purple'
>
<pref
name=
'away'
>
<pref
name=
'idle_reporting'
type=
'string'
value=
'system'
/>
<pref
name=
'away_when_idle'
type=
'bool'
value=
'1'
/>
<pref
name=
'mins_before_away'
type=
'int'
value=
'5'
/>
<pref
name=
'auto_reply'
type=
'string'
value=
'awayidle'
/>
</pref>
<pref
name=
'buddies'
/>
<pref
name=
'contact'
>
<pref
name=
'last_match'
type=
'bool'
value=
'0'
/>
</pref>
<pref
name=
'logging'
>
<pref
name=
'log_ims'
type=
'bool'
value=
'1'
/>
<pref
name=
'format'
type=
'string'
value=
'html'
/>
<pref
name=
'log_chats'
type=
'bool'
value=
'1'
/>
<pref
name=
'log_system'
type=
'bool'
value=
'0'
/>
</pref>
<pref
name=
'debug'
>
<pref
name=
'timestamps'
type=
'bool'
value=
'1'
/>
</pref>
<pref
name=
'media'
>
<pref
name=
'audio'
>
<pref
name=
'silence_threshold'
type=
'int'
value=
'5'
/>
<pref
name=
'volume'
>
<pref
name=
'input'
type=
'int'
value=
'10'
/>
<pref
name=
'output'
type=
'int'
value=
'10'
/>
</pref>
</pref>
</pref>
<pref
name=
'status'
>
<pref
name=
'scores'
>
<pref
name=
'offline'
type=
'int'
value=
'-500'
/>
<pref
name=
'available'
type=
'int'
value=
'100'
/>
<pref
name=
'invisible'
type=
'int'
value=
'-50'
/>
<pref
name=
'away'
type=
'int'
value=
'-100'
/>
<pref
name=
'extended_away'
type=
'int'
value=
'-200'
/>
<pref
name=
'idle'
type=
'int'
value=
'0'
/>
<pref
name=
'offline_msg'
type=
'int'
value=
'-5'
/>
</pref>
</pref>
<pref
name=
'savedstatus'
>
<pref
name=
'default'
type=
'int'
value=
'1539698687'
/>
<pref
name=
'startup'
type=
'int'
value=
'0'
/>
<pref
name=
'startup_current_status'
type=
'bool'
value=
'1'
/>
<pref
name=
'idleaway'
type=
'int'
value=
'1539699221'
/>
<pref
name=
'isidleaway'
type=
'bool'
value=
'0'
/>
</pref>
<pref
name=
'conversations'
>
<pref
name=
'chat'
>
<pref
name=
'show_nick_change'
type=
'bool'
value=
'1'
/>
</pref>
<pref
name=
'im'
>
<pref
name=
'send_typing'
type=
'bool'
value=
'1'
/>
</pref>
</pref>
<pref
name=
'network'
>
<pref
name=
'stun_server'
type=
'string'
value=
''
/>
<pref
name=
'turn_server'
type=
'string'
value=
''
/>
<pref
name=
'turn_port'
type=
'int'
value=
'3478'
/>
<pref
name=
'turn_port_tcp'
type=
'int'
value=
'3478'
/>
<pref
name=
'turn_username'
type=
'string'
value=
''
/>
<pref
name=
'turn_password'
type=
'string'
value=
''
/>
<pref
name=
'auto_ip'
type=
'bool'
value=
'1'
/>
<pref
name=
'public_ip'
type=
'string'
value=
''
/>
<pref
name=
'map_ports'
type=
'bool'
value=
'1'
/>
<pref
name=
'ports_range_use'
type=
'bool'
value=
'0'
/>
<pref
name=
'ports_range_start'
type=
'int'
value=
'1024'
/>
<pref
name=
'ports_range_end'
type=
'int'
value=
'2048'
/>
</pref>
<pref
name=
'proxy'
>
<pref
name=
'type'
type=
'string'
value=
'none'
/>
<pref
name=
'host'
type=
'string'
value=
''
/>
<pref
name=
'port'
type=
'int'
value=
'0'
/>
<pref
name=
'username'
type=
'string'
value=
''
/>
<pref
name=
'password'
type=
'string'
value=
''
/>
<pref
name=
'socks4_remotedns'
type=
'bool'
value=
'0'
/>
</pref>
<pref
name=
'sound'
>
<pref
name=
'while_status'
type=
'int'
value=
'1'
/>
</pref>
</pref>
<pref
name=
'plugins'
>
<pref
name=
'core'
>
<pref
name=
'nss_prefs'
>
<pref
name=
'cipher_list'
type=
'stringlist'
/>
<pref
name=
'min_tls'
type=
'int'
value=
'0'
/>
<pref
name=
'max_tls'
type=
'int'
value=
'0'
/>
</pref>
<pref
name=
'joinpart'
>
<pref
name=
'delay'
type=
'int'
value=
'10'
/>
<pref
name=
'threshold'
type=
'int'
value=
'20'
/>
<pref
name=
'hide_buddies'
type=
'bool'
value=
'0'
/>
</pref>
<pref
name=
'core-plugin_pack-offlinemsg'
>
<pref
name=
'always'
type=
'bool'
value=
'0'
/>
</pref>
<pref
name=
'core-plugin_pack-autoaccept'
>
<pref
name=
'path'
type=
'string'
value=
'./purple_test/autoaccept'
/>
<pref
name=
'notify'
type=
'bool'
value=
'1'
/>
<pref
name=
'newdir'
type=
'bool'
value=
'1'
/>
<pref
name=
'escape'
type=
'bool'
value=
'1'
/>
</pref>
<pref
name=
'newline'
>
<pref
name=
'im'
type=
'bool'
value=
'1'
/>
<pref
name=
'chat'
type=
'bool'
value=
'1'
/>
</pref>
<pref
name=
'psychic'
>
<pref
name=
'buddies_only'
type=
'bool'
value=
'0'
/>
<pref
name=
'show_notice'
type=
'bool'
value=
'1'
/>
<pref
name=
'activate_online'
type=
'bool'
value=
'1'
/>
</pref>
<pref
name=
'statenotify'
>
<pref
name=
'notify_away'
type=
'bool'
value=
'1'
/>
<pref
name=
'notify_idle'
type=
'bool'
value=
'1'
/>
<pref
name=
'notify_signon'
type=
'bool'
value=
'1'
/>
</pref>
</pref>
<pref
name=
'lopl'
/>
<pref
name=
'prpl'
>
<pref
name=
'oscar'
>
<pref
name=
'recent_buddies'
type=
'bool'
value=
'0'
/>
</pref>
<pref
name=
'meanwhile'
>
<pref
name=
'blist_action'
type=
'int'
value=
'4'
/>
</pref>
</pref>
<pref
name=
'gtk'
>
<pref
name=
'extplacement'
>
<pref
name=
'placement_number'
type=
'int'
value=
'4'
/>
<pref
name=
'placement_number_separate'
type=
'bool'
value=
'0'
/>
</pref>
<pref
name=
'X11'
>
<pref
name=
'notify'
>
<pref
name=
'type_im'
type=
'bool'
value=
'1'
/>
<pref
name=
'type_chat'
type=
'bool'
value=
'1'
/>
<pref
name=
'type_chat_nick'
type=
'bool'
value=
'1'
/>
<pref
name=
'type_focused'
type=
'bool'
value=
'0'
/>
<pref
name=
'method_string'
type=
'bool'
value=
'0'
/>
<pref
name=
'title_string'
type=
'string'
value=
'(*)'
/>
<pref
name=
'method_urgent'
type=
'bool'
value=
'1'
/>
<pref
name=
'method_count'
type=
'bool'
value=
'1'
/>
<pref
name=
'method_count_xprop'
type=
'bool'
value=
'0'
/>
<pref
name=
'method_raise'
type=
'bool'
value=
'0'
/>
<pref
name=
'notify_focus'
type=
'bool'
value=
'1'
/>
<pref
name=
'notify_click'
type=
'bool'
value=
'1'
/>
<pref
name=
'notify_type'
type=
'bool'
value=
'1'
/>
<pref
name=
'notify_send'
type=
'bool'
value=
'1'
/>
<pref
name=
'notify_switch'
type=
'bool'
value=
'1'
/>
<pref
name=
'type_im_sys'
type=
'bool'
value=
'0'
/>
<pref
name=
'type_chat_sys'
type=
'bool'
value=
'0'
/>
<pref
name=
'method_present'
type=
'bool'
value=
'0'
/>
</pref>
<pref
name=
'gestures'
>
<pref
name=
'visual'
type=
'bool'
value=
'0'
/>
</pref>
</pref>
<pref
name=
'timestamp_format'
>
<pref
name=
'force'
type=
'string'
value=
'default'
/>
<pref
name=
'use_dates'
>
<pref
name=
'conversation'
type=
'string'
value=
'automatic'
/>
<pref
name=
'log'
type=
'string'
value=
'automatic'
/>
</pref>
</pref>
<pref
name=
'gtk-plugin_pack-markerline'
>
<pref
name=
'ims'
type=
'bool'
value=
'0'
/>
<pref
name=
'chats'
type=
'bool'
value=
'1'
/>
</pref>
<pref
name=
'transparency'
>
<pref
name=
'im_enabled'
type=
'bool'
value=
'0'
/>
<pref
name=
'im_alpha'
type=
'int'
value=
'255'
/>
<pref
name=
'im_slider'
type=
'bool'
value=
'0'
/>
<pref
name=
'im_solid_onfocus'
type=
'bool'
value=
'0'
/>
<pref
name=
'im_always_on_top'
type=
'bool'
value=
'0'
/>
<pref
name=
'bl_enabled'
type=
'bool'
value=
'0'
/>
<pref
name=
'bl_alpha'
type=
'int'
value=
'255'
/>
<pref
name=
'bl_solid_onfocus'
type=
'bool'
value=
'0'
/>
<pref
name=
'bl_always_on_top'
type=
'bool'
value=
'0'
/>
</pref>
<pref
name=
'gtk-plugin_pack-convcolors'
>
<pref
name=
'ignore_incoming'
type=
'bool'
value=
'1'
/>
<pref
name=
'chats'
type=
'bool'
value=
'1'
/>
<pref
name=
'ims'
type=
'bool'
value=
'1'
/>
<pref
name=
'send'
>
<pref
name=
'color'
type=
'string'
value=
'#909090'
/>
<pref
name=
'format'
type=
'int'
value=
'0'
/>
<pref
name=
'enabled'
type=
'bool'
value=
'1'
/>
</pref>
<pref
name=
'recv'
>
<pref
name=
'color'
type=
'string'
value=
'#000000'
/>
<pref
name=
'format'
type=
'int'
value=
'0'
/>
<pref
name=
'enabled'
type=
'bool'
value=
'1'
/>
</pref>
<pref
name=
'system'
>
<pref
name=
'color'
type=
'string'
value=
'#50a050'
/>
<pref
name=
'format'
type=
'int'
value=
'2'
/>
<pref
name=
'enabled'
type=
'bool'
value=
'1'
/>
</pref>
<pref
name=
'error'
>
<pref
name=
'color'
type=
'string'
value=
'#ff0000'
/>
<pref
name=
'format'
type=
'int'
value=
'5'
/>
<pref
name=
'enabled'
type=
'bool'
value=
'1'
/>
</pref>
<pref
name=
'nick'
>
<pref
name=
'color'
type=
'string'
value=
'#0000dd'
/>
<pref
name=
'format'
type=
'int'
value=
'1'
/>
<pref
name=
'enabled'
type=
'bool'
value=
'1'
/>
</pref>
</pref>
<pref
name=
'timestamp'
>
<pref
name=
'interval'
type=
'int'
value=
'300000'
/>
</pref>
<pref
name=
'musicmessaging'
>
<pref
name=
'editor_path'
type=
'string'
value=
'/usr/bin/gscore'
/>
</pref>
<pref
name=
'purplerc'
>
<pref
name=
'set'
>
<pref
name=
'gtk-font-name'
type=
'bool'
value=
'0'
/>
<pref
name=
'gtk-key-theme-name'
type=
'bool'
value=
'0'
/>
<pref
name=
'color'
>
<pref
name=
'GtkIMHtml::hyperlink-color'
type=
'bool'
value=
'0'
/>
<pref
name=
'GtkIMHtml::hyperlink-visited-color'
type=
'bool'
value=
'0'
/>
<pref
name=
'GtkIMHtml::send-name-color'
type=
'bool'
value=
'0'
/>
<pref
name=
'GtkIMHtml::receive-name-color'
type=
'bool'
value=
'0'
/>
<pref
name=
'GtkIMHtml::highlight-name-color'
type=
'bool'
value=
'0'
/>
<pref
name=
'GtkIMHtml::action-name-color'
type=
'bool'
value=
'0'
/>
<pref
name=
'GtkIMHtml::typing-notification-color'
type=
'bool'
value=
'0'
/>
</pref>
<pref
name=
'size'
>
<pref
name=
'GtkTreeView::horizontal_separator'
type=
'bool'
value=
'0'
/>
</pref>
<pref
name=
'font'
>
<pref
name=
'*pidgin_conv_entry'
type=
'bool'
value=
'0'
/>
<pref
name=
'*pidgin_conv_imhtml'
type=
'bool'
value=
'0'
/>
<pref
name=
'*pidgin_request_imhtml'
type=
'bool'
value=
'0'
/>
<pref
name=
'*pidgin_notify_imhtml'
type=
'bool'
value=
'0'
/>
</pref>
<pref
name=
'disable-typing-notification'
type=
'bool'
value=
'0'
/>
</pref>
<pref
name=
'gtk-font-name'
type=
'string'
value=
''
/>
<pref
name=
'gtk-key-theme-name'
type=
'string'
value=
''
/>
<pref
name=
'color'
>
<pref
name=
'GtkIMHtml::hyperlink-color'
type=
'string'
value=
''
/>
<pref
name=
'GtkIMHtml::hyperlink-visited-color'
type=
'string'
value=
''
/>
<pref
name=
'GtkIMHtml::send-name-color'
type=
'string'
value=
''
/>
<pref
name=
'GtkIMHtml::receive-name-color'
type=
'string'
value=
''
/>
<pref
name=
'GtkIMHtml::highlight-name-color'
type=
'string'
value=
''
/>
<pref
name=
'GtkIMHtml::action-name-color'
type=
'string'
value=
''
/>
<pref
name=
'GtkIMHtml::typing-notification-color'
type=
'string'
value=
''
/>
</pref>
<pref
name=
'size'
>
<pref
name=
'GtkTreeView::horizontal_separator'
type=
'int'
value=
'0'
/>
</pref>
<pref
name=
'font'
>
<pref
name=
'*pidgin_conv_entry'
type=
'string'
value=
''
/>
<pref
name=
'*pidgin_conv_imhtml'
type=
'string'
value=
''
/>
<pref
name=
'*pidgin_request_imhtml'
type=
'string'
value=
''
/>
<pref
name=
'*pidgin_notify_imhtml'
type=
'string'
value=
''
/>
</pref>
<pref
name=
'disable-typing-notification'
type=
'bool'
value=
'0'
/>
</pref>
</pref>
</pref>
<pref
name=
'pidgin'
>
<pref
name=
'browsers'
>
<pref
name=
'place'
type=
'int'
value=
'0'
/>
<pref
name=
'browser'
type=
'string'
value=
'xdg-open'
/>
<pref
name=
'manual_command'
type=
'string'
value=
''
/>
</pref>
<pref
name=
'plugins'
>
<pref
name=
'loaded'
type=
'pathlist'
>
<item
value=
'/usr/lib/pidgin/extplacement.so'
/>
<item
value=
'/usr/lib/pidgin/history.so'
/>
<item
value=
'/usr/lib/pidgin/notify.so'
/>
<item
value=
'/usr/lib/pidgin/nautilus.so'
/>
</pref>
</pref>
<pref
name=
'blist'
>
<pref
name=
'show_buddy_icons'
type=
'bool'
value=
'0'
/>
<pref
name=
'show_empty_groups'
type=
'bool'
value=
'0'
/>
<pref
name=
'show_idle_time'
type=
'bool'
value=
'1'
/>
<pref
name=
'show_offline_buddies'
type=
'bool'
value=
'0'
/>
<pref
name=
'show_protocol_icons'
type=
'bool'
value=
'0'
/>
<pref
name=
'list_visible'
type=
'bool'
value=
'1'
/>
<pref
name=
'list_maximized'
type=
'bool'
value=
'0'
/>
<pref
name=
'sort_type'
type=
'string'
value=
'alphabetical'
/>
<pref
name=
'x'
type=
'int'
value=
'0'
/>
<pref
name=
'y'
type=
'int'
value=
'27'
/>
<pref
name=
'width'
type=
'int'
value=
'628'
/>
<pref
name=
'height'
type=
'int'
value=
'669'
/>
<pref
name=
'theme'
type=
'string'
value=
''
/>
</pref>
<pref
name=
'filelocations'
>
<pref
name=
'last_save_folder'
type=
'path'
value=
''
/>
<pref
name=
'last_open_folder'
type=
'path'
value=
''
/>
<pref
name=
'last_icon_folder'
type=
'path'
value=
''
/>
</pref>
<pref
name=
'smileys'
>
<pref
name=
'theme'
type=
'string'
value=
'Default'
/>
</pref>
<pref
name=
'debug'
>
<pref
name=
'enabled'
type=
'bool'
value=
'0'
/>
<pref
name=
'filterlevel'
type=
'int'
value=
'0'
/>
<pref
name=
'style'
type=
'int'
value=
'3'
/>
<pref
name=
'toolbar'
type=
'bool'
value=
'1'
/>
<pref
name=
'width'
type=
'int'
value=
'450'
/>
<pref
name=
'height'
type=
'int'
value=
'250'
/>
<pref
name=
'regex'
type=
'string'
value=
''
/>
<pref
name=
'filter'
type=
'bool'
value=
'0'
/>
<pref
name=
'invert'
type=
'bool'
value=
'0'
/>
<pref
name=
'case_insensitive'
type=
'bool'
value=
'0'
/>
<pref
name=
'highlight'
type=
'bool'
value=
'0'
/>
</pref>
<pref
name=
'status'
>
<pref
name=
'icon-theme'
type=
'string'
value=
''
/>
<pref
name=
'icon-theme-dir'
type=
'path'
value=
''
/>
<pref
name=
'dialog'
>
<pref
name=
'width'
type=
'int'
value=
'550'
/>
<pref
name=
'height'
type=
'int'
value=
'250'
/>
</pref>
</pref>
<pref
name=
'stock'
>
<pref
name=
'icon-theme'
type=
'string'
value=
''
/>
<pref
name=
'icon-theme-dir'
type=
'path'
value=
''
/>
</pref>
<pref
name=
'sound'
>
<pref
name=
'enabled'
>
<pref
name=
'login'
type=
'bool'
value=
'1'
/>
<pref
name=
'logout'
type=
'bool'
value=
'1'
/>
<pref
name=
'im_recv'
type=
'bool'
value=
'1'
/>
<pref
name=
'first_im_recv'
type=
'bool'
value=
'0'
/>
<pref
name=
'send_im'
type=
'bool'
value=
'1'
/>
<pref
name=
'join_chat'
type=
'bool'
value=
'0'
/>
<pref
name=
'left_chat'
type=
'bool'
value=
'0'
/>
<pref
name=
'send_chat_msg'
type=
'bool'
value=
'0'
/>
<pref
name=
'chat_msg_recv'
type=
'bool'
value=
'0'
/>
<pref
name=
'nick_said'
type=
'bool'
value=
'0'
/>
<pref
name=
'pounce_default'
type=
'bool'
value=
'1'
/>
<pref
name=
'sent_attention'
type=
'bool'
value=
'1'
/>
<pref
name=
'got_attention'
type=
'bool'
value=
'1'
/>
</pref>
<pref
name=
'file'
>
<pref
name=
'login'
type=
'path'
value=
''
/>
<pref
name=
'logout'
type=
'path'
value=
''
/>
<pref
name=
'im_recv'
type=
'path'
value=
''
/>
<pref
name=
'first_im_recv'
type=
'path'
value=
''
/>
<pref
name=
'send_im'
type=
'path'
value=
''
/>
<pref
name=
'join_chat'
type=
'path'
value=
''
/>
<pref
name=
'left_chat'
type=
'path'
value=
''
/>
<pref
name=
'send_chat_msg'
type=
'path'
value=
''
/>
<pref
name=
'chat_msg_recv'
type=
'path'
value=
''
/>
<pref
name=
'nick_said'
type=
'path'
value=
''
/>
<pref
name=
'pounce_default'
type=
'path'
value=
''
/>
<pref
name=
'sent_attention'
type=
'path'
value=
''
/>
<pref
name=
'got_attention'
type=
'path'
value=
''
/>
</pref>
<pref
name=
'theme'
type=
'string'
value=
''
/>
<pref
name=
'conv_focus'
type=
'bool'
value=
'1'
/>
<pref
name=
'mute'
type=
'bool'
value=
'0'
/>
<pref
name=
'command'
type=
'path'
value=
''
/>
<pref
name=
'method'
type=
'string'
value=
'automatic'
/>
<pref
name=
'volume'
type=
'int'
value=
'50'
/>
</pref>
<pref
name=
'accounts'
>
<pref
name=
'dialog'
>
<pref
name=
'width'
type=
'int'
value=
'520'
/>
<pref
name=
'height'
type=
'int'
value=
'321'
/>
</pref>
<pref
name=
'buddyicon'
type=
'path'
value=
''
/>
</pref>
<pref
name=
'conversations'
>
<pref
name=
'use_smooth_scrolling'
type=
'bool'
value=
'1'
/>
<pref
name=
'close_on_tabs'
type=
'bool'
value=
'1'
/>
<pref
name=
'send_bold'
type=
'bool'
value=
'0'
/>
<pref
name=
'send_italic'
type=
'bool'
value=
'0'
/>
<pref
name=
'send_underline'
type=
'bool'
value=
'0'
/>
<pref
name=
'spellcheck'
type=
'bool'
value=
'1'
/>
<pref
name=
'show_incoming_formatting'
type=
'bool'
value=
'1'
/>
<pref
name=
'resize_custom_smileys'
type=
'bool'
value=
'1'
/>
<pref
name=
'custom_smileys_size'
type=
'int'
value=
'96'
/>
<pref
name=
'minimum_entry_lines'
type=
'int'
value=
'2'
/>
<pref
name=
'show_timestamps'
type=
'bool'
value=
'1'
/>
<pref
name=
'show_formatting_toolbar'
type=
'bool'
value=
'1'
/>
<pref
name=
'placement'
type=
'string'
value=
'last'
/>
<pref
name=
'placement_number'
type=
'int'
value=
'1'
/>
<pref
name=
'bgcolor'
type=
'string'
value=
''
/>
<pref
name=
'fgcolor'
type=
'string'
value=
''
/>
<pref
name=
'font_face'
type=
'string'
value=
''
/>
<pref
name=
'font_size'
type=
'int'
value=
'3'
/>
<pref
name=
'tabs'
type=
'bool'
value=
'1'
/>
<pref
name=
'tab_side'
type=
'int'
value=
'2'
/>
<pref
name=
'scrollback_lines'
type=
'int'
value=
'4000'
/>
<pref
name=
'chat'
>
<pref
name=
'entry_height'
type=
'int'
value=
'54'
/>
<pref
name=
'userlist_width'
type=
'int'
value=
'80'
/>
<pref
name=
'x'
type=
'int'
value=
'0'
/>
<pref
name=
'y'
type=
'int'
value=
'0'
/>
<pref
name=
'width'
type=
'int'
value=
'340'
/>
<pref
name=
'height'
type=
'int'
value=
'390'
/>
</pref>
<