Skip to content

Commit

Permalink
* emacs-jabber-uri-handler: Renamed from xmppuri.sh.
Browse files Browse the repository at this point in the history
* 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/
  • Loading branch information
legoscia authored and Magnus committed Sep 12, 2009
1 parent b1d1869 commit 929d4d9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jabber-autoloads.el: $(my_lisp_sources)

info_TEXINFOS=jabber.texi

dist_libexec_SCRIPTS = xmppuri.sh
dist_libexec_SCRIPTS = emacs-jabber-uri-handler

SUBDIRS = . tests
if USE_GCONFTOOL
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion gconf/emacs-jabber.schemas.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<applyto>/desktop/gnome/url-handlers/xmpp/command</applyto>
<owner>emacs-jabber</owner>
<type>string</type>
<default>@libexecdir@/xmppuri.sh "%s"</default>
<default>@libexecdir@/emacs-jabber-uri-handler "%s"</default>
<locale name="C">
<short>The handler for "xmpp" URLs</short>
<long>The command used to handle "xmpp" URLs, if enabled.</long>
Expand Down
8 changes: 4 additions & 4 deletions jabber.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 929d4d9

Please sign in to comment.