{"id":25405271,"url":"https://github.com/dacort/firejab","last_synced_at":"2025-10-31T01:31:30.557Z","repository":{"id":56846533,"uuid":"2176277","full_name":"dacort/firejab","owner":"dacort","description":"A simple Campfire to Jabber bridge","archived":false,"fork":false,"pushed_at":"2011-11-01T17:20:39.000Z","size":113,"stargazers_count":5,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-10-07T17:34:47.386Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dacort.png","metadata":{"files":{"readme":"README.markdown","changelog":"HISTORY.markdown","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-08T22:28:21.000Z","updated_at":"2014-01-16T23:39:18.000Z","dependencies_parsed_at":"2022-09-09T01:00:44.322Z","dependency_job_id":null,"html_url":"https://github.com/dacort/firejab","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dacort/firejab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacort%2Ffirejab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacort%2Ffirejab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacort%2Ffirejab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacort%2Ffirejab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dacort","download_url":"https://codeload.github.com/dacort/firejab/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacort%2Ffirejab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281914520,"owners_count":26583082,"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","status":"online","status_checked_at":"2025-10-30T02:00:06.501Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-02-16T04:33:26.557Z","updated_at":"2025-10-31T01:31:30.269Z","avatar_url":"https://github.com/dacort.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Firejab\n=====\n\nFirejab is a simple gem for connecting Campfire to Jabber. All communication is through a Jabber (or gchat) user.\n\nOverview\n-----\n\nAll Firejab needs to function is the site and room id for Campfire, and authentication information for both Campfire and Jabber. It just takes two lines to run the bot:\n\n``` ruby\nc = Firejab::Connection.new(\n  :domain   =\u003e campfire_domain,\n  :room_id  =\u003e campfire_room_id,\n  :token    =\u003e campfire_token,\n  :jabber =\u003e {\n    :username =\u003e jabber_email,\n    :password =\u003e jabber_password\n  }\n)\n\nc.run\n```\n\nThe first time a user communicates with Firejab, it will request an authentication token. If you would like to add one manually (for testing purposes), there's a public `add_token` method:\n\n``` ruby\nc.add_token(jabber_email, campfire_token)\n```\n\nTODO\n-----\n\n*  Persistent store of user authentication information\n*  Support for multiple rooms or rooms defined by user\n*  Verify that token is valid and lookup user data\n   Eventually will probably have to make a CampfireUser class to handle this easily/gracefully\n*  Make HTTP requests within EventMachine async\n*  Presence notifications\n*  Utility commands like /who\n*  Properly handle subscription requests\n*  Error handling/reconnects\n*  Jabber disconnects when I send this: \"I can probably dig up the old VB code... ;)\"\n\nProposed Schema\n-----\n\n| jabber_username | campfire_token | campfire_uid | campfire_name |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdacort%2Ffirejab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdacort%2Ffirejab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdacort%2Ffirejab/lists"}