Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

gajim-1.8.4-bp156.1.1 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: gajim Distribution: SUSE Linux Enterprise 15 SP6
Version: 1.8.4 Vendor: openSUSE
Release: bp156.1.1 Build date: Thu May 2 12:13:13 2024
Group: Productivity/Networking/Talk/Clients Build host: h02-ch2b
Size: 15131042 Source RPM: gajim-1.8.4-bp156.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://gajim.org/
Summary: XMPP client written in Python and GTK
Gajim is a Jabber/XMPP client. It works with MATE and GNOME, but does
require neither to run.

Features:
 * Tabbed chat window and single window modes.
 * Group chat support (with Multi-User Chat protocol), invitation,
   chat to group chat transformation, minimise group chat to roster.
 * Emoticons, avatars, PEP (user activity, mood and tune).
 * Audio / video conferences.
 * File transfer, room bookmarks.
 * Metacontacts support.
 * Trayicon, speller, extended chat history functionalities.
 * TLS, GPG and End-To-End encryption support (with SSL legacy support).
 * Transport registration support.
 * Service discovery including nodes, user search.
 * Wikipedia, dictionary and search engine lookup.
 * Multiple accounts support.
 * DBus capabilities. Read more information.
 * XML console.
 * Link local (bonjour / zeroconf), BOSH.
 * Other features via plugins.

Provides

Requires

License

GPL-3.0-only

Changelog

* Fri Apr 19 2024 Max Lin <mlin@suse.com>
  - Fix Leap15 build
    * Add %{?sle15_python_module_pythons}
    * Run build_metadata.py and install_metadata.py with a
      specific executable python flavor
* Tue Dec 05 2023 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.8.4:
    * Raise minimum nbxmpp version to 4.5.3.
    * Add shortcuts for quoting previous messages.
    * Raise nbxmpp log level.
    * Passwords: Use JID as username instead of account.
    * MUC: Allow nick change for IRC channels.
    * HTTPUpload: Remove temporary files after transfer.
    * MessageInput: Regain focus on common key presses.
    * ShortcutWindow: Remove duplicated entry.
    * SearchView: Fix displaying results for newly created group
      chats.
    * ChatList: Update mute state periodically.
    * Icons: Register icon size to make it work for scale > 1.
    * Message input: Don't allow text actions if input is disabled.
    * Avatar: Draw status circle correctly for scale > 1.
* Wed Nov 08 2023 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.8.3:
    * Profile: Show error page on errors after saving.
    * Close main window when pressing Escape key.
    * GroupchatRoster: Display participants correctly on reveal.
    * Filetransfer: Always focus confirm button.
    * AccountWizard: Don’t allow multiple anonymous accounts for the
      same domain.
    * AccountPage: Show anonymous address.
    * Accounts: Don’t try to save password for anonymous accounts.
    * Message row menu: Show quote and copy actions only if there is
      text.
    * Audio/Video: Disable broken stun server code.
    * Presence: Don’t fail on unknown MUC presences.
    * Control: Add events with correct timestamp.
    * Avatar: Send presence after changing avatar.
    * ServerInfo: Use domain instead of hostname for queries.
    * Emojis: Improve detection of shortcode start.
    * DBusFileManager: Set self._proxy attribute on init.
    * GroupchatRoster: Check for contact before trying to load
      roster.
* Mon Oct 30 2023 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.8.2:
    * Raise minimum GLib version to 2.66.0.
    * Avatar: Don’t use custom avatar for IRC group chats.
    * Raise minimum nbxmpp version to 4.4.0.
    * Depend on Pillow >= 9.1.0.
    * Allow adjusting user interface font size via key bindings.
    * Display composing participants in MUC chat banner.
    * ChatBanner: Show contact tooltip when hovering the avatar.
    * Hint that a contact is a bot in the chat banner.
    * Support multiple item dataforms.
    * Display gateway icon in avatars.
    * RosterTooltip: Display BareContact presence.
    * Display status message in banner.
    * ChatMenu: Always show "Execute command" action.
    * MUC features: Use better icons for public and anonymous
      properties.
    * Allow GroupChatInfoScrolled to be set with minimal information.
    * Settings: Allow to set step size for spin settings; bind
      setting value.
    * StartChat: Better discover MUC services.
    * StartChat: Allow to start chats with domain JIDs.
    * ChatBanner: Don't show QR code for privated MUCs.
    * Windows: Add gst-plugins-bad dependency for broader media
      preview support.
    * MUC: Raise rejoin timeout.
    * Accounts: Be more consistent with chat state settings.
    * GroupChatInfo: Improve scaling of subject text.
    * View: Reset view faster.
    * VideoPreview: Disable preview on destroy.
    * GroupchatDetails: Depend on joined state for some elements.
    * GroupChatInfo: Align max width of labels.
    * SynchronizeAccounts: Adapt to connection state changes.
    * Tooltip: Do not escape presence status text.
    * Chatstates: Remove timeout id on remote timeout.
    * NotificationManager: Update actions if online state changes.
    * Caps: Add disco info to cache after query.
    * MUC: Don’t show old join errors when disconnected from room.
    * MUC: Always remove rejoin timer when closing chat.
    * MUC: Update state correctly on disco info error.
    * Switch phone icon to something more widely supported.
    * ChatListStack: Handle missing last visible child.
    * Observable: Fix race condition when removing handlers.
    * PasswordDialog: Use verb instead of noun for log in button.
    * AdHoc: Wrap notes label.
    * Unpack string correctly while handling update error.
    * CSSConfig: Quote font-family property correctly.
    * File transfers: Don't fail when tryting to send non-existing
      file.
    * MusicTrackListener: Don't fail if playing track could not be
      determined.
    * Catch error if loading image with PIL fails due to
      unidentifiable image.
    * CSSConfig: Fix parsing float sizes for font description.
    * Modules: Make sure BaseModule.cleanup() is always called on
      destroy.
    * Roster: Unregister all handlers on destroy.
    * Observable: Don’t allow to register handler multiple times.
    * View: Add newline after username when copying a message.
    * Show notification on group chat mentions again.
    * Make it impossible to connect without config.
* Mon Aug 07 2023 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.8.1:
    * Add setting for default encryption.
    * XMLConsole: Enable browsing sent stanzas in message input.
    * Sort cprofile output after total time.
    * Moderation: Handle unknown moderator JID.
    * Preview: Always show preview widget.
    * Preview: Add loading placeholder.
    * Account page: Show our XMPP address.
    * Idle: Raise poll interval.
    * Search: Don't fail while closing if no chat has been loaded
      before.
    * Dataform: Correctly serialise multi list fields.
    * Profile: Respect avatar/nickname privacy setting on
      consecutive changes.
    * Don’t forget ignored TLS errors from previous connects.
    * App menu: Add missing mnemonic for Accounts menu.
    * Gateway: Fix roster method call.
    * Contacts: Fix supports_{audio,video} property.
    * AvatarSelector: Fix crash on reset.
    * CertificateBox: Catch exception if cert does not offer
      extension.
    * CreateGroupchatWindow: Improve handling of MUC service
      availability.
    * Preview: Show error if file saving directory is not available.
    * SecurityLabels: Display labels for messages received with MAM.
    * DataForm: Handle destroy correctly.
    * ChatListRow: Always update group chat name.
    * Fix showing MAM synch errors and show error text.
    * OMEMOTrustManager: React correctly to connection changes.
    * Fix interaction of GroupchatRoster and SearchView.
    * Init plugin translation module later.
    * GroupchatManage: Improve checks for joined state.
    * Search: Restore group chat participants list to previous state
      when closing search.
* Sat May 27 2023 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.8.0:
    * XMLConsole: Add logging view.
    * JID sharing: Include verified OMEMO fingerprints.
    * Integrate OMEMO plugin.
    * Redesign Group Chat actions.
    * Audio preview: Support more mime types.
    * ChatBanner: Add share instructions.
    * ChatList: Clear row content when removing history.
    * XMLConsole: Always use dark theme.
    * AboutDialog: Show libsoup version.
    * GroupchatState: Show MAM synchronisation.
    * ChatList: Improve sorting.
    * Make contact details/settings available when offline.
    * ACE: Make descriptions selectable and copyable.
    * Notifications: Withdraw all when a corresponding chat is read.
    * ChatList: Show indicator if group chat is not connected.
    * ChatList: Show indicator when joining group chat.
    * StartChat: Don't filter for account labels.
    * ChatStack: Only respond to supported drag-n-drop types while
      dragging.
    * App menu: Add menu entry for privacy policy.
    * GroupchatRoster: Highlight own nick and sort it to the top.
    * CertificateDialog: Add additional infos and remove org unit
      field.
    * GroupchatDetails: Hide OMEMO page in public MUCs.
    * ChatBanner: Add QR code for sharing JIDs.
    * Windows: Package pixbuf loaders for avif and webp.
    * Remove "escape_key_closes" from ACE.
    * Enable spell checker by default.
    * OMEMO verification: Generate URIs with pedantically correct
      query.
    * Raise gajim when no cmdline options are provided.
    * QR codes: Avoid roundtrip to PNG in storage and back.
    * ProfileWindow: Don't fail when no vcard is set.
    * ContactInfo: Don’t fail when no vcard is set.
    * Message menu: Fix issue with chats not supplying correct ID.
    * Exceptions: Fix sending reports via sentry in conjunction with
      proxy settings.
    * ChatActionProcessor: De-duplicate emojis.
    * Fix encryption deadlock with changed MUC configurations.
    * UI: Update avatar on muc-disco-update.
    * AvatarSelector: Fix that images don't display after repeated
      loading.
    * SearchView: Don't change search context when switching chats.
    * SearchView: Remove overlay.
    * ChatActionProcessor: Allow to click items with mouse cursor.
    * MessageWidget: Don't return truncated text for message actions
      Fixes.
    * Idle: Use default xa implementation for XSS backend.
    * ConversationView: Fix loading messages going forward from
      specific point.
    * ACE: Handle invalid numeric values gracefully.
    * XMLConsole: Select first account by default.
    * Fix rendering of copied code blocks and quotes.
    * ContactInfo: Improve behavior for connection changes.
    * Escape JIDs for xmpp URIs everywhere.
    * Ask for confirmation when leaving a MUC while offline.
    * ContactInfo: Improve behaviour for connection changes.
    * Make manually changing the pinned chat sort order work again.
    * MessageActionsBox: Update send file button tooltip when
      switching chats.
    * GroupChatRoster: Make scrollbar the right-most widget.
    * GroupChatInviter: Don't filter by account name.
    * CertificateDialog: Display issued-to information correctly.
    * AccountWizard: Respect global proxy.
  - Obsolete gajim-plugin-omemo.
* Wed Apr 05 2023 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.7.3:
    * Allow muting chat notifications.
    * Make `gemini` URIs clickable.
    * Workspace menu: Always show Mark as read action.
    * Audio Preview: Set correct pos when clicking into visualiser.
    * Audio Preview: Add delay before pausing on EOS.
    * Flatpak: Fix drag and drop.
    * GroupChatDetails: Adapt to changed icons.
    * Message input: Fix height for single line messages.
    * Update message merged state after deleting a message.
    * ChatActionProcessor: Fix inserting emojis by click.
    * Account preferences: Adapt to changed icons.
* Sun Mar 12 2023 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.7.2:
    * Add message menu entry for deleting messages locally.
    * Proxies: Add "Tor (Browser)" default proxy setting.
    * Select group chat after creating it.
    * Don’t colour log timestamps.
    * PEPConfig: Ask for confirmation when deleting nodes.
    * Improve get_recent_muc_nicks query.
    * Improve check for message highlight and add tests.
    * Tests: Use in-memory settings database.
    * Add audio/x-wav to default mime types.
    * Audio preview: Allow skipping by clicking the visualisation.
    * Migration: Don’t fail on colour setting migration.
    * HTTPUpload: Respect infinite file size limit.
    * Chatstates: Remove composing timeout correctly.
    * Show chat notifications when chat page is not visible.
    * Don't fail if contact name for MUC message is None.
    * Notifications: Honour notification_preview_message setting.
    * Fix nickname highlight in group chats.
    * Profile: Don't allow saving profile when not connected.
    * GetRelativeTimeTest: Fix comparison of translated strings and
      off-by timezone errors.
    * Don't highlight message if it's an URI containing our nick.
    * Nickname completion: Make sure recent nicknames list does not
      contain None.
    * Plugins: Don't fail hard on uninstall errors.
    * Start Chat: Fix wrong JID type in _start_new_chat.
* Wed Feb 08 2023 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.7.1:
    * Raise nbxmpp version to 4.2.0.
    * Improve KeepassXC Integration.
    * MUC: Enable archiving when creating MUCs on ejabberd.
    * Apply SASLprep to passwords.
    * Make switching status work again.
  - Drop gajim-1.7.0-fix-status-switching.patch: fixed upstream.
* Sat Feb 04 2023 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.7.0:
    * Port to pyproject.toml.
    * Preferences: Add 0 and 25 MiB to preview size settings.
    * Account wizard: Don't allow to add account twice.
    * Fix loading localised emojis.
    * HTTPUpload: Don’t cache temp path.
    * JingleAudio: Always resample audio before processing with
      webrtcdsp.
    * Disable legacy ciphers in cryptography.
  - Add gajim-1.7.0-fix-status-switching.patch: Make switching status
    work again (commit 3c2c6448).
* Sat Jan 14 2023 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.6.1:
    * Raise required nbxmpp version to 4.0.1.
    * AdHocCommands: Refresh commands list after completing command.
    * Limit message length and add FullMessageWindow.
    * ChatList: Improve timedelta function.
    * CreateGroupchatWindow: Add Advanced switch and always show
      address entry.
    * UX: Make more text labels selectable/enable can-focus for
      copying.
    * AccountPage: Add menu item to deny all subscription requests.
    * Account menu: Add Execute Command… entry for convenience.
    * AccountPage: Make all account menu items available.
    * AccountPage: Add menu entry for adding contacts.
    * Notifications: Fix rare case where Gajim displays notifications
      for our own messages.
    * ServiceDiscoveryWindow: Fix jumping when resizing window.
    * Don't fail in mark_as_unread if there are no messages.
    * Profile: Fix setting avatar.
    * ChatStack DnD: Add workaround for mis-fired drag-motion signal.
    * AudioPreview: Make visualisation fully RTL compatible again and
      ensure graph is always drawn.
    * Preview: Handle exceptions while decrypting.
    * Audio Visualizer: Port deprecated methods.
    * AudioPreview: Always format progress time as LTR.
    * AppPage: Differentiate between updates (Gajim/Plugins).
    * GroupChat: Display reason when group chat is destroyed.
* Sat Jan 07 2023 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.6.0:
    * Raise required nbxmpp version to 4.0.0.
    * Depend on Python 3.10.
    * Port to libsoup3.
    * Allow sending files by copy-pasting them from file managers.
    * Preview: Add audio preview controls and visualisation.
    * Resurrect URI-specific context menus.
    * Highlight the file when opening containing directory.
    * BaseAvatarChooserDialog: Allow all image types.
    * Timestamps: Use date/time format preference in more places.
    * AppPage: Show date for last update check.
    * Add dedicated context menu for non-specific URI types.
    * Restore ability to manually disambiguate JID-like addresses.
    * Use the unified Start/Join Chat flow for "?join" links.
    * CertificateBox: Format serial number in hex.
    * MessageActionsBox: Restore emoji button behaviour.
    * Settings: Add migration for global MUC search api endpoint.
    * AccountWizard: Remove subscriptions after successful login.
    * Audio Preview: Fix visuals on EOS while seeking.
    * Audio Preview: Don't let seekbar handle jump to end on EOS when
      user is seeking.
    * Commands: Attempt to parse only if message can have a command.
    * Notifications: Use correct nickname for /me messages.
    * AvatarSelector: Set default crop scale to 1.0.
    * Menus: Don’t use GLib variant text format parsing.
    * Remember last folder correctly after sending file.
    * Preview: Don't treat multi-line message body as previewable
      URL.
* Sat Dec 03 2022 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.5.4:
    * DataFormWidget: Set min width on right box.
    * MUC: Add method for aborting join.
    * Message selection: Improve wording for deselecting messages.
    * Message selection: Improve styling.
    * Features: Add entry for Audio Preview.
    * Styling: Introduce URI scheme whitelisting.
    * Message selection: Use date_time_format instead of time_format.
    * Settings: Unify timestamp settings.
    * Prettify display of geographical locations.
    * ChatList: Scroll to top when switching workspace.
    * Preferences: Improve preview settings.
    * Chatstates: Add a timeout for the "composing" animation.
    * Accounts window: Use equal widths for account switch label.
    * VCardGrid: Linkify all URI-type fields iff they are valid URIs.
    * URI parsing: Detect invalid file URIs earlier.
    * Styling: Validate link syntax deeper and *after* parenthesis
      correction.
    * Add msg_log_id to live message events.
    * Dependencies: Remove pyOpenSSL, add python-cryptography.
    * Jingle: Remove XTLS support.
    * Add FileTransferSelector as a central page for sending files.
    * Block opening file:/ links by default.
    * Control: Request history more efficiently.
    * Preview: Handle multiple simultaneous certificate verification
      errors.
    * Styling: Linkify URIs only if at the start of a word.
    * MessageInputTextView: Reintroduce gui_extension_point.
    * GUI tests: Adapt GUI tests to Gajim changes.
    * SSLErrorDialog: Fix test, remove OpenSSL usage.
    * ChatFunctionPage: Don't close control on cancelling join error.
    * SearchView: Set chat type correctly for ResultRows.
    * Chatstates: Switch to Chatstate.ACTIVE after timeout.
    * GroupchatRoster: Set visibility when hiding.
    * MessageActionsBox: Reintroduce gui_extension_point.
    * Preview: Respect MUC context for PMs.
    * ConversationView: Fix scrollbar not being the right-most
      widget.
    * Preview: Stop further processing if decompression bomb
      detected.
    * URI parsing: More robustness with geo URIs.
    * URI parsing: Properly unescape mailto URIs.
    * URI parsing: Properly unescape XMPP URIs and handle unknown
      query types.
    * MessageInputTextView: Handle is_correcting if no contact is
      set.
    * Fix various issues with chat markers.
    * Plugins: Replace usage of gui_extention_point().
    * CSS: Fix settings related inconsistencies.
    * CSS: Move overriding rules to bottom.
    * Message selection: Don’t fail hard if log_line_id is None.
    * Don’t fail when trying to reset last message id.
* Mon Oct 31 2022 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.5.3:
    * Allow to copy multiple messages.
    * Accounts: Add setting for default workspace.
    * Preferences: Add send_on_ctrl_enter setting.
    * Add actions menu to Start Chat button.
    * ExceptionDialog: Close dialog with ESC.
    * ChatList: Show drafts.
    * StartChat: Recognise input of xmpp uris.
    * Workspaces: Add "Mark as read" menu item.
    * Improve emoji completion.
    * ACE: Enable reset button only for changed values.
    * Avatar: Follow modernxmpps suggestions for color generation.
    * Preferences: Add escape_key_closes to "Chat" section.
    * Preferences: Reorder "Chat" settings and add a "General"
      section.
    * Preferences: Move show_chatstate_in_banner to ACE settings.
    * Remove confirm_paste_image setting.
    * Remove setting to hide the chat banner.
    * GroupchatRoster: Don’t load roster when its hidden.
    * Emoji completion: Abort early if max menu entry count reached.
    * Disable loading of GUPnPIgd library.
    * Remote: Make get_status() return correct status when offline.
    * Plugins: Use correct gettext import.
    * Make strings translatable.
    * Enable emoji chooser action.
    * AvatarBox: Only react to clicks for GroupchatContacts.
    * Remote: Return True for change_status.
    * ChatActionProcessor: Popdown on focus out event.
    * Avatar placeholders: Correctly use the first grapheme as the
      "letter".
    * Fix quoting /me messages.
    * StartChat: Don’t use jid argument for global dialogue.
    * Try leaving group chat only if account is online.
    * AccountPage: Disable profile button when not connected.
    * MUC: Allow changing subject if there is none.
    * PluginsWindow: Fix typo in plugin tooltip.
    * PluginManager: Block plugins which have been integrated into
      Gajim.
    * MessageInputTextView: Fix correction mode when switching chats.
    * AdHoc: Make MultiLineLabel selectable.
    * Settings: Check if account is connected before trying to get
      context.
    * Styling: Various link parsing issues.
    * Send message icon: Increase line width and make icon symbolic.
    * Accounts: Use account label for disable confirmation.
    * AccountBadge: Update colours correctly.
    * Update account label when changing label setting.
    * SearchView: Scroll to to when resetting.
    * Notification: Draw avatar correctly on scale > 1.
    * Preview: Don’t fail hard when parsing fragments.
    * PreviewAudio: Increase update rate for seek bar.
    * AccountPage: Disable Excute Command button by default.
    * Client: Load trusted certificates on connect().
    * ChatList: Don’t increase in width while drag and drop.
    * Roster: Always show workspace when starting chat.
    * WorkspaceSidebar: Don't increase in width while drag and drop.
    * ChatFunctionPage: React to connection changes.
    * Preview: Set user-agent for session.
    * SearchView: Limit displayed results to account_id of contact.
    * Don’t fail when disabling accounts.
  - Drop 0001-remove-upnp.patch: applied upstream.
* Thu Oct 27 2022 I. Petrov <ico@dante.tk>
  - Bump python-nbxmpp version requirement to 3.2.4.
* Sat Oct 08 2022 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.5.2:
    * PEPConfig: Add PEP item view.
    * Add shortcut to restore chats after closing.
    * ServerInfo: Add TLS version and cipher suite.
    * XMLConsole: Apply account filter to all visible stanzas.
    * MessageRow: Set text direction for RTL text.
    * AvatarSelector: Add border to mark drag and drop zone.
    * Drag and drop: Highlight target areas.
    * GroupChatNickCompletion: Simplify suggestions.
    * MUC: Add participant menu to avatar.
    * StartChat: Add timeout when requesting MUC disco info.
    * StartChat: Pass message body from XMPP URI.
    * Windows: Ellipsise body text in notifications.
    * Emojis: Improve shortcode usability.
    * Avatars: Use PangoCairo for generate_avatar.
    * Emojis: Extract codepoints for all emoji variants.
    * Raise nbxmpp version to 3.2.4.
    * Show account colour bar only when multiple accounts are active.
    * Remove queue_resize leftover from MessageTextView.
    * SearchView: Update calendar only if widget is visible.
    * SearchView: Speed up clearing of search results.
    * Styling: Parse emojis for Darwin only.
    * Control: Load events before messages.
    * Fix disabling accounts while reconnecting.
    * Use custom icon for "Send Message" action.
    * MessageActionsBox: Don’t fail if no contact is set while
      updating file actions.
    * Scroll to end after sending message.
    * Update chat actions when account state changes.
    * StatusIcon: Reset unread state correctly when using Flatpak.
    * Notifications: Show correct message sender for MUC
      notifications.
    * Discovery: Don’t allow to join top level components.
    * ChatList: Show context menu in correct position.
    * Styling: Allow dots in local part of email addresses.
    * ChatList: Set message_id correctly.
    * Notifications: React to incoming group chat messages.
    * When removing a chat, clear view only if it's currently loaded.
    * AccountPage: Disable Ad-Hoc Commands button when offline.
    * CreateGroupchatWindow: Fix Create button state when switching
      MUC type.
    * React correctly to UserAvatar updates.
    * GajimRemote: Remove not needed shebang.
* Wed Oct 05 2022 Fritz Reichwald <reichwald@b1-systems.de>
  - Add 0001-remove-upnp.patch to (temporarily) remove the code in
    app.py that is going to use GUPnP-IGD since the prior fix from
    Luciaon is not working here.
  - Add missing libpcre BuildDep that made the build fail locally
* Wed Sep 28 2022 Luciano Santos <luc14n0@opensuse.org>
  - Temporarily remove auto generated requirement on GUPnPIgd GI
    bindings to address fatal error caused by requirement on both
    LibSoup2 and LibSoup3 thus making the app unlaunchable. This is
    caused because Gajim itself depends on LibSoup 2.4 while the
    GUPnPIgd GI bindings pulls in UPnP which in turns depends on
    LibSoup 3.0 (boo#1203676).
  - Add missing GSSAPI Python module runtime requirement.
* Tue Sep 20 2022 Sebastian Wagner <sebix+novell.com@sebix.at>
  - update to version  1.5.1:
    - Bug Fixes
    - ChatBanner: Format markup string correctly
  - update to version  1.5.0:
    - CVE-2022-39835
    - This release fixes a vulnerability which allowed attackers to craft a XML
    - stanza in a way, so Gajim would accept it as message correction for messages
    - not originating from the attacker.
    - New
    - Add drag and drop support for pinned chats
    - Workspaces: Add shortcuts for switching
    - Refactor ChatWidgets so they are only created once (#10987, #11038, #10973, #10119, #11052, #10945)
    - Improvements
    - Preview: Improve mime type detection (#11150)
    - SearchView: Add hint for search filters (#11136)
    - Preview: Show left click action tooltip on icon (#11138)
    - ACE: Highlight non-default values (#11120)
    - XMLConsole: Use SourceView for XML input (#11121)
    - Migration: Make archive migation more resilient
    - Workspaces: Move chats when removing workspace (#11098)
    - ChatList: Always show when switching workspace (#11108)
    - MessageActionsBox: Disable encryption button if MUC is public (#10959)
    - Increase contrast for message row meta elements
    - StatusIcon: Use new icon for pending events
    - WorkspaceSidebar: Allow removing workspace from context menu
    - AccountPage: Add button for Ad-Hoc commands
    - Don’t try to query avatars in MUCs which don’t allow it (#10937)
    - Don’t disco MUC participants on presence
    - Chatstate: Don’t make too many assumptions
    - Windows: Increase default font size
    - CSS: Use relative sizes for fonts
    - ChatControl: Show error if encryption plugin is missing
    - Store and restore running HTTP File Transfer uploads
    - Add button for toggling chat list (#11035)
    - ContactInfo/GroupchatDetails: Toggle icon when editing name
    - Change
    - Raise nbxmpp version
    - Raise PyGObject version (#11132)
    - Add requirement for min sqlite version
    - ChatBanner: Add button for managing voice requests
    - Remove IPython support
    - Rework ChatCommands
    - Shortcuts: Use Ctrl+F for opening the search bar (#11073)
    - Remove clear-chat action (Ctrl+L)
    - Raise required nbxmpp version to 3.2.2
    - Performance
    - Use Task Queue to request avatars on MUC join
    - Bug Fixes
    - GroupchatState: Hide when we are offline
    - Corrections: Don’t correct message if text has not changed (#11146)
    - Make plugin usable check work on all unix/linux systems (#11134)
    - MUC: Don’t ignore MUC invites when ignore_unknown_contacts is set (#11107)
    - Make shortcuts more discoverable (#11122, #11127)
    - Better validate message corrections
    - MUC: Improve automatically adding members on invite
    - Preview: Sanitize filename from disallowed chars (#11105#10752)
    - Chatstates: Don’t sent chatstate delayed to ourself
    - Don’t reset setting when closing single chat
    - Preview: Don’t fail if thumb file already exists (#11091)
    - MessageInputTextView: Account for having multiple blocks when applying style (#11015)
    - ActionMenu: Correctly execute text actions if text contains underscore
    - InfoMessage: Don’t escape text
    - MUC: Send password and reason correctly on invite
    - Preview: Reset received size before cancelling or downloading
    - BlockingList: Don’t fail with placeholder address (#11084)
    - ChatList: Update status for private chats correctly
    - ChatList: Update avatar for all chats correctly
    - GroupChat: Handle nickname changes correctly
    - Roster: Add missing contact-info action
    - Make switch-next-unread-tab action work
    - ChatBanner: Use correct scaling for chatstates
    - FileTransferRow: Don’t cancel transfer when switching chat
    - ChatBanner: Don’t show phone icon for group chats
    - Don’t handle message-sent even for groupchats
    - ChatBanner: Display account badge again
    - Make nick completion test pass
    - Preview: Store last_save_dir with Save As
    - Preview: Make sure the widget is not being destroyed while updating (#10920)
    - Fix handling of URLs without scheme (#11059)
    - GroupchatState: Call correct page for not-joined
    - ChatControl: Don’t assume messages always have a resource (#11042)
    - Notes
    - ChatCommands have been reworked. Only following commands are now available
    - - status
    - - invite
    - - ban
    - - affiliate
    - - kick
    - - role
    - Ctrl+H for opening the search bar has been removed, please use the
    - commonly used Ctrl+F (find). The shortcut for starting a file transfer
    - has been dropped.
* Sun Jul 24 2022 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.4.7:
    * Startup: Show hint in console if Gajim is already running.
    * Preview: Add a setting to disable file preview.
    * Roster: Display show value in tooltip.
    * ChatActionProcessor: Improve detection of emoji shortcode
      start.
    * Roster: Don’t invalidate filter on contact update.
    * Roster: Sort more efficiently.
    * Settings migration: Don’t fail on missing proxies key.
    * Chat Markers: Don’t send marker for outgoing messages.
    * Main Window: Move to stored position on startup.
    * Preview: Allow manual download for all mime types.
    * GroupchatInfo: Don’t set subject when loading from disco info.
    * Preview: Hide download hint if we sent the file.
    * Remote: Console scripts need a method as entry point.
    * CodeWidget: Don’t default to python for highlighting.
    * ContactInfo: Preserve groups when changing contact name.
    * CodeWidget: Don't highlight matching brackets.
    * StatusIcon: Don’t lose new message icon on state change.
    * GtkStatusIcon: Always show when Gajim has not toplevel focus.
    * GroupChatNickCompletion: Only process Tab press.
    * MessageRow: Align name label correctly.
    * StatusIcon: Fix logic error on activate.
* Thu Jul 07 2022 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.4.6:
    * Roster: Display show value in tooltip.
    * ChatActionProcessor: Improve detection of emoji shortcode
      start.
    * Remote: Console scripts need a method as entry point.
    * CodeWidget: Don’t default to python for highlighting.
    * ContactInfo: Preserve groups when changing contact name.
    * CodeWidget: Don't highlight matching brackets.
    * StatusIcon: Don’t lose new message icon on state change.
    * GtkStatusIcon: Always show when Gajim has not toplevel focus.
    * GroupChatNickCompletion: Only process Tab press.
    * Row name: Align label correctly.
    * StatusIcon: Logic error on activate.
* Tue Jun 21 2022 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.4.5:
    * Add new Shortcut for toggling the chat list.
    * Preferences: Add setting for emoji shortcodes.
    * Disable plugin updates by Gajim on flatpak.
    * Use nickname provided in subscription requests everywhere.
    * GroupchatOutcasts: Make removing users work.
    * Chat: Display corrections for /me messages correctly.
    * Styling: Process URIs when using /me command.
    * Preview: Align link button correctly.
    * MUC: Don’t fail on presence from unknown occupants.
    * SystemStyleListener: Fix handling of colour scheme states.
    * Styling: Improve address regex.
    * Styling: Improve uri regex.
    * Styling: Parse text correctly which contains uris and
      addresses.
    * Main: Process window shortcuts when no chat is open.
    * Restore minimal AdHoc module.
* Sat Jun 18 2022 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.4.4:
    * Add support for inputing emoji short codes.
    * Add freedesktop colorscheme preference support.
    * Add new CLI command --show.
    * Add new CLI command --cprofile.
    * Preferences: Add `Action on Close Button` setting.
    * Preferences: Add `Show in Taskbar` setting.
    * Preferences: Add D-Bus Interface setting.
    * Rewrite gajim-remote.
    * Logind: Listen to system shutdown and quit Gajim gracefully.
    * CreateGroupchatWindow: Enable emoji completion for description.
    * CreateGroupchatWindow: Produce valid addresses from name.
    * Gateways: Use avatar if published.
    * History: Add Keep History "Until Gajim is Closed" option.
    * MUC: Base invitation type on MUC type and affiliation.
    * Rework DBus Remote Interface.
    * StatusMessageSelector: Enable emoji completion.
    * Group chats: Ask for confirmation before leaving.
    * Preview: Improve layout and display errors.
    * #10828 Limit message size for styling.
    * Remove remote AdHocCommands feature.
    * Remove ask for status settings.
    * Chat banner: Show phone image if last message came from a
      phone.
    * Flatpak: Determine notification backend caps with dbus.
    * Groupchat: Prevent automatic roster revealer toggling on join.
    * Make plugins_repository_enabled available via ACE.
    * MucJoinLeft: Align timestamp correctly.
    * NotificationManager: Make displaying an invitation more robust.
    * StatusIcon: Reliably raise/hide window.
    * Groupchat: Don't steal active msg textbox focus.
    * Groupchat: Load GroupChatState widget early.
    * DBus: Unify presence signals.
    * JingleAudio: Check if webrtcdsp is available.
    * Groupchat: Show correct icon when toggling roster revealer.
    * WorkspaceDialog: Show correct settings for workspace if there
      is only one.
    * Status messages: Check for correct setting.
    * MessageInputTextView: Don’t remove tags for spell checking.
    * Workspaces: Fix image scaling.
    * AvatarSelector: Add fail-safes for loading images.
    * Limit max quote recursion.
    * Make drag & drop more reliable.
    * Preview: Don’t fail on invalid IPV6 urls.
    * Remote: Don’t fail on list_contacts.
    * Preview: Catch PIL errors while generating preview.
* Mon Jun 06 2022 Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
  - Update dependency on typelib(GtkSource) to version 4 (boo#1199959)
* Wed Jun 01 2022 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.4.3:
    * AppPage: Show plugin update notifications.
    * ChatList: Add middle mouse click for closing a chat.
    * DirectorySearch: Use Gio.Menu, add Start Chat item.
    * Group chat roster: Store visibility.
    * Smaller Jingle file transfer widget.
    * Unify ContactInfo and GroupchatDetails elements width.
    * Workspaces: Add Move to new workspace functionality.
    * Workspaces: Enable emoji picker.
    * Avatars: Render emojis correctly.
    * AddContact: Fix opening AdHocCommands window.
    * ContactInfo: Fix copying name and JID by Ctrl+C.
    * DirectorySearch: Correctly connect form validation.
    * Don’t fail on GajimPlugin equality test.
    * History: Don’t remove JID IDs from database.
    * InfoBar: Add style rule for anchors in dark mode.
    * Make GStreamer an optional dependency again.
    * Plugins: Unregister modules after calling deactivate().
    * Replace user-visible strings of "Groupchat" with "Group Chat".
    * WorkspaceDialog: Disable Remove button for last workspace.
    * AccountsWindow: Use get_app_window to reliably access window's
      methods.
    * VCardGrid: Request minimum width.
    * ChatControl: Don't update AV actions for PMs.
    * Search: Add fail-safe for incomplete JID ID tables.
    * StartChat: Allow transport JIDs without successful discovery.
* Mon May 30 2022 Dominique Leuenberger <dimstar@opensuse.org>
  - Fix download url: upstream only publishes a .tar.gz, so let's use
    that.
* Sat May 28 2022 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.4.2:
    * SearchView: Add calendar for browsing history.
    * MUC: Enable history when creating rooms.
    * Preferences: Bind show_send_message_button to
      send_on_ctrl_enter.
    * MessageInputTextView: Limit chars when applying styles.
    * Accounts: Fix accessing disabled accounts.
    * MUC: Display moderated messages again.
    * MUC: Ignore gateway services for room creation.
    * Preferences: Hide non-functional xhtml setting.
    * Remove `Save conversation` setting.
    * Reset conversation view when switching chat.
    * Socks5: Catch specific exception.
    * Status: Restore last status correctly.
    * Jingle: Stop early if no transport is available.
    * Roster: Filter list on contact update.
    * Roster: Sort DND last.
    * Don't set read marker when receiving own carbons.
* Sat May 21 2022 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.4.1:
    * Add "Join Support Chat" help item.
    * ConversationView: Add date for timestamps older than current
      date.
    * SearchView: Add margins and border-radius to ResultRow.
    * ConversationView: Move timestamp widget to the left.
    * Bug fixes:
      See https://dev.gajim.org/gajim/gajim/-/blob/gajim-1.4.1/ChangeLog#L13
* Sat May 14 2022 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.4.0:
    * Rework GUI (Main Window and Chat).
    * Integrate Plugin Installer.
    * Integrate Image Preview Plugin.
    * Integrate Syntax Highlight Plugin.
    * Integrate AppIndicator Plugin.
    * Allow customising Shortcuts.
    * Support Message Moderation in Group Chats.
    * Allow administrators to define setting overrides.
    * Drop zeroconf support.
    * Remove History Manager.
    * Remove Single Message Dialogue.
    * Group Chat: Move many menu options into details dialogue.
    * Bug fixes:
      See https://dev.gajim.org/gajim/gajim/-/blob/gajim-1.4.0/ChangeLog#L23
* Tue Jan 18 2022 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Plugins sub-folder must be owned by a package
* Sat Dec 18 2021 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.3.3:
    * Profile: Add NOTE entry.
    * Port AdHocCommand window to new Assistant.
    * Update API JID for search.jabber.network integration.
    * Provider list: Remove blabber.im.
    * Depend on nbxmpp>=2.0.4 (CVE-2021-41055).
    * HTTPUpload: Raise FileError if path is not accessible.
    * Fix spell checking.
    * Check for gstreamer GTK plugin for AV support.
    * Jingle: Fix UnboundLocalError for transports variable.
    * Fix test_gui_interface testsuite.
    * Reload CSS after switching dark/light theme.
    * Dead key improvements.
    * Fix starting History Manager in standalone mode.
* Tue Oct 26 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Add typelib(Soup) = 2.4 requires: the way the dep is encoded in
    the .py file is not supported by the dep scanner.
  - Drop the -lang Recommends: the -lang packages have automatically
    added supplements already.
* Mon May 17 2021 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to version 1.3.2
    * New
    * Setting for automatic history cleanup
    * Chat-specific ‘Group Chat Settings’ page
    * ‘Mark as Read’ button for message notifications
    * ‘Send Message’ button in chat windows
    * Support for vCard4 (XEP-0292)
    * Added a preview when pasting images from the clipboard
    * Added setting to explicitly enable GSSAPI authentication
    * Added account switch description (On/Off) for better
      accessability
    * Changes
    * MessageInput: Removed custom placeholder (‘Type a message…')
    * MessageInput: Added focus borders for better accessability
    * Gajim will use direct messages in non-anonymous group chats
      instead of PMs (this is configurable)
    * Message styling: removed _underline_ style and added ~strikethrough~
      style, making Gajim standard compliant
    * Removed notification for contact sign in/out
    * Removed ‘Auto copy’ workaround for Ctrl+C usage in the chat window
    * If Gajim fails to join a group chat, it now offers a Retry button
    * Emoji button now opens GTK’s native Emoji chooser
    * Improved A/V codec selection
    * Fixed some regressions with non-english keyboard layouts
    * Fixed command for opening the Start Chat window
    * A/V menu entries are now updated (enabled/disabled) correctly
      when receiving the contact’s capabilities
    * Fixed GSSAPI support
    * Some shortcuts now use Primary (Ctrl/Cmd) instead of Alt
    * Fixed a bug where dropping selected text on a chat window
      would fail
    * Fixed ‘Show status changes’ setting being ignored for group
      chats
    * Fixed a bug where removing a plugin would fail
    * And much more: Have a look at the full changelog
* Fri Jan 08 2021 olaf@aepfle.de
  - Gajim needs Python 3.7+
* Mon Sep 07 2020 Dirk Mueller <dmueller@suse.com>
  - update from cssutils to css-parser (bsc#1176101)
* Thu Sep 03 2020 Dirk Mueller <dmueller@suse.com>
  - tighten requirements (bsc#1176101)
* Wed Aug 26 2020 Dirk Mueller <dmueller@suse.com>
  - update to 1.2.2:
    * Rewritten network code
    * Support for WebSocket (RFC 7395)
    * Improved proxy handling
    * Group chat pages (invite, information, nickname, subject, etc.)
    * Group chat creation window
    * Updated account creation assistant
    * Updated assistants for password changing and account removal
    * Updated server info window (connection details)
    * Updated theme manager
    * Default avatars (XEP-0392)
    * Paste images from clipboard
    * Contrast and color improvements for both light and dark themes
    * Removed 'Invisible' status
    * Removed FuzzyClock feature
    * ServerInfo: Display status address
    * Add block and spam reporting in various places
    * Roster: Allow to add contacts from `Not in contact list` group via DND
    * Roster: Allow sending message to serveral groups
    * Groupchat/Chat: Rework DND
    * Groupchat: Display recent history from the database
    * Status Selector was reworked
    * Status Change dialog was reworked
    * Preferences: Added Setting to toggle the use of a keyring
    * Windows/Mac: Gajim notifys now about new updates
    * ServerInfo: Show more details about the current connection
    * bugfixes
  - remove ssl_use_system_certs.patch (obsolete)
* Sun Jan 05 2020 Benoît Monin <benoit.monin@gmx.fr>
  - add ssl_use_system_certs.patch (boo#1159017):
    always use the system certificates and remove the provided one,
    fix build with newer ca-certificates bundle
* Thu May 23 2019 mvetter@suse.com
  - Update to 1.1.3:
    New:
    * Add a mobile phone indicator to the chat window
    * Rework HTTPUpload dialog
    * Add a "paste as quote" option to the message input
    Bug fixes:
    * #8822 Fix memory leak when using spell checker
    * #9514 Fix jingle filetransfers not working in some circumstances
    * #9573 Dont leak DNS query when connecting over proxy
    * #9578 Determine Windows version more reliably
    * #9622 Fix an error while quitting Gajim
    * #9633 Fix an error while sending a file
    * #9637 Restore window size correctly on wayland
    * #9660 GPG Agent setting is ignored
    * #9645 Make zeroconf IPV6 compatible
    * Improve dark theme colors
    * Fix access to GnuPG keys
    * Use UUID4 item ids for pubsub posts
    * Dont send invalid show values
    * Various smaller improvements
* Thu Jan 31 2019 mvetter@suse.com
  - Require python3-nbxmpp >= 0.6.9 (boo#1123247)
* Tue Jan 22 2019 liedke@rz.uni-mannheim.de
  - Update to 1.1.2:
    * #9518 Windows: Pressing "^" yields "^^"
    * #9522 Windows: Switching keyboard layouts leads to a crash
    * #9525 Windows/Mac: Links are not clickable in the About dialog
    * #9535 Jingle Audio: Update codecs
    * #9537 DiscoveryWindow: Fix bookmarking a group chat
    * DBus: Correctly raise NewMessage signal
    * Clicking on tray notifications does not open the chat
* Wed Jan 02 2019 liedke@rz.uni-mannheim.de
  - Update to 1.1.1:
    * 8362 DBus: Incorrect unread message count
    * 9427 Placeholder not cleared if pasting text into message input
    * 9444 Determine the delay timestamp correctly when using mam:1
    * 9453 Fix opening links inside the group chat subject (MacOS/Windows)
    * 9465 Allow the full range of possible nicknames in group chats
    * 9067 Gajim crashes when receiving xhtml messages
    * 9096 Error when clicking on a subscription notification
    * 9446 Chatstate error in MUC conversation
    * 9471 Conversation Textview: Error on key press
    * 9472 Handle presences without from attr correctly
    * 9473 Error when creating a new group chat
    * 9491 Identify group chat subject changes correctly
    * 9496 Error on MUC roster selection change
    * Determine soundplayer correctly on unix systems
    * In some circumstances plugins could not be deleted
    * Show correct contact status on tabs
    * Dont answer group chat receipt requests
    * Fix receipts for private messages
    * Pressing the back button in the Accounts window leads to an error
    * Better handle not available keyring backends
    * Dont show incorrect contact on private messages
    * Join group chat menu is disabled when there are no bookmarks
    * Error on start chat menu action
    * Error when opening sign-in/out notification
    * Copying text does not work with different keyboard layouts
* Mon Nov 19 2018 opensuse_buildservice@ojkastl.de
  - Add Requires for python3-precis-i18n (boo#1116161).
* Fri Nov 09 2018 frede@b1-systems.de
  - Add Recomment python3-axolotl for OMEMO Encryption
* Thu Nov 08 2018 mvetter@suse.com
  - Update to 1.1.0:
    * Remove support for XEP-0091
    * 8968 Windows: Gajim loads DLLs from wrong location
    * 9322 Error when adding contact
    * 9357 Acquire sleep inhibtor correctly after sleep
    * 9385 Ignore invalid bookmarks
    * 9386 Discovery: Browsing nodes without identity
    * 9393 Error when parsing invalid timestamps
    * 9398 Error on jingle file transfer
  - For complete ChangeLog from 1.0.99 and 1.0.99.1 please see
    installed ChaneLog file
  - Remove dependency: python3-avahi
  - Add dependency: python3-cssutils >= 1.0.2
* Mon Sep 24 2018 sor.alexei@meowr.ru
  - Add some missing dependencies (boo#1109355).
* Wed May 23 2018 sor.alexei@meowr.ru
  - Symlink the system PEM certfiicate to the path where
    Plugin Installer expects it to be instead of patching
    Plugin Installer as it can be updated locally unpatched and thus
    fail to work (boo#1094343).
  - Remove gajim-do_not_ship_certificate.patch.in: no longer needed.
* Sat May 19 2018 mvetter@suse.com
  - Update to 1.0.3:
    * bug 8296 Fix errors on roster updates after stream management resume
    * bug 9106 Convert font weight from pango to css values
    * bug 9124 Bring ChatControl to front when notification is clicked
    * Set no-store hint on groupchat chatstates
    * Dont show OOB uri if message body is the same
    * Add missing bybonjour dependency for Windows zeroconf
  - Remove Require for pyasn1: not needed anymore
* Mon May 14 2018 frede@b1-systems.de
  - Fixed dependency in spec file on python3 >= 3.5.0:
    * since Leap 42.3 and SLES 12 have only 3.4.6 they will not work
  - Fixed dependency in spec file on python3-nbxmpp 0.6.5:
    * changed the also the required not only build-required
* Sat May 12 2018 tbro@opensuse.org
  - Fixed dependency in spec file on python3-nbxmpp 0.6.5:
    * With python3-nbxmpp 0.6.4 the newest version of gajim broke
* Thu May 03 2018 sor.alexei@meowr.ru
  - Update to version 1.0.2:
    * Server name was rejected for group chat bookmarks.
    * setup.py install missed some files if used with "--skip-build".
    * Password was sometimes stored in plaintext.
    * Do not show an error when receiving invalid avatars.
    * Fix no Licence in the About dialogue.
    * Encode filenames before sending.
    * Catch invalid IQ stanzas and log them.
    * XMPP logo in "Add New Contact" window instead Gajim logo.
    * Mark some strings as translatable.
    * Fix an error on file send completion.
    * Removing a bookmark caused an error.
    * Avatar is deleted when updating vCard.
    * Account label didn't change in tooltip of notification area
      icon.
    * Placeholder text didn't disappear.
    * Fix History Manager search.
    * Proxy comobobox in accounts/connections didn't get updated
      after ManageProxies.
    * Fix a problem receiving files.
    * Notification never autohides in gnome.
    * Correctly reload Plugins.
    * Save history export with utf8 encoding.
    * Dont allow plain BOSH by default.
* Sun Apr 08 2018 dev@stellardeath.org
  - Add the python3-axolotl package to recommends to make OMEMO work
    out of the box.
* Mon Apr 02 2018 sor.alexei@meowr.ru
  - Update to version 1.0.1:
    * Improve MAM support.
    * Image preview in the file chooser dialogue.
    * Groupchat: Set minimise on auto join default to true.
    * Delete a bookmark when we destroy a room.
    * Fix account deletion.
    * Fix custom font handling.
    * Fix OpenPGP message decryption.
    * Fix window position restore on multi-head setups.
    * Fix scrolling in message window.
* Sat Mar 17 2018 sor.alexei@meowr.ru
  - Update to version 1.0.0:
    * Ported to GTK+3 / Python3.
    * Integrate HTTPUpload.
    * Add Navigation buttons in History Window.
    * Improvements for HiDPI Screens.
    * Depend on the python keyring package for password storage.
    * Lots of refactoring.
    * New Emoji support.
    * New Chat Window design.
    * New StartChat Window (Ctrl+N).
    * New ServerInfo Window.
    * AccountWindow Redesign.
    * Move some encryption code out into Plugins (see PGP Plugin,
      Esessions Plugin).
    * Add mam:1 and mam:2 support (mam:0 was removed).
    * Add MAM for MUCs support.
    * Add support for showing XEP-0084 Avatars.
    * Add support for geo: URIs.
    * Add xmpp URI handling directly in Gajim.
    * Remove Gajim-Remote.
    * Remove XEP-0012 (Last Activity).
    * Remove XEP-0136 (Message Archiving).
    * Add XEP-0156 (Discovering Alternative XMPP Connection Methods).
    * Add XEP-0319 (Last User Interaction in Presence).
    * Add XEP-0368 (SRV records for XMPP over TLS).
    * Add XEP-0380 (Explicit Message Encryption).
    * Add Jingle FT:5 support.
    * Lots of other small bugfixes.
  - Rebase gajim-do_not_ship_certificate.patch.in.
  - Update requirements and recommendations:
    also require things that are not strictly required if they are
    harmless and definitely available.
* Wed Dec 13 2017 frede@b1-systems.de
  - Add Requires:       python-nbxmpp >= 0.6.1
* Tue Dec 05 2017 mvetter@suse.com
  - Update to 0.16.9:
    * Improve Zeroconf behavior
    * Fix showing normal message event
    * remove usage of OpenSSL.rand
    * a few minor bugfixes
  - Update of icon cache and desktop file only in case of older
    distribution
* Mon Jul 10 2017 jengelh@inai.de
  - Trim filler wording from description.
* Tue Jul 04 2017 vilene@posteo.net
  - Update to version 0.16.8:
    * Fix rejoining MUCs after connection loss
    * Fix Groupchat invites
    * Fix encoding problems with newer GnuPG versions
    * Fix old messages randomly reappearing in the chat window
    * Fix some problems with IBB filetransfer
    * Make XEP-0146 Commands opt-in
    * Improve sending messages to your own resources
    * Improve reliability of delivery recipes
    * Many minor bugfixes
  - Add gajim-do_not_ship_certificate.patch.in: Do not package
    bundled PEM certificate, use one provided by package
    `ca-certificates-mozilla' instead.
  - Remove gajim-0.16.7-default-disable-xep-0146.patch: Not needed
    anymore, patch applied upstream.
* Mon May 29 2017 sor.alexei@meowr.ru
  - Add gajim-0.16.7-default-disable-xep-0146.patch by
    Philipp Hörist: Add a config option to activate XEP-0146 commands
    (commit cb65cfc, CVE-2016-10376, bsc#1041163).
* Tue May 09 2017 sor.alexei@meowr.ru
  - Update to version 0.16.7:
    * Better compatibility with XEP-0191: Blocking Command.
    * Gajim now depends on python-gnupg for PGP encryption.
    * Remove usage of demandimport.
    * Many minor bugfixes.
  - Move python-farstream-0_1 to Suggests.
  - Correct the licence to GPL-3.0.
* Thu Oct 13 2016 sor.alexei@meowr.ru
  - Update to version 0.16.6:
    * Fix using gpg2.
    * Improve message receips usage.
    * Improve roster filtering.
    * Fix several minor bugs.
  - Remove gajim-remote-dont-show.patch: merged upstream.
* Tue May 24 2016 mvetter@suse.com
  - Add gajim-remote-dont-show.patch:
    gajim-remote is cli only. Dont list it in menus.
  - If python-gstreamer-0_10 is installed the error message
    'ImportError: could not import gst' is not shown.
    See: https://trac.gajim.org/ticket/7836
* Tue Dec 29 2015 sor.alexei@meowr.ru
  - Update to 0.16.5:
    * Improve MAM implementation.
    * Improve security on connexion and for roster managment
      (rh#1295475, bsc#960668, CVE-2015-8688)
    * Ability for emoticons to be sorted in menu.
* Sun Sep 27 2015 sor.alexei@meowr.ru
  - Update to 0.16.4:
    * Fix trusting GPG keys.
    * Ability to disable synchronisation of logs with server.
    * Improve MAM usage.
* Sun Aug 02 2015 sor.alexei@meowr.ru
  - Update to 0.16.3:
    * Fix reading secret file.
    * Fix reconnection after suspend.
    * Fix sending GPG-encrypted file to non-trusted key.
* Sat Jul 25 2015 sor.alexei@meowr.ru
  - Update to 0.16.2:
    * Improve Zeroconf (Avahi) with IPv6.
    * Fix errors with GnuPG.
    * Minor fixes and improvements.
* Sun Mar 01 2015 sor.alexei@meowr.ru
  - Update to 0.16.1:
    * Fix sending Zeroconf messages.
    * Make ipython compatible to version >= 1.0.
    * Support XEP-0313 MAM.
    * Minor fixes and improvements.
* Tue Feb 10 2015 sor.alexei@meowr.ru
  - Add python-farstream-0_1 optional dependency.

Files

/usr/bin/gajim
/usr/bin/gajim-remote
/usr/lib/python3.11/site-packages/gajim
/usr/lib/python3.11/site-packages/gajim-1.8.4.dist-info
/usr/lib/python3.11/site-packages/gajim-1.8.4.dist-info/COPYING
/usr/lib/python3.11/site-packages/gajim-1.8.4.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/gajim-1.8.4.dist-info/METADATA
/usr/lib/python3.11/site-packages/gajim-1.8.4.dist-info/RECORD
/usr/lib/python3.11/site-packages/gajim-1.8.4.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/gajim-1.8.4.dist-info/WHEEL
/usr/lib/python3.11/site-packages/gajim-1.8.4.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/gajim-1.8.4.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/gajim/__init__.py
/usr/lib/python3.11/site-packages/gajim/__pycache__
/usr/lib/python3.11/site-packages/gajim/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/__pycache__/gui_interface.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/__pycache__/gui_interface.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/__pycache__/main.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/__pycache__/main.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/__pycache__/remote.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/__pycache__/remote.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common
/usr/lib/python3.11/site-packages/gajim/common/__init__.py
/usr/lib/python3.11/site-packages/gajim/common/__pycache__
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/app.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/app.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/application.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/application.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/call_manager.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/call_manager.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/cert_store.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/cert_store.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/client.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/client.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/client_modules.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/client_modules.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/commands.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/commands.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/config.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/configpaths.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/configpaths.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/const.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/const.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/events.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/events.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/file_props.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/file_props.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/filetransfer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/filetransfer.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/ged.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/ged.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/helpers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/helpers.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/i18n.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/i18n.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/iana.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/iana.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/idle.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/idle.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/jingle_content.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/jingle_content.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/jingle_ft.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/jingle_ft.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/jingle_ftstates.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/jingle_ftstates.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/jingle_rtp.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/jingle_rtp.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/jingle_session.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/jingle_session.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/jingle_transport.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/jingle_transport.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/logging_helpers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/logging_helpers.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/multimedia_helpers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/multimedia_helpers.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/optparser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/optparser.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/passwords.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/passwords.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/preview.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/preview.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/preview_helpers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/preview_helpers.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/proxy65_manager.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/proxy65_manager.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/regex.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/regex.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/setting_values.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/setting_values.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/settings.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/settings.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/socks5.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/socks5.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/sound.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/sound.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/structs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/structs.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/styling.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/styling.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/task_manager.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/task_manager.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/types.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/__pycache__/types.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/app.py
/usr/lib/python3.11/site-packages/gajim/common/application.py
/usr/lib/python3.11/site-packages/gajim/common/call_manager.py
/usr/lib/python3.11/site-packages/gajim/common/cert_store.py
/usr/lib/python3.11/site-packages/gajim/common/client.py
/usr/lib/python3.11/site-packages/gajim/common/client_modules.py
/usr/lib/python3.11/site-packages/gajim/common/commands.py
/usr/lib/python3.11/site-packages/gajim/common/config.py
/usr/lib/python3.11/site-packages/gajim/common/configpaths.py
/usr/lib/python3.11/site-packages/gajim/common/const.py
/usr/lib/python3.11/site-packages/gajim/common/dbus
/usr/lib/python3.11/site-packages/gajim/common/dbus/__init__.py
/usr/lib/python3.11/site-packages/gajim/common/dbus/__pycache__
/usr/lib/python3.11/site-packages/gajim/common/dbus/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/dbus/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/dbus/__pycache__/file_manager.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/dbus/__pycache__/file_manager.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/dbus/__pycache__/location.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/dbus/__pycache__/location.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/dbus/__pycache__/logind.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/dbus/__pycache__/logind.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/dbus/__pycache__/music_track.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/dbus/__pycache__/music_track.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/dbus/__pycache__/remote_control.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/dbus/__pycache__/remote_control.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/dbus/__pycache__/system_style.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/dbus/__pycache__/system_style.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/dbus/file_manager.py
/usr/lib/python3.11/site-packages/gajim/common/dbus/location.py
/usr/lib/python3.11/site-packages/gajim/common/dbus/logind.py
/usr/lib/python3.11/site-packages/gajim/common/dbus/music_track.py
/usr/lib/python3.11/site-packages/gajim/common/dbus/remote_control.py
/usr/lib/python3.11/site-packages/gajim/common/dbus/system_style.py
/usr/lib/python3.11/site-packages/gajim/common/events.py
/usr/lib/python3.11/site-packages/gajim/common/exceptions.py
/usr/lib/python3.11/site-packages/gajim/common/file_props.py
/usr/lib/python3.11/site-packages/gajim/common/filetransfer.py
/usr/lib/python3.11/site-packages/gajim/common/ged.py
/usr/lib/python3.11/site-packages/gajim/common/helpers.py
/usr/lib/python3.11/site-packages/gajim/common/i18n.py
/usr/lib/python3.11/site-packages/gajim/common/iana.py
/usr/lib/python3.11/site-packages/gajim/common/idle.py
/usr/lib/python3.11/site-packages/gajim/common/jingle_content.py
/usr/lib/python3.11/site-packages/gajim/common/jingle_ft.py
/usr/lib/python3.11/site-packages/gajim/common/jingle_ftstates.py
/usr/lib/python3.11/site-packages/gajim/common/jingle_rtp.py
/usr/lib/python3.11/site-packages/gajim/common/jingle_session.py
/usr/lib/python3.11/site-packages/gajim/common/jingle_transport.py
/usr/lib/python3.11/site-packages/gajim/common/logging_helpers.py
/usr/lib/python3.11/site-packages/gajim/common/modules
/usr/lib/python3.11/site-packages/gajim/common/modules/__init__.py
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/adhoc_commands.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/adhoc_commands.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/annotations.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/annotations.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/base.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/bits_of_binary.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/bits_of_binary.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/blocking.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/blocking.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/bookmarks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/bookmarks.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/bytestream.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/bytestream.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/caps.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/caps.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/carbons.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/carbons.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/chat_markers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/chat_markers.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/chatstates.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/chatstates.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/contacts.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/contacts.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/delimiter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/delimiter.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/discovery.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/discovery.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/entity_time.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/entity_time.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/gateway.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/gateway.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/http_auth.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/http_auth.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/httpupload.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/httpupload.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/ibb.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/ibb.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/iq.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/iq.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/jingle.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/jingle.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/last_activity.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/last_activity.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/mam.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/mam.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/message.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/message.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/misc.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/misc.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/muc.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/muc.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/omemo.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/omemo.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/pep.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/pep.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/ping.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/ping.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/presence.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/presence.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/pubsub.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/pubsub.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/receipts.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/receipts.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/register.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/register.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/roster.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/roster.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/roster_item_exchange.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/roster_item_exchange.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/search.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/search.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/security_labels.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/security_labels.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/software_version.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/software_version.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/user_avatar.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/user_avatar.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/user_location.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/user_location.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/user_nickname.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/user_nickname.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/user_tune.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/user_tune.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/util.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/vcard4.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/vcard4.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/vcard_avatars.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/vcard_avatars.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/vcard_temp.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/__pycache__/vcard_temp.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/modules/adhoc_commands.py
/usr/lib/python3.11/site-packages/gajim/common/modules/annotations.py
/usr/lib/python3.11/site-packages/gajim/common/modules/base.py
/usr/lib/python3.11/site-packages/gajim/common/modules/bits_of_binary.py
/usr/lib/python3.11/site-packages/gajim/common/modules/blocking.py
/usr/lib/python3.11/site-packages/gajim/common/modules/bookmarks.py
/usr/lib/python3.11/site-packages/gajim/common/modules/bytestream.py
/usr/lib/python3.11/site-packages/gajim/common/modules/caps.py
/usr/lib/python3.11/site-packages/gajim/common/modules/carbons.py
/usr/lib/python3.11/site-packages/gajim/common/modules/chat_markers.py
/usr/lib/python3.11/site-packages/gajim/common/modules/chatstates.py
/usr/lib/python3.11/site-packages/gajim/common/modules/contacts.py
/usr/lib/python3.11/site-packages/gajim/common/modules/delimiter.py
/usr/lib/python3.11/site-packages/gajim/common/modules/discovery.py
/usr/lib/python3.11/site-packages/gajim/common/modules/entity_time.py
/usr/lib/python3.11/site-packages/gajim/common/modules/gateway.py
/usr/lib/python3.11/site-packages/gajim/common/modules/http_auth.py
/usr/lib/python3.11/site-packages/gajim/common/modules/httpupload.py
/usr/lib/python3.11/site-packages/gajim/common/modules/ibb.py
/usr/lib/python3.11/site-packages/gajim/common/modules/iq.py
/usr/lib/python3.11/site-packages/gajim/common/modules/jingle.py
/usr/lib/python3.11/site-packages/gajim/common/modules/last_activity.py
/usr/lib/python3.11/site-packages/gajim/common/modules/mam.py
/usr/lib/python3.11/site-packages/gajim/common/modules/message.py
/usr/lib/python3.11/site-packages/gajim/common/modules/misc.py
/usr/lib/python3.11/site-packages/gajim/common/modules/muc.py
/usr/lib/python3.11/site-packages/gajim/common/modules/omemo.py
/usr/lib/python3.11/site-packages/gajim/common/modules/pep.py
/usr/lib/python3.11/site-packages/gajim/common/modules/ping.py
/usr/lib/python3.11/site-packages/gajim/common/modules/presence.py
/usr/lib/python3.11/site-packages/gajim/common/modules/pubsub.py
/usr/lib/python3.11/site-packages/gajim/common/modules/receipts.py
/usr/lib/python3.11/site-packages/gajim/common/modules/register.py
/usr/lib/python3.11/site-packages/gajim/common/modules/roster.py
/usr/lib/python3.11/site-packages/gajim/common/modules/roster_item_exchange.py
/usr/lib/python3.11/site-packages/gajim/common/modules/search.py
/usr/lib/python3.11/site-packages/gajim/common/modules/security_labels.py
/usr/lib/python3.11/site-packages/gajim/common/modules/software_version.py
/usr/lib/python3.11/site-packages/gajim/common/modules/user_avatar.py
/usr/lib/python3.11/site-packages/gajim/common/modules/user_location.py
/usr/lib/python3.11/site-packages/gajim/common/modules/user_nickname.py
/usr/lib/python3.11/site-packages/gajim/common/modules/user_tune.py
/usr/lib/python3.11/site-packages/gajim/common/modules/util.py
/usr/lib/python3.11/site-packages/gajim/common/modules/vcard4.py
/usr/lib/python3.11/site-packages/gajim/common/modules/vcard_avatars.py
/usr/lib/python3.11/site-packages/gajim/common/modules/vcard_temp.py
/usr/lib/python3.11/site-packages/gajim/common/multimedia_helpers.py
/usr/lib/python3.11/site-packages/gajim/common/optparser.py
/usr/lib/python3.11/site-packages/gajim/common/passwords.py
/usr/lib/python3.11/site-packages/gajim/common/preview.py
/usr/lib/python3.11/site-packages/gajim/common/preview_helpers.py
/usr/lib/python3.11/site-packages/gajim/common/proxy65_manager.py
/usr/lib/python3.11/site-packages/gajim/common/regex.py
/usr/lib/python3.11/site-packages/gajim/common/setting_values.py
/usr/lib/python3.11/site-packages/gajim/common/settings.py
/usr/lib/python3.11/site-packages/gajim/common/socks5.py
/usr/lib/python3.11/site-packages/gajim/common/sound.py
/usr/lib/python3.11/site-packages/gajim/common/storage
/usr/lib/python3.11/site-packages/gajim/common/storage/__init__.py
/usr/lib/python3.11/site-packages/gajim/common/storage/__pycache__
/usr/lib/python3.11/site-packages/gajim/common/storage/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/storage/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/storage/__pycache__/archive.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/storage/__pycache__/archive.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/storage/__pycache__/base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/storage/__pycache__/base.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/storage/__pycache__/cache.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/storage/__pycache__/cache.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/storage/__pycache__/draft.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/storage/__pycache__/draft.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/storage/__pycache__/events.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/storage/__pycache__/events.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/storage/__pycache__/omemo.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/storage/__pycache__/omemo.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/storage/archive.py
/usr/lib/python3.11/site-packages/gajim/common/storage/base.py
/usr/lib/python3.11/site-packages/gajim/common/storage/cache.py
/usr/lib/python3.11/site-packages/gajim/common/storage/draft.py
/usr/lib/python3.11/site-packages/gajim/common/storage/events.py
/usr/lib/python3.11/site-packages/gajim/common/storage/omemo.py
/usr/lib/python3.11/site-packages/gajim/common/structs.py
/usr/lib/python3.11/site-packages/gajim/common/styling.py
/usr/lib/python3.11/site-packages/gajim/common/task_manager.py
/usr/lib/python3.11/site-packages/gajim/common/types.py
/usr/lib/python3.11/site-packages/gajim/common/util
/usr/lib/python3.11/site-packages/gajim/common/util/__init__.py
/usr/lib/python3.11/site-packages/gajim/common/util/__pycache__
/usr/lib/python3.11/site-packages/gajim/common/util/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/util/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/util/__pycache__/classes.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/util/__pycache__/classes.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/util/__pycache__/datetime.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/util/__pycache__/datetime.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/util/__pycache__/decorators.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/util/__pycache__/decorators.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/util/__pycache__/http.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/util/__pycache__/http.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/util/__pycache__/text.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/util/__pycache__/text.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/util/classes.py
/usr/lib/python3.11/site-packages/gajim/common/util/datetime.py
/usr/lib/python3.11/site-packages/gajim/common/util/decorators.py
/usr/lib/python3.11/site-packages/gajim/common/util/http.py
/usr/lib/python3.11/site-packages/gajim/common/util/text.py
/usr/lib/python3.11/site-packages/gajim/common/winapi
/usr/lib/python3.11/site-packages/gajim/common/winapi/__init__.py
/usr/lib/python3.11/site-packages/gajim/common/winapi/__pycache__
/usr/lib/python3.11/site-packages/gajim/common/winapi/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/winapi/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/winapi/__pycache__/system_style.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/common/winapi/__pycache__/system_style.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/common/winapi/system_style.py
/usr/lib/python3.11/site-packages/gajim/data
/usr/lib/python3.11/site-packages/gajim/gtk
/usr/lib/python3.11/site-packages/gajim/gtk/__init__.py
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/about.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/about.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/account_page.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/account_page.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/account_side_bar.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/account_side_bar.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/account_wizard.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/account_wizard.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/accounts.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/accounts.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/add_contact.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/add_contact.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/adhoc.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/adhoc.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/advanced_config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/advanced_config.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/app_page.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/app_page.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/app_side_bar.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/app_side_bar.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/application.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/application.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/apply_button_box.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/apply_button_box.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/assistant.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/assistant.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/avatar.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/avatar.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/avatar_selector.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/avatar_selector.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/blocking.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/blocking.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/bookmarks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/bookmarks.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/builder.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/builder.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/call_window.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/call_window.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/certificate_dialog.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/certificate_dialog.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/change_password.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/change_password.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/chat_action_processor.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/chat_action_processor.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/chat_banner.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/chat_banner.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/chat_filter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/chat_filter.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/chat_function_page.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/chat_function_page.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/chat_list.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/chat_list.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/chat_list_row.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/chat_list_row.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/chat_list_stack.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/chat_list_stack.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/chat_page.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/chat_page.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/chat_stack.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/chat_stack.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/component_search.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/component_search.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/const.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/const.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/contact_info.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/contact_info.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/contact_settings.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/contact_settings.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/contacts_flowbox.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/contacts_flowbox.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/control.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/control.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/css_config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/css_config.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/dataform.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/dataform.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/dialogs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/dialogs.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/discovery.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/discovery.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/emoji_data_gtk.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/emoji_data_gtk.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/exception.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/exception.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/features.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/features.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/file_transfer_selector.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/file_transfer_selector.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/filechoosers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/filechoosers.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/filetransfer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/filetransfer.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_affiliation.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_affiliation.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_config.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_creation.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_creation.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_details.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_details.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_info.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_info.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_invitation.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_invitation.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_inviter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_inviter.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_join.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_join.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_manage.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_manage.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_nick.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_nick.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_nick_completion.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_nick_completion.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_outcasts.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_outcasts.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_roster.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_roster.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_settings.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_settings.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_state.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_state.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_voice_requests_button.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/groupchat_voice_requests_button.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/gstreamer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/gstreamer.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/history_export.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/history_export.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/history_sync.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/history_sync.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/main.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/main.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/main_stack.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/main_stack.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/mam_preferences.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/mam_preferences.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/manage_sounds.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/manage_sounds.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/menus.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/menus.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/message_actions_box.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/message_actions_box.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/message_input.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/message_input.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/notification.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/notification.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/notification_manager.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/notification_manager.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/omemo_trust_manager.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/omemo_trust_manager.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/password_dialog.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/password_dialog.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/pep_config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/pep_config.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/plugins.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/plugins.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/preferences.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/preferences.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/preview.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/preview.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/preview_audio.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/preview_audio.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/preview_audio_analyzer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/preview_audio_analyzer.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/preview_audio_visualizer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/preview_audio_visualizer.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/profile.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/profile.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/proxies.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/proxies.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/remove_account.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/remove_account.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/resource_selector.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/resource_selector.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/roster.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/roster.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/roster_item_exchange.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/roster_item_exchange.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/search_view.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/search_view.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/security_label_selector.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/security_label_selector.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/server_info.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/server_info.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/service_registration.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/service_registration.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/settings.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/settings.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/sidebar_switcher.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/sidebar_switcher.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/ssl_error_dialog.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/ssl_error_dialog.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/start_chat.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/start_chat.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/status_icon.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/status_icon.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/status_message_selector.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/status_message_selector.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/status_selector.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/status_selector.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/structs.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/structs.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/synchronize_accounts.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/synchronize_accounts.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/themes.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/themes.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/tooltips.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/tooltips.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/types.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/types.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/util.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/vcard_grid.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/vcard_grid.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/video_preview.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/video_preview.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/workspace_dialog.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/workspace_dialog.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/workspace_side_bar.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/workspace_side_bar.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/xml_console.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/__pycache__/xml_console.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/about.py
/usr/lib/python3.11/site-packages/gajim/gtk/account_page.py
/usr/lib/python3.11/site-packages/gajim/gtk/account_side_bar.py
/usr/lib/python3.11/site-packages/gajim/gtk/account_wizard.py
/usr/lib/python3.11/site-packages/gajim/gtk/accounts.py
/usr/lib/python3.11/site-packages/gajim/gtk/add_contact.py
/usr/lib/python3.11/site-packages/gajim/gtk/adhoc.py
/usr/lib/python3.11/site-packages/gajim/gtk/advanced_config.py
/usr/lib/python3.11/site-packages/gajim/gtk/app_page.py
/usr/lib/python3.11/site-packages/gajim/gtk/app_side_bar.py
/usr/lib/python3.11/site-packages/gajim/gtk/application.py
/usr/lib/python3.11/site-packages/gajim/gtk/apply_button_box.py
/usr/lib/python3.11/site-packages/gajim/gtk/assistant.py
/usr/lib/python3.11/site-packages/gajim/gtk/avatar.py
/usr/lib/python3.11/site-packages/gajim/gtk/avatar_selector.py
/usr/lib/python3.11/site-packages/gajim/gtk/blocking.py
/usr/lib/python3.11/site-packages/gajim/gtk/bookmarks.py
/usr/lib/python3.11/site-packages/gajim/gtk/builder.py
/usr/lib/python3.11/site-packages/gajim/gtk/builder.pyi
/usr/lib/python3.11/site-packages/gajim/gtk/call_window.py
/usr/lib/python3.11/site-packages/gajim/gtk/certificate_dialog.py
/usr/lib/python3.11/site-packages/gajim/gtk/change_password.py
/usr/lib/python3.11/site-packages/gajim/gtk/chat_action_processor.py
/usr/lib/python3.11/site-packages/gajim/gtk/chat_banner.py
/usr/lib/python3.11/site-packages/gajim/gtk/chat_filter.py
/usr/lib/python3.11/site-packages/gajim/gtk/chat_function_page.py
/usr/lib/python3.11/site-packages/gajim/gtk/chat_list.py
/usr/lib/python3.11/site-packages/gajim/gtk/chat_list_row.py
/usr/lib/python3.11/site-packages/gajim/gtk/chat_list_stack.py
/usr/lib/python3.11/site-packages/gajim/gtk/chat_page.py
/usr/lib/python3.11/site-packages/gajim/gtk/chat_stack.py
/usr/lib/python3.11/site-packages/gajim/gtk/component_search.py
/usr/lib/python3.11/site-packages/gajim/gtk/const.py
/usr/lib/python3.11/site-packages/gajim/gtk/contact_info.py
/usr/lib/python3.11/site-packages/gajim/gtk/contact_settings.py
/usr/lib/python3.11/site-packages/gajim/gtk/contacts_flowbox.py
/usr/lib/python3.11/site-packages/gajim/gtk/control.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/__init__.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/__pycache__
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/__pycache__/code_widget.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/__pycache__/code_widget.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/__pycache__/jump_to_end_button.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/__pycache__/jump_to_end_button.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/__pycache__/message_selection.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/__pycache__/message_selection.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/__pycache__/message_widget.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/__pycache__/message_widget.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/__pycache__/plain_widget.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/__pycache__/plain_widget.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/__pycache__/quote_widget.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/__pycache__/quote_widget.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/__pycache__/view.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/__pycache__/view.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/code_widget.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/jump_to_end_button.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/message_selection.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/message_widget.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/plain_widget.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/quote_widget.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__init__.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/base.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/base.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/call.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/call.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/command_output.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/command_output.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/date.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/date.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/encryption_info.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/encryption_info.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/file_transfer.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/file_transfer.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/file_transfer_jingle.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/file_transfer_jingle.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/info.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/info.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/message.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/message.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/muc_join_left.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/muc_join_left.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/muc_subject.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/muc_subject.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/read_marker.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/read_marker.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/scroll_hint.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/scroll_hint.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/user_status.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/user_status.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/widgets.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/__pycache__/widgets.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/base.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/call.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/command_output.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/date.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/encryption_info.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/file_transfer.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/file_transfer_jingle.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/info.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/message.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/muc_join_left.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/muc_subject.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/read_marker.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/scroll_hint.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/user_status.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/rows/widgets.py
/usr/lib/python3.11/site-packages/gajim/gtk/conversation/view.py
/usr/lib/python3.11/site-packages/gajim/gtk/css_config.py
/usr/lib/python3.11/site-packages/gajim/gtk/dataform.py
/usr/lib/python3.11/site-packages/gajim/gtk/dialogs.py
/usr/lib/python3.11/site-packages/gajim/gtk/discovery.py
/usr/lib/python3.11/site-packages/gajim/gtk/emoji_data_gtk.py
/usr/lib/python3.11/site-packages/gajim/gtk/exception.py
/usr/lib/python3.11/site-packages/gajim/gtk/features.py
/usr/lib/python3.11/site-packages/gajim/gtk/file_transfer_selector.py
/usr/lib/python3.11/site-packages/gajim/gtk/filechoosers.py
/usr/lib/python3.11/site-packages/gajim/gtk/filetransfer.py
/usr/lib/python3.11/site-packages/gajim/gtk/groupchat_affiliation.py
/usr/lib/python3.11/site-packages/gajim/gtk/groupchat_config.py
/usr/lib/python3.11/site-packages/gajim/gtk/groupchat_creation.py
/usr/lib/python3.11/site-packages/gajim/gtk/groupchat_details.py
/usr/lib/python3.11/site-packages/gajim/gtk/groupchat_info.py
/usr/lib/python3.11/site-packages/gajim/gtk/groupchat_invitation.py
/usr/lib/python3.11/site-packages/gajim/gtk/groupchat_inviter.py
/usr/lib/python3.11/site-packages/gajim/gtk/groupchat_join.py
/usr/lib/python3.11/site-packages/gajim/gtk/groupchat_manage.py
/usr/lib/python3.11/site-packages/gajim/gtk/groupchat_nick.py
/usr/lib/python3.11/site-packages/gajim/gtk/groupchat_nick_completion.py
/usr/lib/python3.11/site-packages/gajim/gtk/groupchat_outcasts.py
/usr/lib/python3.11/site-packages/gajim/gtk/groupchat_roster.py
/usr/lib/python3.11/site-packages/gajim/gtk/groupchat_settings.py
/usr/lib/python3.11/site-packages/gajim/gtk/groupchat_state.py
/usr/lib/python3.11/site-packages/gajim/gtk/groupchat_voice_requests_button.py
/usr/lib/python3.11/site-packages/gajim/gtk/gstreamer.py
/usr/lib/python3.11/site-packages/gajim/gtk/history_export.py
/usr/lib/python3.11/site-packages/gajim/gtk/history_sync.py
/usr/lib/python3.11/site-packages/gajim/gtk/main.py
/usr/lib/python3.11/site-packages/gajim/gtk/main_stack.py
/usr/lib/python3.11/site-packages/gajim/gtk/mam_preferences.py
/usr/lib/python3.11/site-packages/gajim/gtk/manage_sounds.py
/usr/lib/python3.11/site-packages/gajim/gtk/menus.py
/usr/lib/python3.11/site-packages/gajim/gtk/message_actions_box.py
/usr/lib/python3.11/site-packages/gajim/gtk/message_input.py
/usr/lib/python3.11/site-packages/gajim/gtk/notification.py
/usr/lib/python3.11/site-packages/gajim/gtk/notification_manager.py
/usr/lib/python3.11/site-packages/gajim/gtk/omemo_trust_manager.py
/usr/lib/python3.11/site-packages/gajim/gtk/password_dialog.py
/usr/lib/python3.11/site-packages/gajim/gtk/pep_config.py
/usr/lib/python3.11/site-packages/gajim/gtk/plugins.py
/usr/lib/python3.11/site-packages/gajim/gtk/preferences.py
/usr/lib/python3.11/site-packages/gajim/gtk/preview.py
/usr/lib/python3.11/site-packages/gajim/gtk/preview_audio.py
/usr/lib/python3.11/site-packages/gajim/gtk/preview_audio_analyzer.py
/usr/lib/python3.11/site-packages/gajim/gtk/preview_audio_visualizer.py
/usr/lib/python3.11/site-packages/gajim/gtk/profile.py
/usr/lib/python3.11/site-packages/gajim/gtk/proxies.py
/usr/lib/python3.11/site-packages/gajim/gtk/remove_account.py
/usr/lib/python3.11/site-packages/gajim/gtk/resource_selector.py
/usr/lib/python3.11/site-packages/gajim/gtk/roster.py
/usr/lib/python3.11/site-packages/gajim/gtk/roster_item_exchange.py
/usr/lib/python3.11/site-packages/gajim/gtk/search_view.py
/usr/lib/python3.11/site-packages/gajim/gtk/security_label_selector.py
/usr/lib/python3.11/site-packages/gajim/gtk/server_info.py
/usr/lib/python3.11/site-packages/gajim/gtk/service_registration.py
/usr/lib/python3.11/site-packages/gajim/gtk/settings.py
/usr/lib/python3.11/site-packages/gajim/gtk/sidebar_switcher.py
/usr/lib/python3.11/site-packages/gajim/gtk/ssl_error_dialog.py
/usr/lib/python3.11/site-packages/gajim/gtk/start_chat.py
/usr/lib/python3.11/site-packages/gajim/gtk/status_icon.py
/usr/lib/python3.11/site-packages/gajim/gtk/status_message_selector.py
/usr/lib/python3.11/site-packages/gajim/gtk/status_selector.py
/usr/lib/python3.11/site-packages/gajim/gtk/structs.py
/usr/lib/python3.11/site-packages/gajim/gtk/synchronize_accounts.py
/usr/lib/python3.11/site-packages/gajim/gtk/themes.py
/usr/lib/python3.11/site-packages/gajim/gtk/tooltips.py
/usr/lib/python3.11/site-packages/gajim/gtk/types.py
/usr/lib/python3.11/site-packages/gajim/gtk/util.py
/usr/lib/python3.11/site-packages/gajim/gtk/vcard_grid.py
/usr/lib/python3.11/site-packages/gajim/gtk/video_preview.py
/usr/lib/python3.11/site-packages/gajim/gtk/workspace_dialog.py
/usr/lib/python3.11/site-packages/gajim/gtk/workspace_side_bar.py
/usr/lib/python3.11/site-packages/gajim/gtk/xml_console.py
/usr/lib/python3.11/site-packages/gajim/gui_interface.py
/usr/lib/python3.11/site-packages/gajim/main.py
/usr/lib/python3.11/site-packages/gajim/plugins
/usr/lib/python3.11/site-packages/gajim/plugins/__init__.py
/usr/lib/python3.11/site-packages/gajim/plugins/__pycache__
/usr/lib/python3.11/site-packages/gajim/plugins/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/plugins/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/plugins/__pycache__/events.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/plugins/__pycache__/events.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/plugins/__pycache__/gajimplugin.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/plugins/__pycache__/gajimplugin.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/plugins/__pycache__/helpers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/plugins/__pycache__/helpers.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/plugins/__pycache__/manifest.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/plugins/__pycache__/manifest.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/plugins/__pycache__/pluginmanager.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/plugins/__pycache__/pluginmanager.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/plugins/__pycache__/plugins_i18n.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/plugins/__pycache__/plugins_i18n.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/plugins/__pycache__/repository.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/gajim/plugins/__pycache__/repository.cpython-311.pyc
/usr/lib/python3.11/site-packages/gajim/plugins/events.py
/usr/lib/python3.11/site-packages/gajim/plugins/gajimplugin.py
/usr/lib/python3.11/site-packages/gajim/plugins/helpers.py
/usr/lib/python3.11/site-packages/gajim/plugins/manifest.py
/usr/lib/python3.11/site-packages/gajim/plugins/pluginmanager.py
/usr/lib/python3.11/site-packages/gajim/plugins/plugins_i18n.py
/usr/lib/python3.11/site-packages/gajim/plugins/repository.py
/usr/lib/python3.11/site-packages/gajim/py.typed
/usr/lib/python3.11/site-packages/gajim/remote.py
/usr/share/applications/org.gajim.Gajim.desktop
/usr/share/gajim
/usr/share/gajim/gui
/usr/share/gajim/gui/account_page.ui
/usr/share/gajim/gui/account_wizard.ui
/usr/share/gajim/gui/add_contact.ui
/usr/share/gajim/gui/advanced_configuration.ui
/usr/share/gajim/gui/app_page.ui
/usr/share/gajim/gui/application_menu.ui
/usr/share/gajim/gui/assistant.ui
/usr/share/gajim/gui/blocking_list.ui
/usr/share/gajim/gui/bookmarks.ui
/usr/share/gajim/gui/call_window.ui
/usr/share/gajim/gui/certificate.ui
/usr/share/gajim/gui/chat_banner.ui
/usr/share/gajim/gui/chat_control.ui
/usr/share/gajim/gui/chat_list_row.ui
/usr/share/gajim/gui/chat_paned.ui
/usr/share/gajim/gui/contact_info.ui
/usr/share/gajim/gui/contact_tooltip.ui
/usr/share/gajim/gui/emoji_chooser.ui
/usr/share/gajim/gui/exception_dialog.ui
/usr/share/gajim/gui/file_transfer.ui
/usr/share/gajim/gui/file_transfer_jingle.ui
/usr/share/gajim/gui/file_transfer_selector.ui
/usr/share/gajim/gui/filetransfers.ui
/usr/share/gajim/gui/groupchat_affiliation.ui
/usr/share/gajim/gui/groupchat_config.ui
/usr/share/gajim/gui/groupchat_creation.ui
/usr/share/gajim/gui/groupchat_details.ui
/usr/share/gajim/gui/groupchat_info_scrolled.ui
/usr/share/gajim/gui/groupchat_inviter.ui
/usr/share/gajim/gui/groupchat_manage.ui
/usr/share/gajim/gui/groupchat_nick_chooser.ui
/usr/share/gajim/gui/groupchat_outcast.ui
/usr/share/gajim/gui/groupchat_roster.ui
/usr/share/gajim/gui/groupchat_roster_tooltip.ui
/usr/share/gajim/gui/groupchat_state.ui
/usr/share/gajim/gui/groups_post_window.ui
/usr/share/gajim/gui/history_export.ui
/usr/share/gajim/gui/main.ui
/usr/share/gajim/gui/mam_preferences.ui
/usr/share/gajim/gui/manage_proxies.ui
/usr/share/gajim/gui/manage_sounds.ui
/usr/share/gajim/gui/message_actions_box.ui
/usr/share/gajim/gui/omemo_trust_manager.ui
/usr/share/gajim/gui/password_dialog.ui
/usr/share/gajim/gui/pep_config.ui
/usr/share/gajim/gui/plugins.ui
/usr/share/gajim/gui/popup_notification_window.ui
/usr/share/gajim/gui/preferences.ui
/usr/share/gajim/gui/preview.ui
/usr/share/gajim/gui/preview_audio.ui
/usr/share/gajim/gui/profile.ui
/usr/share/gajim/gui/roster.ui
/usr/share/gajim/gui/roster_item_exchange.ui
/usr/share/gajim/gui/search_view.ui
/usr/share/gajim/gui/server_info.ui
/usr/share/gajim/gui/service_discovery_window.ui
/usr/share/gajim/gui/shortcuts_window.ui
/usr/share/gajim/gui/ssl_error_dialog.ui
/usr/share/gajim/gui/start_chat_dialog.ui
/usr/share/gajim/gui/synchronize_accounts.ui
/usr/share/gajim/gui/systray_context_menu.ui
/usr/share/gajim/gui/themes_window.ui
/usr/share/gajim/gui/video_preview.ui
/usr/share/gajim/gui/workspace_dialog.ui
/usr/share/gajim/gui/xml_console.ui
/usr/share/gajim/icons
/usr/share/gajim/icons/hicolor
/usr/share/gajim/icons/hicolor/16x16
/usr/share/gajim/icons/hicolor/16x16/devices
/usr/share/gajim/icons/hicolor/16x16/devices/LICENSE
/usr/share/gajim/icons/hicolor/16x16/devices/feather-briefcase-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-camera-off-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-camera-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-check-double-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-check-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-clock-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-eye-off-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-eye-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-filter-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-globe-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-hard-drive-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-hash-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-home-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-info-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-lock-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-log-in-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-log-out-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-mic-off-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-mic-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-more-horizontal-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-server-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-shield-off-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-shield-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-unlock-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-user-check-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-user-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/feather-users-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/devices/lucide-bot-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/16x16/status
/usr/share/gajim/icons/hicolor/16x16/status/dcraven-away.png
/usr/share/gajim/icons/hicolor/16x16/status/dcraven-chat.png
/usr/share/gajim/icons/hicolor/16x16/status/dcraven-connecting.png
/usr/share/gajim/icons/hicolor/16x16/status/dcraven-dnd.png
/usr/share/gajim/icons/hicolor/16x16/status/dcraven-error.png
/usr/share/gajim/icons/hicolor/16x16/status/dcraven-event.png
/usr/share/gajim/icons/hicolor/16x16/status/dcraven-muc-active.png
/usr/share/gajim/icons/hicolor/16x16/status/dcraven-muc-inactive.png
/usr/share/gajim/icons/hicolor/16x16/status/dcraven-offline.png
/usr/share/gajim/icons/hicolor/16x16/status/dcraven-online.png
/usr/share/gajim/icons/hicolor/16x16/status/dcraven-xa.png
/usr/share/gajim/icons/hicolor/16x16/status/gajim-event.png
/usr/share/gajim/icons/hicolor/16x16/status/gajim-plugins.png
/usr/share/gajim/icons/hicolor/32x32
/usr/share/gajim/icons/hicolor/32x32/categories
/usr/share/gajim/icons/hicolor/32x32/categories/gajim-agent-bytestreams.png
/usr/share/gajim/icons/hicolor/32x32/categories/gajim-agent-conference.png
/usr/share/gajim/icons/hicolor/32x32/categories/gajim-agent-disc.png
/usr/share/gajim/icons/hicolor/32x32/categories/gajim-agent-facebook.png
/usr/share/gajim/icons/hicolor/32x32/categories/gajim-agent-gadu-gadu.png
/usr/share/gajim/icons/hicolor/32x32/categories/gajim-agent-http-ws.png
/usr/share/gajim/icons/hicolor/32x32/categories/gajim-agent-icq.png
/usr/share/gajim/icons/hicolor/32x32/categories/gajim-agent-irc.png
/usr/share/gajim/icons/hicolor/32x32/categories/gajim-agent-jabber.png
/usr/share/gajim/icons/hicolor/32x32/categories/gajim-agent-jud.png
/usr/share/gajim/icons/hicolor/32x32/categories/gajim-agent-mail.png
/usr/share/gajim/icons/hicolor/32x32/categories/gajim-agent-mrim.png
/usr/share/gajim/icons/hicolor/32x32/categories/gajim-agent-msn.png
/usr/share/gajim/icons/hicolor/32x32/categories/gajim-agent-pubsub.png
/usr/share/gajim/icons/hicolor/32x32/categories/gajim-agent-rss.png
/usr/share/gajim/icons/hicolor/32x32/categories/gajim-agent-sip.png
/usr/share/gajim/icons/hicolor/32x32/categories/gajim-agent-sms.png
/usr/share/gajim/icons/hicolor/32x32/categories/gajim-agent-tv.png
/usr/share/gajim/icons/hicolor/32x32/categories/gajim-agent-twitter.png
/usr/share/gajim/icons/hicolor/32x32/categories/gajim-agent-weather.png
/usr/share/gajim/icons/hicolor/32x32/devices
/usr/share/gajim/icons/hicolor/32x32/devices/LICENSE
/usr/share/gajim/icons/hicolor/32x32/devices/feather-briefcase-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-camera-off-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-camera-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-check-double-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-check-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-clock-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-eye-off-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-eye-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-filter-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-globe-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-hard-drive-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-hash-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-home-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-info-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-lock-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-log-in-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-log-out-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-mic-off-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-mic-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-more-horizontal-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-server-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-shield-off-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-shield-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-unlock-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-user-check-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-user-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/feather-users-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/devices/lucide-bot-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/32x32/status
/usr/share/gajim/icons/hicolor/32x32/status/dcraven-away.png
/usr/share/gajim/icons/hicolor/32x32/status/dcraven-chat.png
/usr/share/gajim/icons/hicolor/32x32/status/dcraven-connecting.png
/usr/share/gajim/icons/hicolor/32x32/status/dcraven-dnd.png
/usr/share/gajim/icons/hicolor/32x32/status/dcraven-error.png
/usr/share/gajim/icons/hicolor/32x32/status/dcraven-event.png
/usr/share/gajim/icons/hicolor/32x32/status/dcraven-muc-active.png
/usr/share/gajim/icons/hicolor/32x32/status/dcraven-muc-inactive.png
/usr/share/gajim/icons/hicolor/32x32/status/dcraven-offline.png
/usr/share/gajim/icons/hicolor/32x32/status/dcraven-online.png
/usr/share/gajim/icons/hicolor/32x32/status/dcraven-xa.png
/usr/share/gajim/icons/hicolor/32x32/status/gajim-event.png
/usr/share/gajim/icons/hicolor/48x48
/usr/share/gajim/icons/hicolor/48x48/devices
/usr/share/gajim/icons/hicolor/48x48/devices/lucide-bot-symbolic.symbolic.png
/usr/share/gajim/icons/hicolor/48x48/status
/usr/share/gajim/icons/hicolor/48x48/status/dcraven-offline.png
/usr/share/gajim/icons/hicolor/48x48/status/dcraven-online.png
/usr/share/gajim/icons/hicolor/48x48/status/gajim-chat-msg-recv.png
/usr/share/gajim/icons/hicolor/48x48/status/gajim-group-chat-invitation.png
/usr/share/gajim/icons/hicolor/48x48/status/gajim-subscription-request.png
/usr/share/gajim/icons/hicolor/48x48/status/gajim-unsubscribed.png
/usr/share/gajim/icons/hicolor/96x96
/usr/share/gajim/icons/hicolor/96x96/categories
/usr/share/gajim/icons/hicolor/96x96/categories/map.png
/usr/share/gajim/icons/hicolor/index.theme
/usr/share/gajim/icons/hicolor/scalable
/usr/share/gajim/icons/hicolor/scalable/apps
/usr/share/gajim/icons/hicolor/scalable/apps/org.gajim.Gajim-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/apps/org.gajim.Gajim.Devel.svg
/usr/share/gajim/icons/hicolor/scalable/apps/org.gajim.Gajim.Source.svg
/usr/share/gajim/icons/hicolor/scalable/apps/org.gajim.Gajim.svg
/usr/share/gajim/icons/hicolor/scalable/categories
/usr/share/gajim/icons/hicolor/scalable/categories/map.svg
/usr/share/gajim/icons/hicolor/scalable/categories/qr-code-scan-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices
/usr/share/gajim/icons/hicolor/scalable/devices/LICENSE
/usr/share/gajim/icons/hicolor/scalable/devices/feather-briefcase-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-camera-off-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-camera-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-check-double-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-check-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-clock-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-eye-off-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-eye-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-filter-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-globe-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-hard-drive-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-hash-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-home-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-info-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-lock-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-log-in-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-log-out-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-mic-off-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-mic-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-more-horizontal-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-refresh-cw-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-server-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-shield-off-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-shield-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-unlock-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-user-check-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-user-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-users-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/feather-zap-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/lucide-bot-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/lucide-megaphone-off-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/devices/lucide-megaphone-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/status
/usr/share/gajim/icons/hicolor/scalable/status/dcraven-away.svg
/usr/share/gajim/icons/hicolor/scalable/status/dcraven-chat.svg
/usr/share/gajim/icons/hicolor/scalable/status/dcraven-connecting.svg
/usr/share/gajim/icons/hicolor/scalable/status/dcraven-dnd.svg
/usr/share/gajim/icons/hicolor/scalable/status/dcraven-error.svg
/usr/share/gajim/icons/hicolor/scalable/status/dcraven-message-new.svg
/usr/share/gajim/icons/hicolor/scalable/status/dcraven-message.svg
/usr/share/gajim/icons/hicolor/scalable/status/dcraven-muc-active.svg
/usr/share/gajim/icons/hicolor/scalable/status/dcraven-muc-inactive.svg
/usr/share/gajim/icons/hicolor/scalable/status/dcraven-offline.svg
/usr/share/gajim/icons/hicolor/scalable/status/dcraven-online.svg
/usr/share/gajim/icons/hicolor/scalable/status/dcraven-xa.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-agent-bytestreams.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-agent-conference.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-agent-disc.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-agent-error.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-agent-gadu-gadu.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-agent-http-ws.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-agent-icq.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-agent-irc.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-agent-jabber.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-agent-jud.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-agent-mail.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-agent-pubsub.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-agent-rss.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-agent-sip.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-agent-sms.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-agent-tv.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-agent-weather.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-chat-msg-recv.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-connection-lost.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-group-chat-invitation.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-mail.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-send-message-symbolic.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-subscribe.svg
/usr/share/gajim/icons/hicolor/scalable/status/gajim-unsubscribe.svg
/usr/share/gajim/icons/hicolor/scalable/status/gateway-discord.svg
/usr/share/gajim/icons/hicolor/scalable/status/gateway-facebook.svg
/usr/share/gajim/icons/hicolor/scalable/status/gateway-irc.svg
/usr/share/gajim/icons/hicolor/scalable/status/gateway-matrix.svg
/usr/share/gajim/icons/hicolor/scalable/status/gateway-mattermost.svg
/usr/share/gajim/icons/hicolor/scalable/status/gateway-signal.svg
/usr/share/gajim/icons/hicolor/scalable/status/gateway-skype.svg
/usr/share/gajim/icons/hicolor/scalable/status/gateway-sms.svg
/usr/share/gajim/icons/hicolor/scalable/status/gateway-steam.svg
/usr/share/gajim/icons/hicolor/scalable/status/gateway-telegram.svg
/usr/share/gajim/icons/hicolor/scalable/status/gateway-whatsapp.svg
/usr/share/gajim/icons/hicolor/scalable/status/xmpp.svg
/usr/share/gajim/other
/usr/share/gajim/other/servers.json
/usr/share/gajim/other/shortcuts.json
/usr/share/gajim/plugins
/usr/share/gajim/sounds
/usr/share/gajim/sounds/CREDITS
/usr/share/gajim/sounds/attention.wav
/usr/share/gajim/sounds/bounce.wav
/usr/share/gajim/sounds/call_incoming.wav
/usr/share/gajim/sounds/call_outgoing.wav
/usr/share/gajim/sounds/connected.wav
/usr/share/gajim/sounds/disconnected.wav
/usr/share/gajim/sounds/gc_message1.wav
/usr/share/gajim/sounds/gc_message2.wav
/usr/share/gajim/sounds/message1.wav
/usr/share/gajim/sounds/message2.wav
/usr/share/gajim/sounds/sent.wav
/usr/share/gajim/style
/usr/share/gajim/style/default-dark.css
/usr/share/gajim/style/default.css
/usr/share/gajim/style/gajim-dark.css
/usr/share/gajim/style/gajim.css
/usr/share/icons/hicolor/scalable/apps/org.gajim.Gajim-symbolic.svg
/usr/share/icons/hicolor/scalable/apps/org.gajim.Gajim.svg
/usr/share/licenses/gajim
/usr/share/licenses/gajim/COPYING
/usr/share/man/man1/gajim-remote.1.gz
/usr/share/man/man1/gajim.1.gz
/usr/share/metainfo
/usr/share/metainfo/org.gajim.Gajim.appdata.xml


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri May 3 23:33:27 2024