{"id":17272372,"url":"https://github.com/genofire/yaja","last_synced_at":"2026-04-15T16:31:28.907Z","repository":{"id":98332493,"uuid":"105475990","full_name":"genofire/yaja","owner":"genofire","description":"MIRROR:  Yet Another JAbber implementation (xmpp) in go","archived":false,"fork":false,"pushed_at":"2018-09-06T11:30:57.000Z","size":160,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T12:48:09.507Z","etag":null,"topics":["client-library","jabber","mirrored-repositories","monitoring-server","server","wip","xmpp","xmpp-client-library","xmpp-server"],"latest_commit_sha":null,"homepage":"https://dev.sum7.eu/genofire/yaja","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/genofire.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-01T21:32:03.000Z","updated_at":"2020-01-25T06:32:28.000Z","dependencies_parsed_at":"2023-11-21T13:00:24.939Z","dependency_job_id":null,"html_url":"https://github.com/genofire/yaja","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/genofire/yaja","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genofire%2Fyaja","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genofire%2Fyaja/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genofire%2Fyaja/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genofire%2Fyaja/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/genofire","download_url":"https://codeload.github.com/genofire/yaja/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/genofire%2Fyaja/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271745679,"owners_count":24813521,"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-08-23T02:00:09.327Z","response_time":69,"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":["client-library","jabber","mirrored-repositories","monitoring-server","server","wip","xmpp","xmpp-client-library","xmpp-server"],"created_at":"2024-10-15T08:48:29.774Z","updated_at":"2026-04-15T16:31:23.880Z","avatar_url":"https://github.com/genofire.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# yaja (Yet Another JAbber implementation)\n\n[![DroneCI](https://ci.sum7.eu/api/badges/genofire/yaja/status.svg?branch=master)](https://ci.sum7.eu/genofire/yaja)\n[![CircleCI](https://circleci.com/gh/genofire/yaja/tree/master.svg?style=shield)](https://circleci.com/gh/genofire/yaja/tree/master)\n[![Coverage Status](https://coveralls.io/repos/github/genofire/yaja/badge.svg?branch=master)](https://coveralls.io/github/genofire/yaja?branch=master)\n[![codecov](https://codecov.io/gh/genofire/yaja/branch/master/graph/badge.svg)](https://codecov.io/gh/genofire/yaja)\n[![Go Report Card](https://goreportcard.com/badge/github.com/genofire/yaja)](https://goreportcard.com/report/github.com/genofire/yaja)\n[![chat on our conference room](https://camo.githubusercontent.com/a839cc0a3d4dac7ec82237381b165dd144365b6d/68747470733a2f2f74696e7975726c2e636f6d2f6a6f696e7468656d7563)](https://conversations.im/j/yaja@conference.chat.sum7.eu)\n\n## Features\n- XMPP Library (first version - PR are welcome)\n- Client Library (WIP)\n\t-\tStream: TLS Required\n\t\t- SASL-Auth (PLAIN, DIGEST-MD5)\n\t- Read \u0026 Decode (recv xml)\n\t- Send (send xml)\n\t- No OTR (never implemented -\u003e nowadays OMEMO or PGP preferred)\n\t- No OMEMO support (not implemented by me: library only for bots and testing)\n- Client (planned)\n- Daemon\n\t- Tester (based on Client Library)\n\t\t- Bidirected Messaging\n\t\t- Check IPv4 \u0026 IPv6\n\t\t- TLS Version\n\t- Server (maybe broken, planned)\n\t\t- get certificate by lets encrypt\n\t\t- registration (for every possible TLS domain)\n\n## Library\n\n### XMPP\nall implementation of all comman (RFCs and XEPs) xml element\n\n**Version**\n- [RFC 6120 (XMPP - Core)](https://xmpp.org/rfcs/rfc6120.html)\n- [RFC 6121 (XMPP - Instant Messaging and Presence)](https://xmpp.org/rfcs/rfc6121.html)\n- [XEP-0030: Service Discovery](https://xmpp.org/extensions/xep-0030.html)\n- [XEP-0049: Private XML Storage](https://xmpp.org/extensions/xep-0049.html)\n- [XEP-0092: Software Version](https://xmpp.org/extensions/xep-0092.html)\n- [XEP-0138: Stream Compression](https://xmpp.org/extensions/xep-0138.html)\n- [XEP-0199: XMPP Ping](https://xmpp.org/extensions/xep-0199.html)\n\n### Client\n\n**Planned**\n- auto decoding of XML (with some auto answer  e.g. ping)\n- SendRecv to get answer of a request\n- Register\n\n## Run\n\n```\nA small standalone command line round about jabber (e.g tester WIP: client \u0026 server)\n\nUsage:\n  yaja [command]\n\nAvailable Commands:\n  daemon      daemon of yaja\n  help        Help about any command\n\nFlags:\n  -h, --help   help for yaja\n\nUse \"yaja [command] --help\" for more information about a command.\n\n```\n\n### Daemons\n```\ndaemon of yaja\n\nUsage:\n  yaja daemon [command]\n\nAvailable Commands:\n  server      runs xmpp server\n  tester      runs xmpp tester server\n\nFlags:\n  -h, --help   help for daemon\n\nUse \"yaja daemon [command] --help\" for more information about a command.\n```\n#### Tester\nWebsite for displaying: [genofire/yaja-tester-viewer](https://github.com/genofire/yaja-tester-viewer/tree/master)\n\n(dirty and based on [Freifunk Meshviewer](https://github.com/ffrgb/meshviewer/))\n\nDemo: [tester.chat.sum7.eu](https://tester.chat.sum7.eu)\n\n```\nruns xmpp tester server\n\nUsage:\n  yaja daemon tester [flags]\n\nExamples:\nyaja daemon tester -c /etc/yaja.conf\n\nFlags:\n  -c, --config string   path to configuration file (default \"yaja-tester.conf\")\n  -h, --help            help for tester\n\n```\n**Features**\n- notification of disconnect by server (domain)\n\t- manage by bot command `admin (add|del) \u003cJID\u003e` and `admin list`)\n- auto accept subscription by every user to every bot\n- `ping` to `pong` by every user to every bot (for self check)\n\n**Planned**\n- improve chat bot implementation\n- improve notification (add my self, not only other by admins)\n- add new accounts/server\n- other checks, maybe like [running](https://conversations.im/compliance/) - [source-code](https://github.com/iNPUTmice/ComplianceTester)\n\t- software and version of xmpp servers\n\n**Inspiration by**\n\n*Sorry i did not like Java on my server*\n- ServerStatus of iNPUTmice: [running](https://status.conversations.im/) - [source-code](https://github.com/iNPUTmice/ServerStatus)\n\n#### Server\n```\nruns xmpp server\n\nUsage:\n  yaja daemon server [flags]\n\nExamples:\nyaja daemon server -c /etc/yaja.conf\n\nFlags:\n  -c, --config string   path to configuration file (default \"yaja-server.conf\")\n  -h, --help            help for server\n```\n\n## Inspiration by source-code structures (but rewritten)\n- **server side:** [tam7t](https://github.com/tam7t/xmpp) a fork of [agl](https://github.com/agl)'s work\n- **client side:** [mattn](https://github.com/mattn/go-xmpp) (original by russ cox)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenofire%2Fyaja","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenofire%2Fyaja","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenofire%2Fyaja/lists"}