summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xexamples/adhoc_provider.py2
-rwxr-xr-xexamples/adhoc_user.py2
-rwxr-xr-xexamples/disco_browser.py2
-rwxr-xr-xexamples/echo_client.py2
-rwxr-xr-xexamples/muc.py2
-rwxr-xr-xexamples/ping.py2
-rwxr-xr-xexamples/proxy_echo_client.py2
-rw-r--r--examples/roster_browser.py2
-rwxr-xr-xexamples/send_client.py2
9 files changed, 9 insertions, 9 deletions
diff --git a/examples/adhoc_provider.py b/examples/adhoc_provider.py
index 0a7905b8..aaa9a6e7 100755
--- a/examples/adhoc_provider.py
+++ b/examples/adhoc_provider.py
@@ -192,7 +192,7 @@ if __name__ == '__main__':
# Connect to the XMPP server and start processing XMPP stanzas.
if xmpp.connect():
- # If you do not have the pydns library installed, you will need
+ # If you do not have the dnspython library installed, you will need
# to manually specify the name of the server if it does not match
# the one in the JID. For example, to use Google Talk you would
# need to use:
diff --git a/examples/adhoc_user.py b/examples/adhoc_user.py
index ac157edd..17013068 100755
--- a/examples/adhoc_user.py
+++ b/examples/adhoc_user.py
@@ -198,7 +198,7 @@ if __name__ == '__main__':
# Connect to the XMPP server and start processing XMPP stanzas.
if xmpp.connect():
- # If you do not have the pydns library installed, you will need
+ # If you do not have the dnspython library installed, you will need
# to manually specify the name of the server if it does not match
# the one in the JID. For example, to use Google Talk you would
# need to use:
diff --git a/examples/disco_browser.py b/examples/disco_browser.py
index 0526bfc4..628add1c 100755
--- a/examples/disco_browser.py
+++ b/examples/disco_browser.py
@@ -188,7 +188,7 @@ if __name__ == '__main__':
# Connect to the XMPP server and start processing XMPP stanzas.
if xmpp.connect():
- # If you do not have the pydns library installed, you will need
+ # If you do not have the dnspython library installed, you will need
# to manually specify the name of the server if it does not match
# the one in the JID. For example, to use Google Talk you would
# need to use:
diff --git a/examples/echo_client.py b/examples/echo_client.py
index 7e882a4a..02ede14c 100755
--- a/examples/echo_client.py
+++ b/examples/echo_client.py
@@ -132,7 +132,7 @@ if __name__ == '__main__':
# Connect to the XMPP server and start processing XMPP stanzas.
if xmpp.connect():
- # If you do not have the pydns library installed, you will need
+ # If you do not have the dnspython library installed, you will need
# to manually specify the name of the server if it does not match
# the one in the JID. For example, to use Google Talk you would
# need to use:
diff --git a/examples/muc.py b/examples/muc.py
index 96b5fb83..24555d7f 100755
--- a/examples/muc.py
+++ b/examples/muc.py
@@ -175,7 +175,7 @@ if __name__ == '__main__':
# Connect to the XMPP server and start processing XMPP stanzas.
if xmpp.connect():
- # If you do not have the pydns library installed, you will need
+ # If you do not have the dnspython library installed, you will need
# to manually specify the name of the server if it does not match
# the one in the JID. For example, to use Google Talk you would
# need to use:
diff --git a/examples/ping.py b/examples/ping.py
index 68772e6b..d2749894 100755
--- a/examples/ping.py
+++ b/examples/ping.py
@@ -129,7 +129,7 @@ if __name__ == '__main__':
# Connect to the XMPP server and start processing XMPP stanzas.
if xmpp.connect():
- # If you do not have the pydns library installed, you will need
+ # If you do not have the dnspython library installed, you will need
# to manually specify the name of the server if it does not match
# the one in the JID. For example, to use Google Talk you would
# need to use:
diff --git a/examples/proxy_echo_client.py b/examples/proxy_echo_client.py
index 3466dc9b..eeeb4fbb 100755
--- a/examples/proxy_echo_client.py
+++ b/examples/proxy_echo_client.py
@@ -156,7 +156,7 @@ if __name__ == '__main__':
# Connect to the XMPP server and start processing XMPP stanzas.
if xmpp.connect():
- # If you do not have the pydns library installed, you will need
+ # If you do not have the dnspython library installed, you will need
# to manually specify the name of the server if it does not match
# the one in the JID. For example, to use Google Talk you would
# need to use:
diff --git a/examples/roster_browser.py b/examples/roster_browser.py
index 4a58cc1c..e145338e 100644
--- a/examples/roster_browser.py
+++ b/examples/roster_browser.py
@@ -160,7 +160,7 @@ if __name__ == '__main__':
# Connect to the XMPP server and start processing XMPP stanzas.
if xmpp.connect():
- # If you do not have the pydns library installed, you will need
+ # If you do not have the dnspython library installed, you will need
# to manually specify the name of the server if it does not match
# the one in the JID. For example, to use Google Talk you would
# need to use:
diff --git a/examples/send_client.py b/examples/send_client.py
index d1dafee6..1ddac659 100755
--- a/examples/send_client.py
+++ b/examples/send_client.py
@@ -131,7 +131,7 @@ if __name__ == '__main__':
# Connect to the XMPP server and start processing XMPP stanzas.
if xmpp.connect():
- # If you do not have the pydns library installed, you will need
+ # If you do not have the dnspython library installed, you will need
# to manually specify the name of the server if it does not match
# the one in the JID. For example, to use Google Talk you would
# need to use: