Hi Norman
Brilliant!!!!...It initiates....but following errors now
C:\Pyirc-0.4>irc.py
Could not load one of the supported DNS libraries (dnspython or
pydns). SRV reco
rds will not be queried and you may need to set custom hostname/port
for some se
rvers to be accessible.
Invalid debugflag given: always
Invalid debugflag given: nodebuilder
DEBUG:
DEBUG: Debug created for C:\Pyirc-0.4\xmpp\client.py
DEBUG: flags defined: always,nodebuilder
DEBUG: socket start Plugging <xmpp.transports.TCPsocket instance
at 0x009B
F4B8> into <xmpp.client.Component instance at 0x009BF0D0>
DEBUG: socket start Successfully connected to remote host
('domain.com',
'5347')
DEBUG: dispatcher start Plugging <xmpp.dispatcher.Dispatcher
instance at 0x009
BF8A0> into <xmpp.client.Component instance at 0x009BF0D0>
DEBUG: dispatcher info Registering namespace "unknown"
DEBUG: dispatcher info Registering protocol "unknown" as
xmpp.protocol.Protoc
ol(unknown)
DEBUG: dispatcher info Registering protocol "default" as
xmpp.protocol.Protoc
ol(unknown)
DEBUG: dispatcher info Registering namespace "http://
etherx.jabber.org/stream
s"
DEBUG: dispatcher info Registering protocol "unknown" as
xmpp.protocol.Protoc
ol(http://etherx.jabber.org/streams)
DEBUG: dispatcher info Registering protocol "default" as
xmpp.protocol.Protoc
ol(http://etherx.jabber.org/streams)
DEBUG: dispatcher info Registering namespace
"jabber:component:accept"
DEBUG: dispatcher info Registering protocol "unknown" as
xmpp.protocol.Protoc
ol(jabber:component:accept)
DEBUG: dispatcher info Registering protocol "default" as
xmpp.protocol.Protoc
ol(jabber:component:accept)
DEBUG: dispatcher info Registering protocol "iq" as
xmpp.protocol.Iq(jabber:c
omponent:accept)
DEBUG: dispatcher info Registering protocol "presence" as
xmpp.protocol.Prese
nce(jabber:component:accept)
DEBUG: dispatcher info Registering protocol "message" as
xmpp.protocol.Messag
e(jabber:component:accept)
DEBUG: dispatcher info Registering handler <bound method
Dispatcher.streamErr
orHandler of <xmpp.dispatcher.Dispatcher instance at 0x009BF8A0>> for
"error" ty
pe-> ns->(http://etherx.jabber.org/streams)
DEBUG: dispatcher warn Registering protocol "error" as
xmpp.protocol.Protocol
(http://etherx.jabber.org/streams)
DEBUG: socket sent <?xml version='1.0'?>
<stream:stream xmlns="http://jabberd.jabberstudio.org/ns/component/
1.0" to="mo
bjab.mobi" version="1.0" xmlns:stream="http://etherx.jabber.org/
streams" >
DEBUG: socket got <host-unknown/>
Traceback (most recent call last):
File "C:\Pyirc-0.4\irc.py", line 2498, in ?
if not transport.xmpp_connect():
File "C:\Pyirc-0.4\irc.py", line 2410, in xmpp_connect
connected = self.jabber.connect((config.mainServer,config.port))
File "C:\Pyirc-0.4\xmpp\client.py", line 280, in connect
CommonClient.connect(self,server=server,proxy=proxy)
File "C:\Pyirc-0.4\xmpp\client.py", line 184, in connect
if not self.Process(1): return
File "C:\Pyirc-0.4\xmpp\dispatcher.py", line 122, in Process
self.Stream.Parse(data)
File "C:\Pyirc-0.4\xmpp\simplexml.py", line 343, in starttag
self.stream_header_received(ns, name, attrs)
File "C:\Pyirc-0.4\xmpp\dispatcher.py", line 104, in
_check_stream_start
raise ValueError('Incorrect stream start: (%s,%s). Terminating.'%
(tag,ns))
ValueError: Incorrect stream start: (host-unknown,). Terminating.
C:\Pyirc-0.4>
Regards
Vishal
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"py-transports" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/py-transports?hl=en
-~----------~----~----~----~------~----~------~--~---