Re: Vysper AccountManagement - what if i need other data other than username and pw

2009-09-04 Thread Bernd Fondermann
Fernando Padilla wrote: > username is JID. > > JID is n...@domain > > you don't want to embed the clientid on the domain? > > usern...@clientid.domain > > so as long as vysper will recognize all of the sub-domains properly it wouldn't, as far as I can tell. > (anyone want to comment on having

Re: Vysper AccountManagement - what if i need other data other than username and pw

2009-09-04 Thread Fernando Padilla
username is JID. JID is n...@domain you don't want to embed the clientid on the domain? usern...@clientid.domain so as long as vysper will recognize all of the sub-domains properly (anyone want to comment on having vysper server deal with many sub-domains? or virtual hosts?) On 9/3/09 11:

Re: [vysper] cloning and forwarding stanzas

2009-09-04 Thread Bernd Fondermann
Fernando Padilla wrote: > Well, here is a sample pseudo code for creating an iterable of MUC > stanzas.. > > { > List listOfJid = Lists.newArrayList( "m...@example.com/A", > "y...@example.com/B" ); > Transformer transformer = new StanzaCloneWithNewTo( > templateStanza ); > Iterable stanzas = Itera

Re: Vysper AccountManagement - what if i need other data other than username and pw

2009-09-04 Thread Bernd Fondermann
Ely Celino wrote: > Hi everyone, > > After implementing AccountManagement, I realized I need other data other > than user and password in addUser(user, password) function. A user in Vyser (and XMPP) is uniquely identified by it's JID (the XMPP spec uses the term 'entity'), for example "us...@vysp