blob: df195a654ad47d305dd373bb13212622da42d3fa (
plain)
1 Google Apps Users Cannot Use Self-hosted XMPP
2 =============================================
3 :author: Aaron Ball
4 :email: nullspoon@iohq.net
5
6
7 == {doctitle}
8
9 Just over a week ago, Google released Google Plus for its Google Apps
10
11 users (see Google's post
12 http://googleenterprise.blogspot.com/2011/10/google-is-now-available-with-google.html[here]).
13 I won't lie that despite my hesitation about centralized social networks, I was
14 pretty excited about this. I've been receiving invitations from all of my
15 friends on my old non-apps GMail account for some time now, so I was eager to
16 move them on over to my Google Apps account.
17
18 [[enter-google-plus]]
19 Enter Google Plus
20 -----------------
21
22 As soon as it was enabled for my account, I went straight to the control panel
23 to turn it on. I was met with an unfortunate message indicating that I needed
24 Google Chat enabled to use Google Plus (it was disabled because I run my own
25 Jabber server on bitnode.net and not on a subdomain). My thought was "I'll just
26 enable it for a little while and then turn it back off once I've had my fun"...
27 so off I went.
28
29 Oops
30
31 As it turns out, when you try to turn off Google Chat, it just won't go. I
32 need to clarify here before going on. When I say turn off, I mean you disable
33 Chat and uninstall it. When I say "it just won't go" I mean, it doesn't show up
34 in your control panel as either installed or enabled, but when your Jabber
35 server tries to connect to the Google Chat servers to check for the statuses of
36 all of your friends, you receive the following error:
37
38 ----
39 =INFO REPORT==== yy-mm-dd hh:mm:ss ===
40 D(<0.384.0>:ejabberd_receiver:320) : Received XML on stream = "<stream:error><undefined-condition xmlns=\"urn:ietf:params:xml:ns:xmpp-streams\"/><str:text xmlns:str=\"urn:ietf:params:xml:ns:xmpp-streams\">'''bitnode.net is a Google Apps Domain with Talk service enabled.'''</str:text></stream:error></stream:stream>"
41 ----
42
43 I have Googled around, and even used Bing to see if there is a workaround for
44 this. Sadly, all I have found are people having the same issues. My guess (or
45 perhaps just a hope) is this is just a bug caused by the introduction of Plus
46 to Google Apps since everything seems to work fine with no errors when you
47 disable Chat. Time will tell. My Google Plus and Google Talk have been disabled
48 since October 28 and still no change sadly. Here are most of the resources I
49 have found referencing this issue.
50
51 * http://jcsesecuneta.com/labox/google-apps-xmpp-chat-bug[John Cuneta's
52 blog talking about having the same issue]
53 * http://jcsesecuneta.com/labox/google-plus-for-google-apps-is-not-xmpp-jabber-friendly[John
54 Cuenta's second post regarding this issue]
55 * http://www.google.com/support/forum/p/Google+Apps/thread?tid=4aceb036c7ff5abe&hl=en&fid=4aceb036c7ff5abe0004b13a929df8ea[The
56 Google Support Thread]
57 * http://www.google.com/support/forum/p/Google+Apps/thread?tid=1c3107cfc528d6fa&hl=en[The
58 Other Google Support Thread]
59 * http://www.google.com/support/forum/p/Google+Apps/thread?tid=0f021783dd77e152&hl=en[The
60 Other Other Google Support Thread]
61 * http://olegon.ru/showthread.php?t=11181[Olegon's Forum Thread (на
62 русском языке)]
63
64
65 Category:Google
66
67 Category:XMPP
68
69
70 // vim: set syntax=asciidoc:
|