Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
071d22ab by Philipp Hörist at 2024-09-19T17:01:49+02:00
fix: Bookmarks: Store password

- - - - -


1 changed file:

- nbxmpp/modules/bookmarks/util.py


Changes:

=====================================
nbxmpp/modules/bookmarks/util.py
=====================================
@@ -134,6 +134,8 @@ def build_conference_node(bookmark: BookmarkData):
     conference = Node(tag='conference', attrs=attrs)
     if bookmark.nick:
         conference.setTagData('nick', bookmark.nick)
+    if bookmark.password:
+        conference.setTagData('password', bookmark.password)
     if bookmark.extensions is not None:
         conference.addChild(node=bookmark.extensions)
     return conference



View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/071d22ab0880f255e60abab2f1c9383a3aa871ad

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/071d22ab0880f255e60abab2f1c9383a3aa871ad
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to