On 8/21/06, Bearcat M. Sandor <[EMAIL PROTECTED]> wrote: > [transport] > Hostname = irc If you want to make it public you'll need to make this irc.jabber.feline-soul.net or irc.feline-soul.net.
> Port = 5269 That should be something like 5347 perhaps? > Secret = xxxxxxxx (yes, i entered it, but i'm not sending it over email) > ServerUser=jabber This is only required if you're using jabberd2, and needs to match the username/password in router-users.xml. If you're using jabberd1,ejabberd then comment out ServerUser, and just supply the password. If you're using wildfire, then you need to comment out ServerUser, or upgrade to the CVS version. -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Mon Aug 21 18:29:49 2006 From: [EMAIL PROTECTED] (Bearcat M. Sandor) Date: Mon Aug 21 18:29:54 2006 Subject: [py-transports] help me get IRC transport version 0.3 up and running In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Norman, Thank you! It now works, or at least it shows up as a service! However, i am a bit flummoxed as to what the "Register with Jabber Service" dialog wants. The registration dialog wants: Address: (This is the address of my jabber server? or my jabber username?) Nickname: (name i want to chat under Password: (my jabber password for my jabber user on my own system) Name: (my real name?) Username: (the username of my jabber user?) I've tried verious combonations of things and just see the following in my terminal: DEBUG: dispatcher ok Got jabber:client/iq stanza DEBUG: dispatcher ok Dispatching iq stanza with type->set props->[u'jabber:iq:register'] id->abdfa DEBUG: socket sent <route to="jabber.feline-soul.net" from="irc.jabber.feline-soul.net"> <iq xmlns="jabber:client" to="[EMAIL PROTECTED]/Kopete" type="error" id="abdfa" from="irc.jabber.feline-soul.net">\n<query xmlns="jabber:iq:register">\n<address>jabber.feline-soul.net</address>\n<nick />\n<password />\n<name />\n<username>jabber</username>\n</query>\n<error code="406" type="cancel"> <not-acceptable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" /> <text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas">The recipient or server understands the request but is refusing to process it because it does not meet criteria defined by the recipient or server.</text> </error> </iq> </route> DEBUG: socket got <route xmlns='http://jabberd.jabberstudio.org/ns/component/1.0' to='irc.jabber.feline-soul.net' from='jabber.feline-soul.net'> <iq xmlns='jabber:client' type='set' to='irc.jabber.feline-soul.net' id='abe0a' from='[EMAIL PROTECTED]/Kopete'>\n<query xmlns='jabber:iq:register'>\n<address>jabber.feline-soul.net</address>\n<nick/>\n<password>[EMAIL PROTECTED]</password>\n<name/>\n<username>jabber</username>\n</query>\n</iq> </route> Thank you all for the help thus far! Bearcat M. Sandor On Monday 21 August 2006 11:55 in an email titled "Re: [py-transports] help me get IRC transport version 0.3 up and running" Norman Rasmussen wrote: >On 8/21/06, Bearcat M. Sandor <[EMAIL PROTECTED]> wrote: >> [transport] >> Hostname = irc > >If you want to make it public you'll need to make this >irc.jabber.feline-soul.net or irc.feline-soul.net. > >> Port = 5269 > >That should be something like 5347 perhaps? > >> Secret = xxxxxxxx (yes, i entered it, but i'm not sending it over email) >> ServerUser=jabber > >This is only required if you're using jabberd2, and needs to match the >username/password in router-users.xml. > >If you're using jabberd1,ejabberd then comment out ServerUser, and >just supply the password. > >If you're using wildfire, then you need to comment out ServerUser, or >upgrade to the CVS version. -- Bearcat M. Sandor [EMAIL PROTECTED] Jabber: [EMAIL PROTECTED] ICQ: 6628727 MSN: [EMAIL PROTECTED] Yahoo: bearcatsandor AIM: bearcatmsandor
