From: Evgenii T. <evg...@us...> - 2012-09-30 09:17:28
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "emacs-jabber". The branch, master has been updated via 3bf076485b3cee64645af673da132dc46f68cbfd (commit) from a7823c0e8bbef719c48c1409b6adf34db549926b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 3bf076485b3cee64645af673da132dc46f68cbfd Author: Evgenii Terechkov <ev...@al...> Date: Fri Mar 26 19:08:06 2010 +0700 Typo fixed. According to xep-0202 "query" from xep-0012 replaced by "time" diff --git a/jabber-time.el b/jabber-time.el index bd425f0..919e5b0 100644 --- a/jabber-time.el +++ b/jabber-time.el @@ -35,7 +35,7 @@ nil nil nil 'full t))) (jabber-send-iq jc to "get" - '(query ((xmlns . "urn:xmpp:time"))) + '(time ((xmlns . "urn:xmpp:time"))) 'jabber-silent-process-data 'jabber-process-time 'jabber-silent-process-data (lambda (jc xml-data) ----------------------------------------------------------------------- Summary of changes: jabber-time.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- emacs-jabber |