From 29fbb7f7e45e10cf168cbccc86f7a36a80330101 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Tue, 22 Mar 2011 10:56:06 +0100 Subject: [PATCH] Remove old liks to jabber.org --- src/chat_control.py | 2 +- src/htmltextview.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chat_control.py b/src/chat_control.py index e0559bae9..b839ce561 100644 --- a/src/chat_control.py +++ b/src/chat_control.py @@ -2539,7 +2539,7 @@ class ChatControl(ChatControlBase): # This functions also checks for violation in state transitions # and raises RuntimeException with appropriate message - # more on that http://www.jabber.org/jeps/jep-0085.html#statechart + # more on that http://xmpp.org/extensions/xep-0085.html#statechart # do not send nothing if we have chat state notifications disabled # that means we won't reply to the from other peer diff --git a/src/htmltextview.py b/src/htmltextview.py index 3afd7d82b..f5081fcba 100644 --- a/src/htmltextview.py +++ b/src/htmltextview.py @@ -27,7 +27,7 @@ """ A gtk.TextView-based renderer for XHTML-IM, as described in: - http://www.jabber.org/jeps/jep-0071.html + http://xmpp.org/extensions/xep-0071.html Starting with the version posted by Gustavo Carneiro, I (Santiago Gala) am trying to make it more compatible