xmppo / go-xmpp

Go XMPP Library (From Yasuhiro Matsumoto and based on the code from Russ Cox)
https://golang.org/
BSD 3-Clause "New" or "Revised" License
526 stars 170 forks source link

Extend SendPresence() stub func to allow send useful statuses #150

Closed eleksir closed 8 months ago

eleksir commented 1 year ago

Make use of Presence.{Type,Show,Status} fields in SendPresence() to send actual client status to server and chat rooms.

Neustradamus commented 10 months ago

@mattn: Can you look this PR?

mattn commented 10 months ago

@mdosch Could you please handle this?

mdosch commented 10 months ago

Will have a look when I find the time. @eleksir can you fix the conflict in the meantime?

Neustradamus commented 8 months ago

@eleksir: Have you seen the @mdosch comment?

eleksir commented 8 months ago

@Neustradamus aha. Done. @mdosch no conflicts now, you can review change and merge if all seems good.

eleksir commented 8 months ago

Forgot to fix one thing while rebase change. Now it should be okay.

mdosch commented 8 months ago

Thanks, I hope I will find time soon to look at this.