Configuring Py* for remote access

0 views
Skip to first unread message

Bill Weiss

unread,
May 6, 2008, 7:37:37 PM5/6/08
to py-transports
Hi.

I'm looking for a way to allow a Jabber user at another domain use one
of my transports (specifically, from gtalk, to my aim transport).
http://xmpppy.wiki.sourceforge.net/RemoteAccess suggests that it is
possible, but I'm not following what it says I need to do. I also
would prefer to not open it up to all users everywhere, but just to
one user at gtalk.

Any thoughts for me? I will gladly accept an "RTFM here (url)" or
even a "check the archives". I've done both as well as I could, but
that doesn't mean I haven't missed anything.

Vadim Efimov

unread,
May 7, 2008, 2:10:15 AM5/7/08
to py-tra...@googlegroups.com
it's simple - gate need DNS-record , example:
xmpp-server example.com have pyicq-t, you need record for icq.example.com

Norman Rasmussen

unread,
May 7, 2008, 5:31:38 AM5/7/08
to py-tra...@googlegroups.com
On Wed, May 7, 2008 at 1:37 AM, Bill Weiss <bill....@gmail.com> wrote:
> I'm looking for a way to allow a Jabber user at another domain use one
> of my transports (specifically, from gtalk, to my aim transport).
> http://xmpppy.wiki.sourceforge.net/RemoteAccess suggests that it is
> possible, but I'm not following what it says I need to do. I also
> would prefer to not open it up to all users everywhere, but just to
> one user at gtalk.

You will need to set up a DNS record to point to your jabber server,
but this will allow anyone to use it. If your server is ejabberd than
you can use acl's to limit access. The other alternative is to
disable registration on the transport once you've registered with your
outside account (of course this will disable it for local users too).

--
- Norman Rasmussen
- Email: nor...@rasmussen.co.za
- Home page: http://norman.rasmussen.co.za/

Bill Weiss

unread,
May 8, 2008, 12:49:53 PM5/8/08
to py-tra...@googlegroups.com
Thanks to both of you who replied.

So, if I make a CNAME from aim.example.com to jabber.example.com
(assuming my jabber server is at jabber.example.com), that will allow
external users to register with the transport? Will they do this the
same way they would register for an AIM transport on their jabber
server?

I might hack up pyaim-t to give me ACLs on it if needed.

--
Bill Weiss
^[:wq

Norman Rasmussen

unread,
May 13, 2008, 6:05:18 AM5/13/08
to py-tra...@googlegroups.com
a CNAME for aim.example.com will allow this yes. (alternatively you can configure a SRV record for _xmpp-server._tcp.aim.example.com to point to jabber.example.com)

Vishal

unread,
May 16, 2008, 11:51:05 AM5/16/08
to py-transports
Hi Norman

For allowing external users to directly connect to transports the s2s
for the jabber server has to be enabled right?

Kindly let me know.

Thanks
Vishal

Norman Rasmussen

unread,
May 16, 2008, 11:57:29 AM5/16/08
to py-tra...@googlegroups.com
On Fri, May 16, 2008 at 5:51 PM, Vishal <sms...@gmail.com> wrote:
For allowing external users to directly connect to transports the s2s
for the jabber server has to be enabled right?

Yes, both dns and s2s (on the server that dns points to) must be set up.
Reply all
Reply to author
Forward
0 new messages