i am a newbie for xmpp. i plan to start a ‘chat’ web application.at client,i prepare use ‘Strophe’,but i found strophe cannot support registeration module.
someone said can use ‘XEP-0077: In-Band Registration’.can u tell me what i can do it?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
XEP-0077 is the way to go here. Make sure you’ve read it thoroughly. Next, look at the strophejs-plugins project to get some examples of how to write a strophe plugin. Then, you’ll want to create protocol that imlements XEP-0077, starting with something like:
Make sure to contribute your patch to strophejs-plugins back on github.