diff options
author | Mike Taylor <bear42@gmail.com> | 2015-04-28 22:44:27 -0400 |
---|---|---|
committer | Mike Taylor <bear42@gmail.com> | 2015-04-28 22:44:27 -0400 |
commit | 192b7e0349429839261eb4d1d42d8f75933dc0c2 (patch) | |
tree | ecb5905d19a563b4e6fe864afd0122321bf7cea1 /docs | |
parent | 842157a6cc25d9e85e6e31b3cf3349ba83ece101 (diff) | |
parent | 80b60fc0483b21c8d5829b61cabbf9b46aa2c2fb (diff) | |
download | slixmpp-192b7e0349429839261eb4d1d42d8f75933dc0c2.tar.gz slixmpp-192b7e0349429839261eb4d1d42d8f75933dc0c2.tar.bz2 slixmpp-192b7e0349429839261eb4d1d42d8f75933dc0c2.tar.xz slixmpp-192b7e0349429839261eb4d1d42d8f75933dc0c2.zip |
Merge pull request #345 from sangeeths/xep_0332
XEP-0332: HTTP over XMPP transport
Diffstat (limited to 'docs')
-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 cb8d7d25..857f7ff1 100644 --- a/docs/guide_xep_0030.rst +++ b/docs/guide_xep_0030.rst @@ -161,7 +161,7 @@ item itself, and the JID and node that will own the item. In this case, the owning JID and node are provided with the parameters ``ijid`` and ``node``. -Peforming Disco Queries +Performing Disco Queries ----------------------- The methods ``get_info()`` and ``get_items()`` are used to query remote JIDs and their nodes for disco information. Since these methods are wrappers for |