Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4542108
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T15:20:32+00:00 2026-05-21T15:20:32+00:00

i am a newbie for xmpp. i plan to start a ‘chat’ web application.at

  • 0

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

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T15:20:33+00:00Added an answer on May 21, 2026 at 3:20 pm

    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:

    Strophe.addConnectionPlugin('register', {
        _connection: null,
    
        init: function(conn) {
            this._connection = conn;
            Strophe.addNamespace('REGISTER', 'jabber:iq:register');
        },
        get: function(callback) {
            var stanza = $iq({type: "get"}).c("query",
                                              {xmlns: Strophe.NS.REGISTER});
            return this._connection.sendIQ(stanza.tree(), callback, function(){});
        }
    });
    

    Make sure to contribute your patch to strophejs-plugins back on github.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Newbie question: There are three types of Asp.Net controls : HTML server controls, Web
Newbie (perhaps stupid) question: How can I use the value of alt in the
Newbie C++ programmer here. I'm trying to write a command line application that takes
Newbie question here... I need to select an JDBC driver to connect an application
Newbie question... I am using silverlight to POST data to my GAE application class
Newbie question here but for some reason I cant figure this out. I have
Newbie question. I am trying to use ActiveRecord::Base.connection.execute(..) in a ruby 3.1 app and
Newbie Alert: while working on my android application my program was acting kind of
Newbie to web-services, so asking few basic questions I have a some data around
Newbie question I know... But can I build apps for Snow Leopard using the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.