Remove old liks to jabber.org

This commit is contained in:
Julien Pivotto 2011-03-22 10:56:06 +01:00
parent 0caf0f06ac
commit 29fbb7f7e4
2 changed files with 2 additions and 2 deletions

View File

@ -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 <active/> from other peer

View File

@ -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