diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2016-09-20 15:58:29 +0900 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2016-09-20 16:23:02 +0900 |
commit | 7cd1cf32ae698965ed488ade17f63afd7d5afedf (patch) | |
tree | 45929eae4ee52b901167596b8d3117871f3ff67f /docs/guide_xep_0030.rst | |
parent | d099e353a4e2804a58153937719259518ab8439e (diff) | |
download | slixmpp-7cd1cf32ae698965ed488ade17f63afd7d5afedf.tar.gz slixmpp-7cd1cf32ae698965ed488ade17f63afd7d5afedf.tar.bz2 slixmpp-7cd1cf32ae698965ed488ade17f63afd7d5afedf.tar.xz slixmpp-7cd1cf32ae698965ed488ade17f63afd7d5afedf.zip |
Various XEPs: Remove deprecated aliases.
Diffstat (limited to 'docs/guide_xep_0030.rst')
-rw-r--r-- | docs/guide_xep_0030.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide_xep_0030.rst b/docs/guide_xep_0030.rst index 70f92b0c..a3af4857 100644 --- a/docs/guide_xep_0030.rst +++ b/docs/guide_xep_0030.rst @@ -61,7 +61,7 @@ operation using these stanzas without doing any complex operations such as checking an ACL, etc. You may find it necessary at some point to revert a particular node or JID to -using the default, static handlers. To do so, use the method ``make_static()``. +using the default, static handlers. To do so, use the method ``restore_defaults()``. You may also elect to only convert a given set of actions instead. Creating a Node Handler |