Hi, Jorge.

On 8/8/05, Jorge Merlino <[EMAIL PROTECTED]> wrote:
> Hello
> I have a jabber component that works as a bot giving automated responses
> to certain queries. Is it possible to register it with a msn account so
> that it receives queries from msn?
> TIA
> Jorge

You sure can. As long as the bot's JabberID has a transport registered
with it, and you send your presence to all your roster (and
transports), you can be online on the MSN network too.

Greetings!

Daniel D?az
[EMAIL PROTECTED]
From [EMAIL PROTECTED]  Tue Aug  9 04:11:24 2005
From: [EMAIL PROTECTED] (Adam Chernow)
Date: Tue Aug  9 04:11:32 2005
Subject: [py-transports] A little help....
Message-ID: <[EMAIL PROTECTED]>


Ok.. I had posted this to the JiveMessegner forum and
was told it was "not related to the server but to the
gateways"... Anyway.. I have a JiveMessenger server up
and running and my clients are able to connect and
talk, etc, however, whenever I try to do a service
discovery and connect to my ICQ or AIM transports
(PyICQt and PyAIMt, respectively) I get an error
"There was an error getting agents for
icq.commanddotcom.com, Reason: " or "There was an
error getting agents for aim.commanddotcom.com,
Reason: ".  Both of those domains have A records
associated with them in my DNS and both transports are
showing up in Jive.

So what's the problem?  I can dump the output of the
console or client if needed.

-A
From [EMAIL PROTECTED]  Tue Aug  9 12:26:04 2005
From: [EMAIL PROTECTED] (Kawthar Telli)
Date: Tue Aug  9 12:26:08 2005
Subject: [py-transports] Re: answer to message 2 (the one of james Bunton)
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Yes James, in the configuration file of my server the spool directory is
well defined!



>
>
> Today's Topics:
>
>    1. jabber Gateway to msn (Kawthar Telli)
>    2. Re: jabber Gateway to msn (James Bunton)
>    3. Register another component to msn (Jorge Merlino)
>    4. Re: Register another component to msn (Daniel D?az)
>    5. A little help.... (Adam Chernow)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 8 Aug 2005 14:24:28 +0200 (CEST)
> From: "Kawthar Telli" <[EMAIL PROTECTED]>
> Subject: [py-transports] jabber Gateway to msn
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain;charset=iso-8859-1
>
> Hello every body,
>
>  I am truying to install a jabber gateway to msn trough PyMSNT. I followed
> the instructions given in the following website:
> http://msn-transport.jabberstudio.org/docs/server.html
> Unfortunately it doesn't work, and I get the following error "xdb_file
> failed to open file amoula.xml" where "amoula" is an account of a jabber
> client, and the same error message for the other accounts.
> I don't have any idea about how to fix the problem, if some one has any
> idea I'll be gald to know it.
>
> Thank you in advance
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 8 Aug 2005 23:27:59 +1000
> From: James Bunton <[EMAIL PROTECTED]>
> Subject: Re: [py-transports] jabber Gateway to msn
> To: PyAIM-t/PyICQ-t/PyMSN-t Discussion
>       <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
>
> Does the user the transport process is running under have permissions
> to write to the spool directory?
>
> ---
>
> James
>
>
>
> On 08/08/2005, at 10:24 PM, Kawthar Telli wrote:
>
>> Hello every body,
>>
>>  I am truying to install a jabber gateway to msn trough PyMSNT. I
>> followed
>> the instructions given in the following website:
>> http://msn-transport.jabberstudio.org/docs/server.html
>> Unfortunately it doesn't work, and I get the following error "xdb_file
>> failed to open file amoula.xml" where "amoula" is an account of a
>> jabber
>> client, and the same error message for the other accounts.
>> I don't have any idea about how to fix the problem, if some one has any
>> idea I'll be gald to know it.
>>
>> Thank you in advance
>>
>>
>> _______________________________________________
>> py-transports mailing list
>> [email protected]
>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 08 Aug 2005 11:02:39 -0300
> From: Jorge Merlino <[EMAIL PROTECTED]>
> Subject: [py-transports] Register another component to msn
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hello
>
> I have a jabber component that works as a bot giving automated responses
> to certain queries. Is it possible to register it with a msn account so
> that it receives queries from msn?
>
> TIA
> Jorge
>
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 8 Aug 2005 09:24:23 -0500
> From: Daniel D?az <[EMAIL PROTECTED]>
> Subject: Re: [py-transports] Register another component to msn
> To: PyAIM-t/PyICQ-t/PyMSN-t Discussion
>       <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi, Jorge.
>
>
> On 8/8/05, Jorge Merlino <[EMAIL PROTECTED]> wrote:
>> Hello
>> I have a jabber component that works as a bot giving automated responses
>> to certain queries. Is it possible to register it with a msn account so
>> that it receives queries from msn?
>> TIA
>> Jorge
>
> You sure can. As long as the bot's JabberID has a transport registered
> with it, and you send your presence to all your roster (and
> transports), you can be online on the MSN network too.
>
> Greetings!
>
> Daniel D?az
> [EMAIL PROTECTED]
>
>
> ------------------------------
>
> Message: 5
> Date: Mon, 8 Aug 2005 21:11:24 -0700 (PDT)
> From: Adam Chernow <[EMAIL PROTECTED]>
> Subject: [py-transports] A little help....
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=iso-8859-1
>
>
> Ok.. I had posted this to the JiveMessegner forum and
> was told it was "not related to the server but to the
> gateways"... Anyway.. I have a JiveMessenger server up
> and running and my clients are able to connect and
> talk, etc, however, whenever I try to do a service
> discovery and connect to my ICQ or AIM transports
> (PyICQt and PyAIMt, respectively) I get an error
> "There was an error getting agents for
> icq.commanddotcom.com, Reason: " or "There was an
> error getting agents for aim.commanddotcom.com,
> Reason: ".  Both of those domains have A records
> associated with them in my DNS and both transports are
> showing up in Jive.
>
> So what's the problem?  I can dump the output of the
> console or client if needed.
>
> -A
>
>
> ------------------------------
>
> _______________________________________________
> py-transports mailing list
> [email protected]
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>
>
> End of py-transports Digest, Vol 6, Issue 8
> *******************************************
>

Reply via email to