summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-09-20 15:58:29 +0900
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-09-20 16:23:02 +0900
commit7cd1cf32ae698965ed488ade17f63afd7d5afedf (patch)
tree45929eae4ee52b901167596b8d3117871f3ff67f /docs
parentd099e353a4e2804a58153937719259518ab8439e (diff)
downloadslixmpp-7cd1cf32ae698965ed488ade17f63afd7d5afedf.tar.gz
slixmpp-7cd1cf32ae698965ed488ade17f63afd7d5afedf.tar.bz2
slixmpp-7cd1cf32ae698965ed488ade17f63afd7d5afedf.tar.xz
slixmpp-7cd1cf32ae698965ed488ade17f63afd7d5afedf.zip
Various XEPs: Remove deprecated aliases.
Diffstat (limited to 'docs')
-rw-r--r--docs/guide_xep_0030.rst2
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