diff options
author | Aaron Ball <nullspoon@oper.io> | 2017-10-15 17:17:52 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2017-10-15 17:17:52 -0600 |
commit | a5ecd377f277d3b88eb3345f1f5cf6525ba64eac (patch) | |
tree | afc8da09d9c1d7e573eac3e7b6d8f6cfb778195c /src/Google_Apps_Users_:_Cannot_Use_Self-hosted_XMPP.adoc | |
parent | c2ddeb66c8f9325170d1970cf151fbf5e054e494 (diff) | |
parent | 350c40ebfb80357973fc7de453c919c2a7279b11 (diff) | |
download | oper.io-a5ecd377f277d3b88eb3345f1f5cf6525ba64eac.tar.gz oper.io-a5ecd377f277d3b88eb3345f1f5cf6525ba64eac.tar.xz |
Merge branch 'adoc-rename'
Diffstat (limited to 'src/Google_Apps_Users_:_Cannot_Use_Self-hosted_XMPP.adoc')
-rw-r--r-- | src/Google_Apps_Users_:_Cannot_Use_Self-hosted_XMPP.adoc | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/src/Google_Apps_Users_:_Cannot_Use_Self-hosted_XMPP.adoc b/src/Google_Apps_Users_:_Cannot_Use_Self-hosted_XMPP.adoc new file mode 100644 index 0000000..df195a6 --- /dev/null +++ b/src/Google_Apps_Users_:_Cannot_Use_Self-hosted_XMPP.adoc @@ -0,0 +1,70 @@ +Google Apps Users Cannot Use Self-hosted XMPP +============================================= +:author: Aaron Ball +:email: nullspoon@iohq.net + + +== {doctitle} + +Just over a week ago, Google released Google Plus for its Google Apps + +users (see Google's post +http://googleenterprise.blogspot.com/2011/10/google-is-now-available-with-google.html[here]). +I won't lie that despite my hesitation about centralized social networks, I was +pretty excited about this. I've been receiving invitations from all of my +friends on my old non-apps GMail account for some time now, so I was eager to +move them on over to my Google Apps account. + +[[enter-google-plus]] +Enter Google Plus +----------------- + +As soon as it was enabled for my account, I went straight to the control panel +to turn it on. I was met with an unfortunate message indicating that I needed +Google Chat enabled to use Google Plus (it was disabled because I run my own +Jabber server on bitnode.net and not on a subdomain). My thought was "I'll just +enable it for a little while and then turn it back off once I've had my fun"... +so off I went. + +Oops + +As it turns out, when you try to turn off Google Chat, it just won't go. I +need to clarify here before going on. When I say turn off, I mean you disable +Chat and uninstall it. When I say "it just won't go" I mean, it doesn't show up +in your control panel as either installed or enabled, but when your Jabber +server tries to connect to the Google Chat servers to check for the statuses of +all of your friends, you receive the following error: + +---- +=INFO REPORT==== yy-mm-dd hh:mm:ss === +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>" +---- + +I have Googled around, and even used Bing to see if there is a workaround for +this. Sadly, all I have found are people having the same issues. My guess (or +perhaps just a hope) is this is just a bug caused by the introduction of Plus +to Google Apps since everything seems to work fine with no errors when you +disable Chat. Time will tell. My Google Plus and Google Talk have been disabled +since October 28 and still no change sadly. Here are most of the resources I +have found referencing this issue. + +* http://jcsesecuneta.com/labox/google-apps-xmpp-chat-bug[John Cuneta's +blog talking about having the same issue] +* http://jcsesecuneta.com/labox/google-plus-for-google-apps-is-not-xmpp-jabber-friendly[John +Cuenta's second post regarding this issue] +* http://www.google.com/support/forum/p/Google+Apps/thread?tid=4aceb036c7ff5abe&hl=en&fid=4aceb036c7ff5abe0004b13a929df8ea[The +Google Support Thread] +* http://www.google.com/support/forum/p/Google+Apps/thread?tid=1c3107cfc528d6fa&hl=en[The +Other Google Support Thread] +* http://www.google.com/support/forum/p/Google+Apps/thread?tid=0f021783dd77e152&hl=en[The +Other Other Google Support Thread] +* http://olegon.ru/showthread.php?t=11181[Olegon's Forum Thread (на +русском языке)] + + +Category:Google + +Category:XMPP + + +// vim: set syntax=asciidoc: |