Skip to content

Commit

Permalink
Removing <show>chat</show> stanza to prevent Google Talk from setting…
Browse files Browse the repository at this point in the history
… default Hubot status to "Chatty".
mbmccormick committed Nov 1, 2011
1 parent fb755e8 commit 8f36df0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hubot/gtalk.coffee
Original file line number Diff line number Diff line change
@@ -28,7 +28,6 @@ class Gtalkbot extends Robot

online: =>
@client.send new Xmpp.Element('presence')
.c('show').t('chat')

# send raw whitespace for keepalive
setInterval =>

0 comments on commit 8f36df0

Please sign in to comment.