Clarify docs for disco.get_info.

This commit is contained in:
Lance Stout 2011-01-04 18:38:21 -05:00
parent e08b0054b2
commit 4b145958fa

View file

@ -240,7 +240,8 @@ class xep_0030(base_plugin):
ifrom -- Specifiy the sender's JID. ifrom -- Specifiy the sender's JID.
block -- If true, block and wait for the stanzas' reply. block -- If true, block and wait for the stanzas' reply.
timeout -- The time in seconds to block while waiting for timeout -- The time in seconds to block while waiting for
a reply. If None, then wait indefinitely. a reply. If None, then wait indefinitely. The
timeout value is only used when block=True.
callback -- Optional callback to execute when a reply is callback -- Optional callback to execute when a reply is
received instead of blocking and waiting for received instead of blocking and waiting for
the reply. the reply.