> Hi guys! > > I'm working at issue http://track.sipfoundry.org/browse/XX-6062 - Add > XMPP account to Bria softphone profile. > I have to integrate the xmpp accounts to the phone file profile. > > My first question is how the new xmpp config parameters should be > placed > in the phone profile? For instance, if I have a soft phone registered > to > an user(so the phone has > 1 line configured), the xmpp account should be placed in the profile as > it is another line(the 2nd line) ? Does the xmpp account represent the > second line for the phone?
Yes I would make it the second "line". First being the SIP account. Some logic should be there as to an XMPP account should only be created for the softphone IF that user has an IM Handle setup for them. If they have that I believe sipXconfig creates a user in openfire which then this could become useful. > I am saying this because in the xmpp parameters list(which needs to be > added) appear parameters like "proxies proxyn domain" which are already > configured for the first line(for the sip account). Many of these parameters will be the same as Openfire will be using the same domain. I believe the important ones are: Jabber ID: u...@domain (Where USER = IM handle from sipXconfig and DOMAIN is the Domain..) Password: (Is the XMPP password from sipXconfig) Display Name: Can be created using the First/Last name in sipXconfig The other parameters I don't believe we need to set to make work in a simple configuration. > > My second query is what should I do with the xmpp parameter "proxies > proxyn password", because I believe it's not fair to store the plain > password into a phone profile which the admin can download and see the > users xmpp accounts passwords. What's your opinion? Don't we already do that for SIP Passwords? If so why would we do anything different for XMPP? > > Thanks, > Cosmin. > _______________________________________________ > sipx-dev mailing list [email protected] > List Archive: http://list.sipfoundry.org/archive/sipx-dev > Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev > sipXecs IP PBX -- http://www.sipfoundry.org/ _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
