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 question... I am using silverlight to POST data to my GAE application class
Newbie here with a frustrating, but probably simple question. I am trying to write
Newbie question. Why is this JavaScript function returning undefined? var redis = require(redis), client
Newbie question here. I am trying to use the django-extjs library in my django
Newbie question here! I'm building a simple application that allows users to create and
Newbie to C++ but I am a Java programmer. Trying to learn C++ now.
Newbie :( Tweaking my way through tutorials but 36 hours can't figure this one
newbie here. I have a java application and I am working on to monitor
Newbie Warning I have a simple but vexing problem trying to disable an NSButton.

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.