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