summaryrefslogtreecommitdiff
path: root/jabber.texi
diff options
context:
space:
mode:
authorMagnus <legoscia@users.sourceforge.net>2009-09-12 12:49:53 +0100
committerMagnus <magnus@infaneto.(none)>2009-09-12 12:49:53 +0100
commit929d4d92c3b99582b723c3216dc441d8d3bd0fe2 (patch)
treeca32657188c5e38fc85dea03759c843b97afca0c /jabber.texi
parentb1d1869f607b00076d07396bee84baf34561c1e4 (diff)
* emacs-jabber-uri-handler: Renamed from xmppuri.sh.
* jabber.texi (XMPP URIs): s/xmppuri.sh/emacs-jabber-uri-handler/ * gconf/emacs-jabber.schemas.in: s/xmppuri.sh/emacs-jabber-uri-handler/ * Makefile.am (dist_libexec_SCRIPTS): s/xmppuri.sh/emacs-jabber-uri-handler/
Diffstat (limited to 'jabber.texi')
-rw-r--r--jabber.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/jabber.texi b/jabber.texi
index b2423ad..827f34c 100644
--- a/jabber.texi
+++ b/jabber.texi
@@ -1553,7 +1553,7 @@ gconftool --get /desktop/gnome/url-handlers/xmpp/command
This should print something like:
@example
-/usr/local/libexec/xmppuri.sh "%s"
+/usr/local/libexec/emacs-jabber-uri-handler "%s"
@end example
This setting is picked up by most GNOME or GTK based web browsers,
@@ -1568,12 +1568,12 @@ manually by following these steps:
@enumerate
@item
-Note the path of the @file{xmppuri.sh} file in the jabber.el
+Note the path of the @file{emacs-jabber-uri-handler} file in the jabber.el
distribution, and make sure it is executable.
@item
Set the Mozilla preference @samp{network.protocol-handler.app.xmpp} to
-the path of @file{xmppuri.sh}. There are two ways to do this:
+the path of @file{emacs-jabber-uri-handler}. There are two ways to do this:
@itemize
@item
@@ -1587,7 +1587,7 @@ Open or create the file @file{user.js} in your Mozilla profile directory
@example
user_pref("network.protocol-handler.app.xmpp",
- "@var{/path/to}/xmppuri.sh");
+ "@var{/path/to}/emacs-jabber-uri-handler");
@end example
Restart Mozilla for this change to take effect.