{"id":16653498,"url":"https://github.com/eseifert/xmpp-http-server","last_synced_at":"2026-05-13T23:33:33.503Z","repository":{"id":49279745,"uuid":"211105482","full_name":"eseifert/xmpp-http-server","owner":"eseifert","description":"XEP-0363 compliant server for Prosody’s mod_http_upload_external written in Python 3.6","archived":false,"fork":false,"pushed_at":"2023-05-01T22:49:35.000Z","size":20,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-20T04:50:59.854Z","etag":null,"topics":["http","prosody","xmpp"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eseifert.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2019-09-26T14:11:49.000Z","updated_at":"2021-06-20T16:19:25.000Z","dependencies_parsed_at":"2024-11-24T23:04:07.755Z","dependency_job_id":null,"html_url":"https://github.com/eseifert/xmpp-http-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eseifert/xmpp-http-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eseifert%2Fxmpp-http-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eseifert%2Fxmpp-http-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eseifert%2Fxmpp-http-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eseifert%2Fxmpp-http-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eseifert","download_url":"https://codeload.github.com/eseifert/xmpp-http-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eseifert%2Fxmpp-http-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33004276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["http","prosody","xmpp"],"created_at":"2024-10-12T09:45:20.341Z","updated_at":"2026-05-13T23:33:33.481Z","avatar_url":"https://github.com/eseifert.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Description\n===========\n\nThis Flask application implements a server for uploading files according to\n`XEP-0363 \u003chttps://xmpp.org/extensions/xep-0363.html\u003e`__.\n\nIt is supposed to be used with Prosody’s community module\n`http_upload_external \u003chttps://modules.prosody.im/mod_http_upload_external.html\u003e`__.\nBoth, version 1 and 2 of the auth token validation are supported.\n\nRequirements\n============\n\nTo run this application Python 3.6 or higher is required.\n\nInstallation\n============\n\n1.  Clone the repository to a suitable directory\n\n2.  Create a virtual environment:\n\n    .. code::\n\n        python3 -m venv venv\n\n3.  Install the required packages into the virtual environment:\n\n    .. code::\n\n        ./venv/bin/pip install -r requirements.txt\n\n\nConfiguration\n=============\n\nA configuration file with the name ``config.py`` must exist in the root of the\ncode directory. An example ``config.py.example`` with all available settings is\nprovided in the repository.\n\nThe following settings can be changed:\n\n``SECRET_KEY``\n    Required. It must have the same value as the setting in the\n    ``mod_http_upload_external`` configuration.\n\n``XMPP_HTTP_UPLOAD_ROOT``\n    Required. Path to the root directory where all files will be stored.\n\n``XMPP_HTTP_UPLOAD_USE_CORS``\n    Optional. Flag to toggle CORS headers, which are required by web\n    interfaces.\n\n\nUsage\n=====\n\nFor testing purposes the application can be started with ``run.py`` or simply ``flask run``.\nFor production a WSGI server like ``uWSGI`` or ``mod_wsgi`` is recommended.\n\n\nContributing\n============\n\nPull requests are always welcome. For major changes, please open an issue first\nto discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n\nLicense\n=======\n\n`AGPL \u003chttps://choosealicense.com/licenses/agpl/\u003e`__\n\nBy submitting a pull request for this project, you agree to license your\ncontribution under the AGPL license to this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feseifert%2Fxmpp-http-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feseifert%2Fxmpp-http-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feseifert%2Fxmpp-http-server/lists"}