{"id":13343129,"url":"https://github.com/vacuum-im/vacuum-im","last_synced_at":"2025-10-24T03:30:19.303Z","repository":{"id":31003343,"uuid":"34561746","full_name":"vacuum-im/vacuum-im","owner":"vacuum-im","description":"Cross-platform XMPP client","archived":false,"fork":false,"pushed_at":"2021-12-09T13:03:07.000Z","size":16780,"stargazers_count":93,"open_issues_count":145,"forks_count":25,"subscribers_count":20,"default_branch":"master","last_synced_at":"2024-09-27T12:22:12.300Z","etag":null,"topics":["c-plus-plus","jabber","qt","xmpp","xmpp-client"],"latest_commit_sha":null,"homepage":"http://www.vacuum-im.org","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vacuum-im.png","metadata":{"files":{"readme":"README","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-25T08:49:42.000Z","updated_at":"2024-09-15T09:52:35.000Z","dependencies_parsed_at":"2022-08-26T05:51:38.610Z","dependency_job_id":null,"html_url":"https://github.com/vacuum-im/vacuum-im","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vacuum-im%2Fvacuum-im","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vacuum-im%2Fvacuum-im/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vacuum-im%2Fvacuum-im/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vacuum-im%2Fvacuum-im/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vacuum-im","download_url":"https://codeload.github.com/vacuum-im/vacuum-im/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219867139,"owners_count":16555821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-plus-plus","jabber","qt","xmpp","xmpp-client"],"created_at":"2024-07-29T19:30:40.246Z","updated_at":"2025-10-24T03:30:17.997Z","avatar_url":"https://github.com/vacuum-im.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Vacuum-IM\r\n---------\r\nFull-featured crossplatform Jabber/XMPP client.\r\nThe core program is just a plugin loader, all functionality is made available\r\nvia plugins. This enforces modularity and ensures well defined component\r\ninteraction via interfaces.\r\n\r\nWeb Site:\r\n  http://www.vacuum-im.org\r\n\r\nSource:\r\n  https://github.com/Vacuum-IM\r\n\r\nTranslations:\r\n  https://www.transifex.com/projects/p/vacuum-im\r\n\r\nJabber conference:\r\n  vacuum@conference.jabber.ru\r\n\r\n\r\nMain Features\r\n-------------\r\n  * Nested roster groups\r\n  * Multiple accounts in profile\r\n  * Support for Adium message styles\r\n  * Full support for Jabber conferences\r\n  * Easy access to recent contacts and conferences\r\n  * Ability to combine contact to meta-contact from several accounts\r\n  * Storage of history both locally and on the server (XEP-136)\r\n  * Create a bookmark at the conference with the possibility autologin\r\n  * Support for CAPTCHA forms, with the possibility of transmission without the use of browser\r\n  * Automated change of transport with preservation of names, groups, subscriptions and archive messages\r\n  * Lists of privacy, with the possibility of ignoring or setting in invisible mode for individual contacts and groups\r\n  * Multi-stage automatic change of status depending on the time of inactivity\r\n  * Ability to set different status icons for individual contacts, and groups of contacts are connected through transport\r\n  * Support for avatars with the ability to specify a contact an arbitrary image as an avatar\r\n  * Ability to add annotation to contact\r\n\r\n\r\nPortable Version\r\n----------------\r\n  To make Vacuum-IM portable just create folder VacuumIM (for Windows)\r\n  in the directory where vacuum.exe is located.\r\n\r\n\r\nSound on X11 platforms\r\n----------------------\r\n  The Network Audio System is used if available, otherwise \"aplay \u003csoundfile\u003e\" command is used.\r\n\r\n\r\nKnown Issues\r\n------------\r\n  - on GTalk accounts allways used default nested roster group delimiter\r\n  - not native look and feel in Mac OS\r\n\r\n\r\nList of plugins that SHOULD NOT be disabled\r\n-------------------------------------------\r\n  01. Account Manager            - accountmanager\r\n  02. Chat Messages              - chatmessagehandler\r\n  03. Connection Manager         - connectionmanager\r\n  04. Default connection         - defaultconnection\r\n  05. Main Window                - mainwindow\r\n  06. Message Manager            - messageprocessor\r\n  07. Message Styles Manager     - messagestyles\r\n  08. Message Widgets Manager    - messagewidgets\r\n  09. Normal Messages            - normalmessagehandler\r\n  10. Notifications Manager      - notifications\r\n  11. Options Manager            - optionsmanager\r\n  12. Presence Manager           - presence\r\n  13. Roster Manager             - roster\r\n  14. Roster Editor              - rosterchanger\r\n  15. Roster Model               - rostersmodel\r\n  16. Roster View                - rostersview\r\n  17. SASL Authentication        - saslauth\r\n  18. Simple Message Style       - simplemessagestyle\r\n  19. Stanza Manager             - stanzaprocessor\r\n  20. StartTLS                   - starttls\r\n  21. Status Manager             - statuschanger\r\n  22. Status Icons Manager       - statusicons\r\n  23. Tray Icon                  - traymanager\r\n  24. XMPP Streams Manager       - xmppstreams\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvacuum-im%2Fvacuum-im","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvacuum-im%2Fvacuum-im","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvacuum-im%2Fvacuum-im/lists"}