docs: Fix some wrong references

This commit is contained in:
mathieui 2022-02-27 20:32:48 +01:00
parent 11b555af20
commit b23b805dc5
2 changed files with 4 additions and 2 deletions

View file

@ -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>`_

View file

@ -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