Problem to set a nickname when subscribing

Hi All,

accordingly to documentation the following stanza should work:

134@myserver.com’ type=‘subscribe’>

<nick xmlns='[http://jabber.org/protocol/nick](http://jabber.org/protocol/nick)'>paul</nick>

This is sent from a Linux Apache Server using php towards Openfire server.

The subscribtion request is working - the user 134 (which is connected)

receives the invitation, - but:

  • the nickname is not saved in the db (using phpmyadmin on Mysql db)

  • eventually the Roster table is not updated with any informations

Has anybody met the same problems? Should I add users to the roster in

another manner?

On the other hand, usinx Exodus client, adding a new contact in the roster and specifiying a nickname for him/her is working (inviation received, db updated with specified nickname…) So is there another method?

Any help would be greatly appreciated.

Thx,

Paul