{"id":21088842,"url":"https://github.com/iolanguage/loudmouth","last_synced_at":"2025-03-14T05:44:50.153Z","repository":{"id":66367839,"uuid":"124751649","full_name":"IoLanguage/Loudmouth","owner":"IoLanguage","description":null,"archived":false,"fork":false,"pushed_at":"2018-06-15T10:09:57.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-21T00:48:48.244Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/IoLanguage.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":"2018-03-11T11:56:02.000Z","updated_at":"2022-07-17T21:43:58.000Z","dependencies_parsed_at":"2023-02-21T21:45:14.994Z","dependency_job_id":null,"html_url":"https://github.com/IoLanguage/Loudmouth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FLoudmouth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FLoudmouth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FLoudmouth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IoLanguage%2FLoudmouth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IoLanguage","download_url":"https://codeload.github.com/IoLanguage/Loudmouth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243532525,"owners_count":20306152,"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":[],"created_at":"2024-11-19T21:21:01.327Z","updated_at":"2025-03-14T05:44:50.122Z","avatar_url":"https://github.com/IoLanguage.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Loudmouth \n\u003ca href=\"http://groups.google.com/group/loudmouth-dev/\"\u003eLoudmouth\u003c/a\u003e is an async XMPP library written in C.\n\nExample usage:\n```Io\nacc := Loudmouth with(\"user@server.com\", \"super password\") do(\n  handleConnect = method(\n    \"Connected!\" println)\n\n  handleMessage = method(msg\n    \"#{msg from} \u003e #{msg plainBody}\" println\n    body :=  msg plainBody\n\n    if(body indexOf(\"#\") == 0,\n      body = doString(body) asString)\n\n    # This way you can manipulate\n    # XML nodes with SGML addon\n    XmppChatMessage create\\\n      setPlainBody(body)\\\n      setTo(msg from)\\\n      sendVia(self)\n\n    # or simply send the message (must be a Sequence)\n    # (this is obviously faster)\n    #self send(msg from, body))\n)\n\nacc connect\n# Any Io code after this line won't be executed\n# (unless called as Loudmouth callback or run in separate thread)\nLoudmouth startMainLoop\n```\n\n# Installation\n`loudmouth` should be installed and foundable in your system. Then:\n```\neerie install https://github.com/IoLanguage/Loudmouth.git\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiolanguage%2Floudmouth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiolanguage%2Floudmouth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiolanguage%2Floudmouth/lists"}