-
Notifications
You must be signed in to change notification settings - Fork 176
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
XMPP schema #1609
Comments
Hello nextcloud dev team! |
Go ahead @rexTexTau. Others will see your comment here and know that you are working on this 👍 |
@ChristophWurst Long story short:
Any help will be greatly appreciated. I feel very frustrated doing 10h+ (and counting) local dev environment installation and customization in order to fix a one-liner (actually I suppose it'll be a 10-liner bugfix or so, but this does not change the main idea), but hope to receive a helpful advice. Any help would be appreciated. And I really, really wish the documentation to be more detailed, especially for new-to-nextcloud developers. |
Describe the bug
If you add an XMPP address to a contact the resulting link is missing the xmpp: schema
To Reproduce
Steps to reproduce the behavior:
Expected behavior
xmpp:
link is rendered.Actual behavior
https:
link is renderedPossible solution
It's probably a one line change here:
contacts/src/components/Properties/PropertyText.vue
Line 153 in b47082b
Screenshots
![2020-04-30 11 51 30 localhost 36a37efd80ff](https://user-images.githubusercontent.com/2974196/80697266-0682e780-8ad9-11ea-8d48-0f6c436eaf62.png)
![2020-04-30 11 51 57 localhost 9cec6033384e](https://user-images.githubusercontent.com/2974196/80697271-08e54180-8ad9-11ea-8d3d-3c1e20c3e1eb.png)
Server configuration
PHP version: 7.3
Nextcloud version: 19 beta 2
Contacts version: 3.3.0
ref nextcloud/jsxc.nextcloud#143
The text was updated successfully, but these errors were encountered: