{"id":18324049,"url":"https://github.com/dirk/jacs","last_synced_at":"2026-06-17T21:32:07.736Z","repository":{"id":908870,"uuid":"668117","full_name":"dirk/jacs","owner":"dirk","description":"Client-server communications using Ruby and Jabber/XMPP.","archived":false,"fork":false,"pushed_at":"2010-06-02T13:07:26.000Z","size":100,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-10T04:07:30.357Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://esherido.com/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dirk.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-05-15T12:53:28.000Z","updated_at":"2013-11-21T10:28:04.000Z","dependencies_parsed_at":"2022-07-18T15:00:33.262Z","dependency_job_id":null,"html_url":"https://github.com/dirk/jacs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dirk/jacs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirk%2Fjacs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirk%2Fjacs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirk%2Fjacs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirk%2Fjacs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dirk","download_url":"https://codeload.github.com/dirk/jacs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirk%2Fjacs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34466928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":"2024-11-05T18:31:22.052Z","updated_at":"2026-06-17T21:32:07.714Z","avatar_url":"https://github.com/dirk.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"= jacs\n\n=== What is it?\n\nA super-simple way to establish a client-server system using Jabber/XMPP. The protocol is heavily inspired by HTTP. (It even uses HTTP path formatting and status codes!)\n\n=== Installation\n\n\tgem install jacs\n\n=== Example\n\nServer code would look like:\n\n\trequire 'rubygems'\n\trequire 'jacs'\n\t\n\tclass JabberServer \u003c ActionJabber::Base\n\t\troute '/users' do\n\t\t\treturn ['John Smith', 'Jane Doe']\n\t\tend\n\tend\n\tserver = ActionJabber::Server.new('username@host', 'password', JabberServer)\n\tserver.run!\n\nClient code would look like:\n\n\trequire 'rubygems'\n\trequire 'jacs'\n\t\n\tclass JabberClient \u003c ActiveJabber::Base; end\n\tclient = JabberClient.new('username@host', 'password')\n\tusers = client.users!\n\n=== Copyright\n\nCopyright (c) 2010 Dirk Gadsden. See LICENSE for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirk%2Fjacs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdirk%2Fjacs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirk%2Fjacs/lists"}