Bill Powell | 20 May 2013 21:15
Favicon
Gravatar

Service discovery for skype.jabbim.com?

Hi,

First off, emacs-jabber is amazing. Thank you. 

I found a server, jabbim.com, that offers a gateway with
Skype. For those of us with friends and clients who prefer
Skype, interacting within Emacs would be ideal. 

I've gotten the jabbim.com service to work with Psi, but it
involves doing a "service discovery", finding
skype.jabbim.com on the list of services, and then
registering with my Skype username and password.

So far, so good, I don't mind using Psi to set things up.
But when I try to log in to jabbim.com with emacs-jabber, 
here's what I see on my jabber-roster:

  * skype.jabbim.com          <-> Online    

And that's it. Chats don't seem to happen. I have tried
signing directly into skype.jabbim.com, but that doesn't
work.

I don't know anything about XMPP, so I'm hoping this is an
obvious fix. 

Thanks,
Bill

------------------------------------------------------------------------------
(Continue reading)

Christian | 10 May 2013 18:38
X-Face
Picon
Gravatar

Is the "change password" feature implemented?

Hi to all!

Some days ago I wanted to change the password using Jabber.el.  Other clients 
has this feature.

Is this implemented? How I can do it?

Cheers!

--

-- 
Using KMail because Wanderlust's Emacs doesn't work :'(

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
Magnus Henoch | 8 May 2013 03:41
Picon
Gravatar

jabber.el 0.8.92 released

I just uploaded the tarballs for jabber.el 0.8.92.  Notably, this is the
first release that uses the native TLS support available in Emacs 24.

Download a tarball:

https://sourceforge.net/projects/emacs-jabber/files/emacs-jabber%20beta%20versions/0.8.92/

Or if you're running Emacs 24, get it from the ELPA-style archive:

(add-to-list 'package-archives
             '("emacs-jabber" . "http://emacs-jabber.sourceforge.net/packages/"))

and hit M-x package-install RET jabber.

Bug reports are welcome as usual.  While testing the release, I saw
behaviour similar to that recently discussed, i.e. blocked connection
while using gnutls-cli.  Need to investigate.

Regards,
Magnus

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
KB Sriram | 24 Apr 2013 18:07
Picon
Favicon

Google Talk has stopped working

I can confirm similar symptoms as T.V. Raman, who reported:

> I'm no longer able to connect to Google Talk using emacs-jabber
> -- it connects successfully, but the roster is empty. When this
> happens, I see one of two things; either I see it adding my
> contacts (messages in the message buffer) but the roster is still
> empty and messaging anyone on the list shows them to be offline;
> alternatively, no entries appear to get added to the roster. In
> either event, it has stopped working with Google Talk (this is
> the latest version from git under Emacs 24 (head)

I've placed a pastebin of the xml debug buffer I get at

http://pastebin.com/jh2G7pvB

No further data shows up in that buffer, once the last stanza you see
there is sent.

(print jabber-version)
"0.8.91"
(print emacs-version)
"23.4.1"

Is there a chance this is (accidentally, I assume) related to the recent
changes google made to handle spam filtering? The problems I've seen
have appeared from roughly around that time.

http://mail.jabber.org/pipermail/operators/2013-April/001672.html

-kb
(Continue reading)

Max | 18 Apr 2013 19:00
Picon
Favicon

jabber roster in speedbar

Hello.

How do I place jabber roster into speedbar in emacs?

thanks,
Max.

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
Uwe Brauer | 27 Feb 2013 13:26
Picon
Favicon

jabber 0.7.1 Xemacs 21.5.32 Mule, sound problems

Hello

I am still using 0.7.1, for I had byte compiling problems with the
most recent version, but since it looks as 0.7.1 does what I need, I
don't want for the moment to investigate the byte compiling problem
further.

However one issue I would like to get resolved: that a sound is played once
one of my chat partners continues to chat.

I checked the play-sound-file function with a wav file and it
worked. However when I set via customize jabber-alert-message-wave to
play this wav file, nothing happens when a message actually arrives, I
made a test.  What do I miss?

BTW does anybody know a appropriate sound, like to sound firefox is
playing when being in a chat. I chose a song, but the play-sound-file
just plays 1 sec which is logical, but sounds odd.

thanks

Uwe Brauer 
Attachment (smime.p7s): application/pkcs7-signature, 5556 bytes
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
(Continue reading)

Magnus Henoch | 27 Feb 2013 10:42
Picon
Gravatar

M-x package-install jabber

Hi all,

I've been playing with package.el, the package manager introduced in
Emacs 24, and I'm getting to a point where I think installation of
jabber.el might actually work.

If you want to try it out, add a new entry to package-archives:

(add-to-list 'package-archives
  '("emacs-jabber" . "http://emacs-jabber.sourceforge.net/packages/"))

(Or if you prefer Customize, M-x customize-option RET package-archives
and add the URL above.)

Then you should be able to type M-x package-install RET jabber, and the
package will be downloaded and installed.  "Installed" means that
autoload declarations are read during Emacs startup, so you might want
to restart Emacs (after commenting out references to your existing
jabber.el in .emacs) to get it to pick up the new version.

The version in the package archive is called 0.8.91.1.  I should do a
proper 0.8.92 release, with tarballs and zip files in the usual place; I
just want to tie up some loose ends in the README file first.

Bug reports are very welcome.  I'll go first: it seems like my
customization of jabber-account-list doesn't "bite"; it comes out as an
empty list after Emacs startup.  I can fix it by visiting my .emacs and
evaluating the custom-set-variables form with C-M-x.

Regards,
(Continue reading)

Magnus Henoch | 28 Jan 2013 02:49
Picon
Gravatar

Emacs 23.1 required; removed sha1.el and hex-util.el

Hi all,

I just pushed a change that removes sha1.el and hex-util.el from
the compat subdirectory.  Those files have been present in GNU Emacs
since version 22.1, which was released in 2007, so I hope that's a safe
move.

I changed the README to say that 23.1 is now the minimum required
version.  23.1 contains a change to dns.el that makes it possible to
make SRV queries, which is necessary to connect to e.g. Google Talk
without manual configuration.  I'm still considering whether to remove
the condition-case in jabber-srv-targets - doing so would break things
for people who use Emacs 22 but know what they're doing, but not doing
so might leave Emacs 22 users with failing connections and no good
explanation.

If you think it's valuable to support older Emacs releases, I'm open to
be persuaded.

I don't know how this affects XEmacs users - reports are welcome!  I
also have a nagging feeling that Windows users are left without SRV
support...

Regards,
Magnus

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
(Continue reading)

Igor Sosa Mayor | 27 Jan 2013 09:16
Picon

Error compiling last version

Hi,

I have the last version downloaded with git (commit: 2810cac3780). If I
try to compile it, I'm getting some errors.

1. The first one is the following:
,----
| In toplevel form: jabber-activity.el:46:1:Error: Cannot open load
| file: hexrgb make[1]: *** [jabber-activity.elc] Error 1
`----

2. if I copy hexrgb.el to the top directory, then this error disappears,
   but I get another one:
,----
| In toplevel form: jabber-keepalive.el:29:1:Error: Symbol's value as
| variable is void: jabber-jid-info-menu make[1]: ***
| [jabber-keepalive.elc] Error 1
`----

Any idea?

many thanks in advance!

--

-- 
:: Igor Sosa Mayor     :: joseleopoldo1792 <at> gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/      ::
:: jabberid: rogorido  ::                            ::
------------------------------------------------------------------------------
(Continue reading)

Ivan Oreshnikov | 13 Nov 2012 18:07
Picon

Empty roster with vk.com server.


Hello. I've encountered a problem with the vk.com (a russian social
network) xmpp server -- the roster cannot be retrieved from the server.
The last two lines in the xml io log are

    sending (iq ((type . "set") (id . "emacs-iq-20642.27308.902638"))
    (bind ((xmlns . "urn:ietf:params:xml:ns:xmpp-bind"))))

    receive (iq ((type . "result") (id . "emacs-iq-20642.27308.902638"))
    (bind ((xmlns . "urn:ietf:params:xml:ns:xmpp-bind")) (resource nil
    "c2s_245375")))

How can I fix this? 

PS: I don't expect anybody to create an account to debug this, but I
will happily provide any debug information if needed.

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
Zeus Panchenko | 7 Nov 2012 11:02
X-Face
Picon
Gravatar

what happened to jabber.el <at> conference.jabber.se?

hi all,

is the conference alive?

while trying to join I'm getting this:

Error entering room: Forbidden: Access denied by service policy

is it intended behaviour?
--

-- 
Zeus V. Panchenko				jid:zeus <at> im.ibs.dn.ua
IT Dpt., I.B.S. LLC					  GMT+2 (EET)

------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d

Gmane