Philipp Hörist pushed to branch master at gajim / gajim
Commits:
d815f0c8 by Daniel Brötzmann at 2020-06-23T20:05:49+02:00
ServerInfo: Add status address
- - - - -
e385e316 by Daniel Brötzmann at 2020-06-23T20:06:47+02:00
DOAP: Add XEP-0157
- - - - -
2 changed files:
- data/gajim.doap
- gajim/gtk/server_info.py
Changes:
=====================================
data/gajim.doap
=====================================
@@ -279,6 +279,13 @@
<xmpp:note>Only DNS method.</xmpp:note>
</xmpp:SupportedXep>
</implements>
+ <implements>
+ <xmpp:SupportedXep>
+ <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0157.html" />
+ <xmpp:status>complete</xmpp:status>
+ <xmpp:version>1.1.0</xmpp:version>
+ </xmpp:SupportedXep>
+ </implements>
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0158.html" />
@@ -556,4 +563,4 @@
</xmpp:SupportedXep>
</implements>
</Project>
-</rdf:RDF>
\ No newline at end of file
+</rdf:RDF>
=====================================
gajim/gtk/server_info.py
=====================================
@@ -126,6 +126,7 @@ class ServerInfo(Gtk.ApplicationWindow, EventHelper):
def _add_contact_addresses(self, dataforms):
fields = {
'admin-addresses': _('Admin'),
+ 'status-addresses': _('Status'),
'support-addresses': _('Support'),
'security-addresses': _('Security'),
'feedback-addresses': _('Feedback'),
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/compare/efe24013899e46379b9e0380e702363deaff42cb...e385e31617d8ef83b6a1c767e39a2ad3196b6e1f
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/compare/efe24013899e46379b9e0380e702363deaff42cb...e385e31617d8ef83b6a1c767e39a2ad3196b6e1f
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits