-
pep.
"Zash> IIRC Dunbar says we can remember about 3000 people." < Doesn't Dunbar say 150?
-
Zash
Dunbar says many numbers
-
Zash
So yeah, common group sizes of 150, but also like ~5 close relationships
-
Zash
> Dunbar noted that the groups fell into three categories—small, medium and large, equivalent to bands, cultural lineage groups and tribes—with respective size ranges of 30–50, 100–200 and 500–2500 members each.[citation needed]
-
pep.
"load mod_pep onto the MUC, ???, PROFIT!" Yes. MEP (0316) when?
-
suba
can anyone explain client-server connection in xmpp
-
suba
?
-
Zash
to what audience?
-
Zash
suba, https://xmpp.org/rfcs/rfc6120.html
-
suba
i am try to connect the client to server but i didn't get the stanza?
-
Zash
You get much better help if you provide more details about what you are trying to do
-
Menel
I think you should specify what client, what server and how you set it up. Also logs and error messages. Not beeing able to connect can be everything, beginning with no server running, spanning over problems with dns and firewall /port up to missing certificates or other problems
-
suba
we are trying to connect the client to server in xmpp. we have to receive a stanza in client but the stanza sent to the server itself.how can i get the stanza in client
-
suba
?
-
singpolyma
suba: what client? Or if library, what library?
-
suba
suba@abc.org like that
-
singpolyma
That's an address. What software are you using
-
suba
reactjs and xmpp
-
singpolyma
You mean xmpp.js ?
-
suba
yes
-
Zash
Curious, many React related questions here lately
-
singpolyma
suba: in browser or node?
-
singpolyma
I guess if react probably in browser?
-
singpolyma
Do you have the library connecting to server (via proxy or if you have a special server mode for the websocket extension)
-
suba
yeah browser
-
MattJ
The same question was asked yesterday and I suggested grabbing XML/debug logs
-
lovetox
is message from a MUC, meaning with body, a thing?
-
lovetox
like administrator sends message to all mucs or something
-
MattJ
Yes
-
lovetox
is there a non cli option to trigger it in prosody?
-
lovetox
meaning adhoc or something
-
MattJ
Not currently... I've been planning to improve our "announcements" functionality for a while, what we have currently isn't great
-
Zash
a while, like, since before I got involved? 🙂
-
lovetox
ok so basically this is limited to some admin function
-
lovetox
.. i wonder what all breaks if Gajim ever receives such a message
-
MattJ
Gajim used to handle it okay
-
Zash
Didn't IRC gateways use this a lot?
-
MattJ
It was rendered in that green colour that presence changes used
-
lovetox
yeah since then the whole codebase was probably rewritten :D
-
MattJ
Yeah :)
-
lovetox
soo how does a admin in prosody trigger it?
-
MattJ
It's one of those features that I want to keep working, but nobody uses it much so I tend to assume many modern clients don't handle it well
-
lovetox
we may have a test server
-
MattJ
There's no easy way right now
-
lovetox
ok i give up :D
-
MattJ
If you poke me tomorrow I can help you test it
-
MattJ
or, well, I probably care the most... I'll poke you :)
-
lovetox
thanks
-
lovetox
ok and what would someone announce that way?
-
lovetox
it would only be useful if server admin want to send a message to all rooms or
-
lovetox
i guess for maintainance announcements
-
Zash
Hm, wait, was this about messages from the bare *room* jid or from the *muc component* ?
-
lovetox
bare room jid
-
lovetox
the component can send messages to my room Oo
-
lovetox
ah no, this would be a simple message then
-
lovetox
the component jid is simply a contact
-
lovetox
this would not be anything special
-
singpolyma
> is there a non cli option to trigger it in prosody? I also have a module for using this as part of a pubsub2muc integration ↺