{"id":15967674,"url":"https://github.com/stan-janssen/tinyxmpp","last_synced_at":"2025-10-16T17:33:13.078Z","repository":{"id":49849887,"uuid":"307294642","full_name":"stan-janssen/tinyxmpp","owner":"stan-janssen","description":"Tiny XMPP Client for Python","archived":false,"fork":false,"pushed_at":"2021-05-20T05:38:10.000Z","size":11,"stargazers_count":4,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-10-07T18:41:01.279Z","etag":null,"topics":["python3","xmpp","xmpp-client"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stan-janssen.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}},"created_at":"2020-10-26T07:39:23.000Z","updated_at":"2023-10-17T20:38:43.000Z","dependencies_parsed_at":"2022-09-07T13:51:34.698Z","dependency_job_id":null,"html_url":"https://github.com/stan-janssen/tinyxmpp","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/stan-janssen%2Ftinyxmpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stan-janssen%2Ftinyxmpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stan-janssen%2Ftinyxmpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stan-janssen%2Ftinyxmpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stan-janssen","download_url":"https://codeload.github.com/stan-janssen/tinyxmpp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221701733,"owners_count":16866222,"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":["python3","xmpp","xmpp-client"],"created_at":"2024-10-07T18:40:50.346Z","updated_at":"2025-10-16T17:33:08.045Z","avatar_url":"https://github.com/stan-janssen.png","language":"Python","readme":"# TinyXMPP\n\nTinyXMPP is a small XMPP client for Python applications. It allows developers to easily connect to XMPP servers and exchange messages in a fast and secure way.\n\n## Getting Started\n\n```\npip install tinyxmpp\n```\n\nTo connect to an XMPP server:\n\n```python\nfrom tinyxmpp import XMPPClient\n\nasync def main():\n    client = XMPPClient(jid='user@xmppserver.net/python',\n                        password='mypassword')\n    client.on_message = on_message\n    client.on_iq = on_iq\n    client.on_presence = on_presence\n    await client.connect(host_addr='xmppserver.net')\n    await client.send_message(to='someuser@xmppserver.net/Resource',\n                              message='Hello There')\n\nasync def on_message(message):\n    print(message)\n\nasync def on_presence(element):\n    print(element)\n\nasync def on_iq(element):\n    print(element)\n\nloop = asyncio.get_event_loop()\nloop.create_task(main())\nloop.run_forever()\n\n```\n## License\n\nTinyXMPP is made available under the Apache 2.0 license.\n\n## Development\n\nYou can follow the development of TinyXMPP on [GitHub](https://github.com/stan-janssen/tinysasl).\n\n## Contributing\n\nTo contribute to TinyXMPP, please open an issue on our [GitHub issue tracker](https://github.com/stan-janssen/tinysasl/issues) and/or leave a Pull Request. Thanks!","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstan-janssen%2Ftinyxmpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstan-janssen%2Ftinyxmpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstan-janssen%2Ftinyxmpp/lists"}