SourceForge.net | 1 Feb 2008 04:20
Picon
Favicon

[ emacs-jabber-Feature Requests-1005834 ] enhancing jabber-chat with frames

Feature Requests item #1005834, was opened at 2004-08-09 01:28
Message generated for change (Comment added) made by sf-robot
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=586353&aid=1005834&group_id=88346

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Priority: 5
Private: No
Submitted By: Barman Brakjoller (brakjoller)
Assigned to: Nobody/Anonymous (nobody)
Summary: enhancing jabber-chat with frames

Initial Comment:
Again, this RFE is something an Emacs-savvy user
already can do so it might seem unnecessary to put into
the "core" product. On the other hand, if this were to
be an optional "setting" that the user can
enable/disable and it is accessable using Customize, he
will then notice the possibility easier.

Do what you want with it, it works quite good:

;; Configuration for chat windows using default frame
;; properties (from`special-display-frame-alist')

(Continue reading)

SourceForge.net | 2 Feb 2008 19:27
Picon
Favicon

[ emacs-jabber-Bugs-1880791 ] Autoaway broken

Bugs item #1880791, was opened at 2008-01-27 23:59
Message generated for change (Comment added) made by evg_krsk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=586350&aid=1880791&group_id=88346

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Evgenii Terechkov (evg_krsk)
Assigned to: Nobody/Anonymous (nobody)
Summary: Autoaway broken

Initial Comment:
Seems like autoaway broken in recent cvs(20080122). Here is my testcase ~/.emacs file:

(custom-set-variables
  ;; custom-set-variables was added by Custom.                                  
  ;; If you edit it by hand, you could mess it up, so be careful.               
  ;; Your init file should contain only one such instance.                      
  ;; If there is more than one, they won't work right.                          
 '(jabber-account-list (quote (("evg_krsk <at> jabber.ru/Home" (:password . "xxxxxxxxx")
(:connection-type . network)))))
 '(jabber-autoaway-method (quote jabber-xprintidle-get-idle-time))
 '(jabber-autoaway-priority 1)
(Continue reading)

SourceForge.net | 2 Feb 2008 19:52
Picon
Favicon

[ emacs-jabber-Bugs-1572824 ] newlines not replaced in chat buffer's header

Bugs item #1572824, was opened at 2006-10-08 01:45
Message generated for change (Settings changed) made by evg_krsk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=586350&aid=1572824&group_id=88346

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Evgenii Terechkov (evg_krsk)
Assigned to: Nobody/Anonymous (nobody)
Summary: newlines not replaced in chat buffer's header

Initial Comment:
jabber-remove-newlines is t, but I see ^J characters in
chat buffer's header. I think this is wrong.

P.S.: maybe, there is another places where contact's
status string is used?

----------------------------------------------------------------------

>Comment By: Evgenii Terechkov (evg_krsk)
Date: 2008-02-03 01:52

(Continue reading)

SourceForge.net | 11 Feb 2008 04:54
Picon
Favicon

[ emacs-jabber-Support Requests-1572826 ] jabber-watch-alist

Support Requests item #1572826, was opened at 2006-10-08 01:51
Message generated for change (Comment added) made by evg_krsk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=586351&aid=1572826&group_id=88346

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Priority: 5
Private: No
Submitted By: Evgenii Terechkov (evg_krsk)
Assigned to: Nobody/Anonymous (nobody)
Summary: jabber-watch-alist

Initial Comment:
How about alist of contacts (or regexp-s) and messages
to automaticaly do jabber-watch-add on each matched
contact just after connection ?

----------------------------------------------------------------------

>Comment By: Evgenii Terechkov (evg_krsk)
Date: 2008-02-11 10:54

Message:
Logged In: YES 
user_id=1560441
(Continue reading)

SourceForge.net | 11 Feb 2008 05:09
Picon
Favicon

[ emacs-jabber-Bugs-1786124 ] There is no keybinding to jabber-connect since cvs-20070824

Bugs item #1786124, was opened at 2007-09-01 08:59
Message generated for change (Comment added) made by evg_krsk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=586350&aid=1786124&group_id=88346

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Evgenii Terechkov (evg_krsk)
>Assigned to: Kirill A. Korinskiy (catap)
Summary: There is no keybinding to jabber-connect since cvs-20070824

Initial Comment:
There is no default keybinding to jabber-connect since cvs-20070824. Old "C-x C-j C-c" binding now on
jabber-connect-all. But there is cases when user need to connect to particular account.

I see to ways to resolve this trouble:

1) Select some new keybinging. Not very elegant solution, IMHO.

2) Rewrite jabber-connect-all to accept optional arg and connect particular accound on "C-u C-x C-j C-c"
(with completion from jabber-account-list or with new JID entering):

(defun jabber-connect-all (&optional JID) ...)
(Continue reading)

SourceForge.net | 11 Feb 2008 10:47
Picon
Favicon

[ emacs-jabber-Bugs-1786124 ] There is no keybinding to jabber-connect since cvs-20070824

Bugs item #1786124, was opened at 2007-09-01 02:59
Message generated for change (Settings changed) made by legoscia
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=586350&aid=1786124&group_id=88346

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Evgenii Terechkov (evg_krsk)
Assigned to: Kirill A. Korinskiy (catap)
Summary: There is no keybinding to jabber-connect since cvs-20070824

Initial Comment:
There is no default keybinding to jabber-connect since cvs-20070824. Old "C-x C-j C-c" binding now on
jabber-connect-all. But there is cases when user need to connect to particular account.

I see to ways to resolve this trouble:

1) Select some new keybinging. Not very elegant solution, IMHO.

2) Rewrite jabber-connect-all to accept optional arg and connect particular accound on "C-u C-x C-j C-c"
(with completion from jabber-account-list or with new JID entering):

(defun jabber-connect-all (&optional JID) ...)
(Continue reading)

SourceForge.net | 13 Feb 2008 19:04
Picon
Favicon

[ emacs-jabber-Patches-1892971 ] Patch to cleanup modeline activity

Patches item #1892971, was opened at 2008-02-14 01:04
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=586352&aid=1892971&group_id=88346

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Evgenii Terechkov (evg_krsk)
Assigned to: Nobody/Anonymous (nobody)
Summary: Patch to cleanup modeline activity

Initial Comment:
Here is simple patch to resolve TODO issue in jabber-activity.el: modeline indication wont go away if
message come when user was on another workspace.

I resolved this issue by adding additional idle-timer and call jabber-activity-clean periodically.
Patch seems works fine for me.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=586352&aid=1892971&group_id=88346

(Continue reading)

SourceForge.net | 13 Feb 2008 19:05
Picon
Favicon

[ emacs-jabber-Patches-1892971 ] Patch to cleanup modeline activity

Patches item #1892971, was opened at 2008-02-14 01:04
Message generated for change (Settings changed) made by evg_krsk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=586352&aid=1892971&group_id=88346

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Evgenii Terechkov (evg_krsk)
>Assigned to: Kirill A. Korinskiy (catap)
Summary: Patch to cleanup modeline activity

Initial Comment:
Here is simple patch to resolve TODO issue in jabber-activity.el: modeline indication wont go away if
message come when user was on another workspace.

I resolved this issue by adding additional idle-timer and call jabber-activity-clean periodically.
Patch seems works fine for me.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=586352&aid=1892971&group_id=88346

(Continue reading)

SourceForge.net | 20 Feb 2008 02:24
Picon
Favicon

[ emacs-jabber-Bugs-1873258 ] Don't cache password unless connection succeeded

Bugs item #1873258, was opened at 2008-01-16 23:24
Message generated for change (Settings changed) made by legoscia
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=586350&aid=1873258&group_id=88346

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Magnus Henoch (legoscia)
Assigned to: Nobody/Anonymous (nobody)
Summary: Don't cache password unless connection succeeded

Initial Comment:
It is unnecessary to unconditionally cache the password when it is entered.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=586350&aid=1873258&group_id=88346

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
(Continue reading)

SourceForge.net | 20 Feb 2008 02:48
Picon
Favicon

[ emacs-jabber-Bugs-1782189 ] Automatic reconnection only after successful connection

Bugs item #1782189, was opened at 2007-08-27 01:57
Message generated for change (Comment added) made by legoscia
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=586350&aid=1782189&group_id=88346

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Magnus Henoch (legoscia)
Assigned to: Nobody/Anonymous (nobody)
Summary: Automatic reconnection only after successful connection

Initial Comment:
Connections can fail for various reasons, e.g. server is down, you mistyped username or hostname, etc. 
Therefore, automatic reconnection should only happen if we once had a successful connection,
authenticated and all.

----------------------------------------------------------------------

>Comment By: Magnus Henoch (legoscia)
Date: 2008-02-20 02:48

Message:
Logged In: YES 
(Continue reading)


Gmane