Ticket #883 (closed defect: fixed)
Google E-Mail Notification
| Reported by: | knuckles@… | Owned by: | nk |
|---|---|---|---|
| Priority: | highest | Milestone: | 0.6 |
| Component: | None | Version: | 0.4 |
| Severity: | trivial | Keywords: | |
| Cc: | dakilla@… | OS: |
Description
I was just running gajim --verbose and noticed that the google server sends a notification of new e-mail on the gmail account.
It would be nice to have a popup or a server message window warning that there is new mail.
This is what the google server sends:
DEBUG: socket got <iq to="knuckles@gmail.com/SuSE/GajimEC8801FB" id="2F5723BB" type="set"><new-mail xmlns="google:mail:notify"/></iq> DEBUG: dispatcher ok Got iq stanza DEBUG: dispatcher ok Dispatching iq stanza with type->set props->[u'google:mail:notify'] id->2F5723BB
And currently, gajim is "trying" to answer like this:
DEBUG: socket sent <iq to="knuckles@gmail.com/SuSE/GajimEC8801FB" type="error" id="2F5723BB" from="knuckles@gmail.com/SuSE/GajimEC8801FB"><new-mail xmlns="google:mail:notify" /><error code="501" type="cancel"><feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" /><text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas">The feature requested is not implemented by the recipient or server and therefore cannot be processed.</text></error></iq> DEBUG: socket got <iq to="knuckles@gmail.com/SuSE/GajimEC8801FB" type="error" id="2F5723BB" from="knuckles@gmail.com/SuSE/GajimEC8801FB"><new-mail xmlns="google:mail:notify"/><error code="501" type="cancel"><feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/><text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas">The feature requested is not implemented by the recipient or server and therefore cannot be processed.</text></error></iq> DEBUG: dispatcher ok Got iq stanza DEBUG: dispatcher ok Dispatching iq stanza with type->error props->[u'google:mail:notify', u'jabber:client'] id->2F5723BB
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
