Peter Saint-Andre | 1 Mar 2007 23:13

[Fwd: I-D ACTION:draft-saintandre-xmpp-simple-09.txt]

FYI.

-------- Original Message --------
To: i-d-announce <at> ietf.org
From: Internet-Drafts <at> ietf.org
Date: Thu, 01 Mar 2007 15:50:03 -0500
Subject: I-D ACTION:draft-saintandre-xmpp-simple-09.txt

A New Internet-Draft is available from the on-line Internet-Drafts
directories.

	Title		: Basic Messaging and Presence Interworking between the 
Extensible Messaging and Presence Protocol (XMPP) and Session Initiation 
Protocol (SIP) for Instant Messaging and Presence Leveraging Extensions 
(SIMPLE)
	Author(s)	: P. Saint-Andre, et al.
	Filename	: draft-saintandre-xmpp-simple-09.txt
	Pages		: 35
	Date		: 2007-3-1
	
This document defines a bi-directional protocol mapping for use by
    gateways that enable the exchange of presence information and single
    instant messages between systems that implement the Extensible
    Messaging and Presence Protocol (XMPP) and those that implement the
    basic extensions to the Session Initiation Protocol (SIP) for instant
    messaging and presence.

A URL for this Internet-Draft is:
http://www.ietf.org/internet-drafts/draft-saintandre-xmpp-simple-09.txt

(Continue reading)

Francisc Simon | 18 Mar 2007 12:02
Picon

jabber:iq:auth error

Hi  <at> all,

I'm new to XMPP and i try to write an PHP Jabber Client. I use this  
tutorial:

http://wiki.jabber.org/index.php/Programming_Jabber_Clients

to get more information but as described in this turial when i try to  
connect to my accout at jabber.org :

<iq type="get" to="jabber.org" id="auth_1"><query  
xmlns="jabber:iq:auth"><username>franciscsimon</username></query></iq>

the server returns the error:

<iq from="jabber.org" id="auth_1" type="error"><error code="501"  
type="cancel"><feature-not-implemented  
xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></error></iq>

....

And yes i don't copy and paste the iq message i created with DOM XML,  
so i think it could not be a sign in the string that causes the error.

Can somebody help me please !

THX !!!

Frank

(Continue reading)

Peter Saint-Andre | 19 Mar 2007 16:16

Re: jabber:iq:auth error

You've posted to the wrong mailing list. The developer list is here:

http://mail.jabber.org/mailman/listinfo/jdev

/psa

Francisc Simon wrote:
> Hi  <at> all,
> 
> I'm new to XMPP and i try to write an PHP Jabber Client. I use this 
> tutorial:
> 
> http://wiki.jabber.org/index.php/Programming_Jabber_Clients
> 
> to get more information but as described in this turial when i try to 
> connect to my accout at jabber.org :
> 
> <iq type="get" to="jabber.org" id="auth_1"><query 
> xmlns="jabber:iq:auth"><username>franciscsimon</username></query></iq>
> 
> the server returns the error:
> 
> <iq from="jabber.org" id="auth_1" type="error"><error code="501" 
> type="cancel"><feature-not-implemented 
> xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></error></iq>
> 
> 
> ....
> 
> 
(Continue reading)


Gmane