Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
python-nbxmpp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
python-nbxmpp
Commits
ecfed11e
Commit
ecfed11e
authored
Aug 08, 2019
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DiscoInfo: Add muc_room_name property
parent
59b6c18b
Pipeline
#4016
passed with stages
in 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
nbxmpp/structs.py
nbxmpp/structs.py
+4
-0
No files found.
nbxmpp/structs.py
View file @
ecfed11e
...
...
@@ -183,6 +183,10 @@ class DiscoInfo(namedtuple('DiscoInfo', 'jid node identities features dataforms'
if
identity
.
category
==
'conference'
:
return
identity
.
name
@
property
def
muc_room_name
(
self
):
return
self
.
_get_form_value
(
NS_MUC_INFO
,
'muc#roomconfig_roomname'
)
@
property
def
muc_description
(
self
):
return
self
.
_get_form_value
(
NS_MUC_INFO
,
'muc#roominfo_description'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment