docs: Fix some wrong references
This commit is contained in:
parent
11b555af20
commit
b23b805dc5
2 changed files with 4 additions and 2 deletions
|
@ -193,7 +193,7 @@ implementation should work correctly.
|
||||||
|
|
||||||
.. tip::
|
.. tip::
|
||||||
To see how to implement in-band registration as a Slixmpp plugin,
|
To see how to implement in-band registration as a Slixmpp plugin,
|
||||||
see the tutorial :ref:`tutorial-create-plugin`.
|
see the tutorial :ref:`create-plugin`.
|
||||||
|
|
||||||
`View full source (5) <http://github.com/legastero/xmpp-tdg/blob/master/code/CheshiR/RegistrableComponent.py>`_ |
|
`View full source (5) <http://github.com/legastero/xmpp-tdg/blob/master/code/CheshiR/RegistrableComponent.py>`_ |
|
||||||
`View original code (5) <http://github.com/remko/xmpp-tdg/blob/master/code/CheshiR/RegistrableComponent.py>`_
|
`View original code (5) <http://github.com/remko/xmpp-tdg/blob/master/code/CheshiR/RegistrableComponent.py>`_
|
||||||
|
|
|
@ -149,6 +149,8 @@ class XEP_0313(BasePlugin):
|
||||||
"""
|
"""
|
||||||
Iterate over each message of MAM query.
|
Iterate over each message of MAM query.
|
||||||
|
|
||||||
|
.. versionadded:: 1.8.0
|
||||||
|
|
||||||
:param jid: Entity holding the MAM records
|
:param jid: Entity holding the MAM records
|
||||||
:param start: MAM query start time
|
:param start: MAM query start time
|
||||||
:param end: MAM query end time
|
:param end: MAM query end time
|
||||||
|
@ -239,7 +241,7 @@ class XEP_0313(BasePlugin):
|
||||||
async def get_fields(self, jid: Optional[JID] = None, **iqkwargs) -> Form:
|
async def get_fields(self, jid: Optional[JID] = None, **iqkwargs) -> Form:
|
||||||
"""Get MAM query fields.
|
"""Get MAM query fields.
|
||||||
|
|
||||||
.. versionaddedd:: 1.8.0
|
.. versionadded:: 1.8.0
|
||||||
|
|
||||||
:param jid: JID to retrieve the policy from.
|
:param jid: JID to retrieve the policy from.
|
||||||
:return: The Form of allowed options
|
:return: The Form of allowed options
|
||||||
|
|
Loading…
Reference in a new issue