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
S
slixmpp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
41
Issues
41
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
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
poezio
slixmpp
Commits
0e717648
Verified
Commit
0e717648
authored
Aug 03, 2019
by
Maxime Buquet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xep_0030: add docstring to get_info_from_domain
Signed-off-by:
Maxime “pep” Buquet
<
pep@bouah.net
>
parent
f35569a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
slixmpp/plugins/xep_0030/disco.py
slixmpp/plugins/xep_0030/disco.py
+2
-0
No files found.
slixmpp/plugins/xep_0030/disco.py
View file @
0e717648
...
...
@@ -300,6 +300,8 @@ class XEP_0030(BasePlugin):
async
def
get_info_from_domain
(
self
,
domain
=
None
,
timeout
=
None
,
cached
=
True
,
callback
=
None
):
"""Fetch disco#info of specified domain and one disco#items level below"""
if
domain
is
None
:
domain
=
self
.
xmpp
.
boundjid
.
domain
...
...
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