{"id":15019066,"url":"https://github.com/gkdr/carbons","last_synced_at":"2025-03-02T23:09:12.885Z","repository":{"id":55507196,"uuid":"82081459","full_name":"gkdr/carbons","owner":"gkdr","description":"Experimental XEP-0280: Message Carbons plugin for libpurple (Pidgin, Finch, etc.)","archived":false,"fork":false,"pushed_at":"2024-09-02T00:32:59.000Z","size":127,"stargazers_count":83,"open_issues_count":3,"forks_count":7,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-02-23T22:14:15.805Z","etag":null,"topics":["carbons","finch","jabber","libpurple","pidgin","plugin","xep-0280","xmpp"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gkdr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-15T16:29:49.000Z","updated_at":"2025-02-15T04:10:50.000Z","dependencies_parsed_at":"2024-09-21T19:01:25.082Z","dependency_job_id":"ce4c2005-42e7-4367-a4ad-7e6c27036198","html_url":"https://github.com/gkdr/carbons","commit_stats":{"total_commits":95,"total_committers":12,"mean_commits":7.916666666666667,"dds":0.2947368421052632,"last_synced_commit":"2fa542db43631bfef8638d686b3361539ee818e2"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkdr%2Fcarbons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkdr%2Fcarbons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkdr%2Fcarbons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkdr%2Fcarbons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gkdr","download_url":"https://codeload.github.com/gkdr/carbons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241582551,"owners_count":19985846,"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":["carbons","finch","jabber","libpurple","pidgin","plugin","xep-0280","xmpp"],"created_at":"2024-09-24T19:52:56.023Z","updated_at":"2025-03-02T23:09:12.864Z","avatar_url":"https://github.com/gkdr.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# carbons 0.2.3\n[![Build status](https://ci.appveyor.com/api/projects/status/0t32ouomatf2teld/branch/dev?svg=true)](https://ci.appveyor.com/project/gkdr/carbons/branch/dev)\n[![codecov](https://codecov.io/gh/gkdr/carbons/branch/dev/graph/badge.svg)](https://codecov.io/gh/gkdr/carbons)\n[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/gkdr/carbons.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/gkdr/carbons/context:cpp)\n\nExperimental [XEP-0280: Message Carbons](https://xmpp.org/extensions/xep-0280.html) (v0.13.2) plugin for libpurple (Pidgin, Finch, etc.).\n\nIt enables you to have a consistent view of both sent and received messages between all devices which are online at the same time.\n\n## Installation\nYou can find compiled versions of this plugin for both Linux and Windows on [the GitHub releases page](https://github.com/gkdr/carbons/releases).\n\n\nTo get the latest build for both operating systems you can head over to [the artifacts page of this project's current build on AppVeyor](https://ci.appveyor.com/project/gkdr/carbons/build/artifacts).\n\n## Usage\nOn startup, it sends a feature discovery request to the server and automatically enables message carbons if the server lists it among its supported features.\n\nIf something is not working right, consult the debug window.\n\n\n## Building it yourself\n\n### Linux\n1. Install the dependencies (`libpurple-dev`, `libglib2.0-dev`, `libxml2-dev`)\n2. `git clone https://github.com/gkdr/carbons.git`\n3. `cd carbons`\n4. `make`\n5. A final `make install` should copy the plugin into your libpurple plugin dir, or `make install-home` to copy it into `~/.purple/plugins`.\n\n### MacOS\n\nInstall dependencies using Homebrew.\n\n```\nbrew install glib libxml2\n```\n\nGet a copy of the libpurple soure (from Pidgin), and prepare it so we can use it\nduring the build.\n\n```\nhg clone https://bitbucket.org/pidgin/main pidgin\ncd pidgin\nhg checkout v2.10.12\n./configure $(./configure --help | grep -i -- --disable | awk '{ print $1 }')\n```\n\n```\nmake LIBPURPLE_CFLAGS=-I${PWD}/pidgin/libpurple LIBPURPLE_LDFLAGS=/Applications/Adium.app/Contents/Frameworks/libpurple.framework/libpurple LJABBER=\n```\n\n### Windows\nYou can make use of the `Makefile.mingw` by EionRobb.\nFor this, you have to set up a build environment as described in https://developer.pidgin.im/wiki/BuildingWinPidgin.\n\n## Caveats\nNote that this only synchronizes messages of devices that are online at the same time - for history synchronization, MAM is needed.\nThere is currently no libpurple plugin for this.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgkdr%2Fcarbons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgkdr%2Fcarbons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgkdr%2Fcarbons/lists"}