From: Magnus H. <leg...@us...> - 2015-01-27 15:46:04
|
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 e2494578ff798b23eefc3f113a0819387c898e49 (commit) via 783dbeeaa22ed8e8f533f0227a1b98c65aef9f26 (commit) from 4d9d8908089faf9cfa0456f023169239b476a510 (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 e2494578ff798b23eefc3f113a0819387c898e49 Merge: 4d9d890 783dbee Author: Magnus Henoch <mag...@er...> Date: Tue Jan 27 15:45:09 2015 +0000 Merge pull request #4 from Flowdalic/xmpp Replace jabber(.org) which xmpp(.org) commit 783dbeeaa22ed8e8f533f0227a1b98c65aef9f26 Author: Florian Schmaus <fl...@ge...> Date: Tue Jan 27 16:28:19 2015 +0100 Replace jabber(.org) which xmpp(.org) where appropriate. There are still some places left where this could be done, mostly UI strings where 'Jabber' could be replaced with 'XMPP (Jabber)'. diff --git a/README b/README index 63fba02..2e2849a 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -This is jabber.el 0.8.92, a Jabber client for Emacs. Jabber (also known -as XMPP) is an instant messaging system; see http://www.jabber.org for -more information. +This is jabber.el 0.8.92, an XMPP client for Emacs. XMPP (also +known as 'Jabber') is an instant messaging system; see +http://xmpp.org for more information. Home page: http://emacs-jabber.sourceforge.net Project page: http://sourceforge.net/projects/emacs-jabber diff --git a/debian/control b/debian/control index 9559cac..455f4bd 100644 --- a/debian/control +++ b/debian/control @@ -9,9 +9,9 @@ Package: emacs-jabber Architecture: all Depends: gnus (>= 5.10.6-1.NO.20050713-1) | flim | emacs-snapshot | emacs22 Description: Jabber client for Emacs/XEmacs - jabber.el (emacs-jabber) is a Jabber client for Emacs and XEmacs. + jabber.el (emacs-jabber) is an XMPP (Jabber) client for Emacs and XEmacs. . - Jabber is an open instant messaging system. For more information on - Jabber, see http://www.jabber.org/. + XMPP is an open instant messaging system. For more information on + XMPP, see http://xmpp.org/. . Homepage: http://emacs-jabber.sourceforge.net/ diff --git a/jabber.texi b/jabber.texi index d85d5da..128b551 100644 --- a/jabber.texi +++ b/jabber.texi @@ -6,7 +6,7 @@ @dircategory Emacs @direntry -* jabber.el: (jabber). Emacs Jabber client +* jabber.el: (jabber). Emacs XMPP (Jabber) client @end direntry @copying @@ -23,7 +23,7 @@ this permission notice are preserved on all copies. @titlepage @title jabber.el -@subtitle instant messaging for Jabber +@subtitle instant messaging for XMPP (Jabber) @author by Magnus Henoch and Tom Berger @page @@ -68,11 +68,11 @@ this permission notice are preserved on all copies. @node Introduction, Basic operation, Top, Top @chapter Introduction -jabber.el is a Jabber client running under Emacs. For more -information on the open-protocol instant messaging network Jabber, -please visit @uref{http://www.jabber.org}. +jabber.el is an XMPP (Jabber) client running under Emacs. For more +information on the open instant messaging protocol, +please visit @uref{http://xmpp.org}. -As a Jabber client, jabber.el is mostly just a face in the crowd, +As a XMPP client, jabber.el is mostly just a face in the crowd, except that it uses buffers where GUI clients have windows. There is a roster buffer, and to chat with someone you open a chat buffer, and there are buffers for @@ -117,7 +117,7 @@ jabber-muc-join} and entering the address. @chapter Basic operation This chapter is intended as an introduction to basic usage of -jabber.el. If you have used Jabber before and are familiar with the +jabber.el. If you have used XMPP before and are familiar with the terminology, you might find it a bit too basic---in that case, just skim it, making sure to pick up the commands mentioned. ----------------------------------------------------------------------- Summary of changes: README | 6 +++--- debian/control | 6 +++--- jabber.texi | 14 +++++++------- 3 files changed, 13 insertions(+), 13 deletions(-) hooks/post-receive -- emacs-jabber |