Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2003-07-21 17:03:35 +0400
committerJacek Konieczny <jajcus@jajcus.net>2003-07-21 17:03:35 +0400
commit2c8428a79b55a2554554e65f281835ebd48461fe (patch)
treef1e2ca8cb8e55833077dd3394dc50e06efa18243 /examples
parentefb0fcb236c981cf7c21f51fef696fea5b713f74 (diff)
- use localhost by default
Diffstat (limited to 'examples')
-rw-r--r--examples/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/test.py b/examples/test.py
index f8c27ed..d11d5df 100644
--- a/examples/test.py
+++ b/examples/test.py
@@ -28,7 +28,7 @@ class Stream(Client):
libxml2.debugMemory(1)
print "creating stream..."
-s=Stream(JID("test@localhost/Test"),u"123",auth_methods=["digest"])
+s=Stream(JID("test@localhost/Test"),u"123",auth_methods=["sasl:DIGEST-MD5","digest"])
#s=Stream(JID(unicode("¿ó³tek","iso-8859-2"),"localhost","Test"),unicode("zieleñ","iso-8859-2"))
#s=Stream(JID("pyxmpp","jabberd.jabberstudio.org","Test"),"123",port=15222,auth_methods=["sasl:DIGEST-MD5","digest","plain"])