Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add XMPP-chat for Berlin / Germany #349

Merged
merged 1 commit into from
Jun 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions i18n/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,9 @@ de:
de-berlin-twitter:
name: OpenStreetMap Berlin Twitter
description: 'Folge uns auf Twitter: {url}'
de-berlin-xmpp:
name: OpenStreetMap Berlin-Brandenburg XMPP
description: 'Beteilige dich im XMPP Multi-User Chat: {url}'
de-forum:
name: OpenStreetMap Deutschland Forum
description: OpenStreetMap Deutschland Web Forum
Expand Down
3 changes: 3 additions & 0 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,9 @@ en:
de-berlin-twitter:
name: OpenStreetMap Berlin Twitter
description: 'Follow us on Twitter: {url}'
de-berlin-xmpp:
name: OpenStreetMap Berlin-Brandenburg XMPP
description: 'Join our XMPP Multi-User Chat: {url}'
de-forum:
name: OpenStreetMap DE forum
description: OpenStreetMap Germany web forum
Expand Down
13 changes: 13 additions & 0 deletions resources/europe/germany/de-berlin-xmpp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"id": "de-berlin-xmpp",
"type": "xmpp",
"locationSet": {"include": ["de-berlin-brandenburg.geojson"]},
"languageCodes": ["de"],
"name": "OpenStreetMap Berlin-Brandenburg XMPP",
"description": "Join our XMPP Multi-User Chat: {url}",
"url": "https://conversations.im/j/[email protected]",
"contacts": [
{"name": "Bernd", "email": "[email protected]"},
{"name": "Christopher Lorenz", "email": "[email protected]"}
]
}