Showing posts with label gtalk. Show all posts
Showing posts with label gtalk. Show all posts

Friday, February 13, 2009

Гребанный Adium, ICQ и все-все-все


Какого-то лысого уже третий или четвертый день у меня не хочет работать Adium. Кстати, и iChat тоже. Не подключаются к ICQ.

У меня DSL через Earthlink, что добавляет еще одно лишнюю возможность поломаться и у них (у них все всегда ломается, но только они не признаются, потому что сами не знают).

Adium у меня самый что ни на есть бета-последний - 1.3.3rc1. Дальше некуда - за нами Москва. Все что могу понять по логу:

22:09:08: (Libpurple: dnsquery) IP resolved for login.oscar.aol.com 22:09:08: (Libpurple: proxy) Attempting connection to 64.12.161.153 22:09:08: (Libpurple: proxy) Connecting to login.oscar.aol.com:5190 with no proxy 22:09:08: (Libpurple: proxy) Connection in progress

Так все и замирает на Connecting ( 0%). iChat молча висит, после чего сообщает о таймаута и других неприятностях в жизни.

Начинаю думать, что может были правы те люди, которые начали бросать ICQ к чертовой матери и бежать на открытые протоколы - тот же жаба-подобный Google Talk, например. Хотя с другой стороны мы так просто отступать не привыкли.

Может кто раскроет тайну поломанного ICQ?

Свежачок: А это был оказывается гребанный OpenDNS. Насколько он полезнее чем стандартные и зачастую мертвые сервера Earthlink, так же он и вреден из-за подмены понятий. Стоило вернуться на сервера выдаваемые провайдером, и снова счастье - ICQ. Но как всегда - одну проблему решил, другая появилась - гребанный Google Mail. Какого-то хера, некоторые сообщения, которые я переношу по папкам в Mail.app, получают label, но не archive, а так и висят у меня в Inbox, когда я захожу через веб. Мало радует.

Friday, May 30, 2008

How can I chat outside Google network? (and invite Twitter from Gmail)

Google Apps for Administrators - How can my users chat outside the Google network?: "How can my users chat outside the Google network?"

Spending time away from my laptop, I got used to have Gmail window to be opened with Gtalk in it. However, when I tried to add Twitter there (twitter@twitter.com), I have not chance to get it really invited. It just stays there as Invited and nothing changes.

So I blamed Twitter for the first few days about this problem. As I discovered this is not a problem of a Twitter, but a Google Apps thing. There is no way you can chat with users outside Google Apps or Gmail without altering your domain's SRV records.

You can see the Google's help on how to add to do this. Here are the things that I set for my domain:

_xmpp-client

_xmpp-client._tcp.qwe3.com SRV service location:
priority = 5
weight = 0
port = 5222
svr hostname = talk.l.google.com

_xmpp-client._tcp.qwe3.com SRV service location:

priority = 20
weight = 0
port = 5222
svr hostname = talk1.l.google.com

_xmpp-client._tcp.qwe3.com SRV service location:

priority = 20
weight = 0
port = 5222
svr hostname = talk2.l.google.com

_xmpp-client._tcp.qwe3.com SRV service location:

priority = 20
weight = 0
port = 5222
svr hostname = talk3.l.google.com

_xmpp-client._tcp.qwe3.com SRV service location:

priority = 20
weight = 0
port = 5222
svr hostname = talk4.l.google.com

_xmpp-server

_xmpp-server._tcp.qwe3.com SRV service location:
priority = 5
weight = 0
port = 5269
svr hostname = xmpp-server.l.google.com

_xmpp-server._tcp.qwe3.com SRV service location:

priority = 20
weight = 0
port = 5269
svr hostname = xmpp-server1.l.google.com

_xmpp-server._tcp.qwe3.com SRV service location:

priority = 20
weight = 0
port = 5269
svr hostname = xmpp-server2.l.google.com

_xmpp-server._tcp.qwe3.com SRV service location:

priority = 20
weight = 0
port = 5269
svr hostname = xmpp-server3.l.google.com

_xmpp-server._tcp.qwe3.com SRV service location:

priority = 20
weight = 0
port = 5269
svr hostname = xmpp-server4.l.google.com

_jabber

_jabber._tcp.qwe3.com SRV service location:
priority = 5
weight = 0
port = 5269
svr hostname = xmpp-server.l.google.com

_jabber._tcp.qwe3.com SRV service location:

priority = 20
weight = 0
port = 5269
svr hostname = xmpp-server1.l.google.com

_jabber._tcp.qwe3.com SRV service location:

priority = 20
weight = 0
port = 5269
svr hostname = xmpp-server2.l.google.com

_jabber._tcp.qwe3.com SRV service location:

priority = 20
weight = 0
port = 5269
svr hostname = xmpp-server3.l.google.com

_jabber._tcp.qwe3.com SRV service location:

priority = 20
weight = 0
port = 5269
svr hostname = xmpp-server4.l.google.com

Well, it wasn't the most friendly setup and it's not a clear thing when you get your domain deployed to Google Apps. However, fortunately, they have a solution. ;) (And you can do this fix through the Godaddy's TotalDNS).